Package org.isotc211.x2005.gmd
Interface LIProcessStepType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LIProcessStepTypeImpl
public interface LIProcessStepType extends AbstractObjectType
An XML LI_ProcessStep_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLIProcessStepType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DateTimePropertyTypeaddNewDateTime()Appends and returns a new empty "dateTime" elementCharacterStringPropertyTypeaddNewDescription()Appends and returns a new empty "description" elementCIResponsiblePartyPropertyTypeaddNewProcessor()Appends and returns a new empty value (as xml) as the last "processor" elementCharacterStringPropertyTypeaddNewRationale()Appends and returns a new empty "rationale" elementLISourcePropertyTypeaddNewSource()Appends and returns a new empty value (as xml) as the last "source" elementDateTimePropertyTypegetDateTime()Gets the "dateTime" elementCharacterStringPropertyTypegetDescription()Gets the "description" elementCIResponsiblePartyPropertyType[]getProcessorArray()Gets array of all "processor" elementsCIResponsiblePartyPropertyTypegetProcessorArray(int i)Gets ith "processor" elementCharacterStringPropertyTypegetRationale()Gets the "rationale" elementLISourcePropertyType[]getSourceArray()Gets array of all "source" elementsLISourcePropertyTypegetSourceArray(int i)Gets ith "source" elementCIResponsiblePartyPropertyTypeinsertNewProcessor(int i)Inserts and returns a new empty value (as xml) as the ith "processor" elementLISourcePropertyTypeinsertNewSource(int i)Inserts and returns a new empty value (as xml) as the ith "source" elementbooleanisSetDateTime()True if has "dateTime" elementbooleanisSetRationale()True if has "rationale" elementvoidremoveProcessor(int i)Removes the ith "processor" elementvoidremoveSource(int i)Removes the ith "source" elementvoidsetDateTime(DateTimePropertyType dateTime)Sets the "dateTime" elementvoidsetDescription(CharacterStringPropertyType description)Sets the "description" elementvoidsetProcessorArray(int i, CIResponsiblePartyPropertyType processor)Sets ith "processor" elementvoidsetProcessorArray(CIResponsiblePartyPropertyType[] processorArray)Sets array of all "processor" elementvoidsetRationale(CharacterStringPropertyType rationale)Sets the "rationale" elementvoidsetSourceArray(int i, LISourcePropertyType source)Sets ith "source" elementvoidsetSourceArray(LISourcePropertyType[] sourceArray)Sets array of all "source" elementintsizeOfProcessorArray()Returns number of "processor" elementintsizeOfSourceArray()Returns number of "source" elementvoidunsetDateTime()Unsets the "dateTime" elementvoidunsetRationale()Unsets the "rationale" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getDescription
CharacterStringPropertyType getDescription()
Gets the "description" element
-
setDescription
void setDescription(CharacterStringPropertyType description)
Sets the "description" element
-
addNewDescription
CharacterStringPropertyType addNewDescription()
Appends and returns a new empty "description" element
-
getRationale
CharacterStringPropertyType getRationale()
Gets the "rationale" element
-
isSetRationale
boolean isSetRationale()
True if has "rationale" element
-
setRationale
void setRationale(CharacterStringPropertyType rationale)
Sets the "rationale" element
-
addNewRationale
CharacterStringPropertyType addNewRationale()
Appends and returns a new empty "rationale" element
-
unsetRationale
void unsetRationale()
Unsets the "rationale" element
-
getDateTime
DateTimePropertyType getDateTime()
Gets the "dateTime" element
-
isSetDateTime
boolean isSetDateTime()
True if has "dateTime" element
-
setDateTime
void setDateTime(DateTimePropertyType dateTime)
Sets the "dateTime" element
-
addNewDateTime
DateTimePropertyType addNewDateTime()
Appends and returns a new empty "dateTime" element
-
unsetDateTime
void unsetDateTime()
Unsets the "dateTime" element
-
getProcessorArray
CIResponsiblePartyPropertyType[] getProcessorArray()
Gets array of all "processor" elements
-
getProcessorArray
CIResponsiblePartyPropertyType getProcessorArray(int i)
Gets ith "processor" element
-
sizeOfProcessorArray
int sizeOfProcessorArray()
Returns number of "processor" element
-
setProcessorArray
void setProcessorArray(CIResponsiblePartyPropertyType[] processorArray)
Sets array of all "processor" element
-
setProcessorArray
void setProcessorArray(int i, CIResponsiblePartyPropertyType processor)Sets ith "processor" element
-
insertNewProcessor
CIResponsiblePartyPropertyType insertNewProcessor(int i)
Inserts and returns a new empty value (as xml) as the ith "processor" element
-
addNewProcessor
CIResponsiblePartyPropertyType addNewProcessor()
Appends and returns a new empty value (as xml) as the last "processor" element
-
removeProcessor
void removeProcessor(int i)
Removes the ith "processor" element
-
getSourceArray
LISourcePropertyType[] getSourceArray()
Gets array of all "source" elements
-
getSourceArray
LISourcePropertyType getSourceArray(int i)
Gets ith "source" element
-
sizeOfSourceArray
int sizeOfSourceArray()
Returns number of "source" element
-
setSourceArray
void setSourceArray(LISourcePropertyType[] sourceArray)
Sets array of all "source" element
-
setSourceArray
void setSourceArray(int i, LISourcePropertyType source)Sets ith "source" element
-
insertNewSource
LISourcePropertyType insertNewSource(int i)
Inserts and returns a new empty value (as xml) as the ith "source" element
-
addNewSource
LISourcePropertyType addNewSource()
Appends and returns a new empty value (as xml) as the last "source" element
-
removeSource
void removeSource(int i)
Removes the ith "source" element
-
-