Package org.isotc211.x2005.gmd
Interface LILineageType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LILineageTypeImpl
public interface LILineageType extends AbstractObjectType
An XML LI_Lineage_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLILineageType.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 LIProcessStepPropertyTypeaddNewProcessStep()Appends and returns a new empty value (as xml) as the last "processStep" elementLISourcePropertyTypeaddNewSource()Appends and returns a new empty value (as xml) as the last "source" elementCharacterStringPropertyTypeaddNewStatement()Appends and returns a new empty "statement" elementLIProcessStepPropertyType[]getProcessStepArray()Gets array of all "processStep" elementsLIProcessStepPropertyTypegetProcessStepArray(int i)Gets ith "processStep" elementLISourcePropertyType[]getSourceArray()Gets array of all "source" elementsLISourcePropertyTypegetSourceArray(int i)Gets ith "source" elementCharacterStringPropertyTypegetStatement()Gets the "statement" elementLIProcessStepPropertyTypeinsertNewProcessStep(int i)Inserts and returns a new empty value (as xml) as the ith "processStep" elementLISourcePropertyTypeinsertNewSource(int i)Inserts and returns a new empty value (as xml) as the ith "source" elementbooleanisSetStatement()True if has "statement" elementvoidremoveProcessStep(int i)Removes the ith "processStep" elementvoidremoveSource(int i)Removes the ith "source" elementvoidsetProcessStepArray(int i, LIProcessStepPropertyType processStep)Sets ith "processStep" elementvoidsetProcessStepArray(LIProcessStepPropertyType[] processStepArray)Sets array of all "processStep" elementvoidsetSourceArray(int i, LISourcePropertyType source)Sets ith "source" elementvoidsetSourceArray(LISourcePropertyType[] sourceArray)Sets array of all "source" elementvoidsetStatement(CharacterStringPropertyType statement)Sets the "statement" elementintsizeOfProcessStepArray()Returns number of "processStep" elementintsizeOfSourceArray()Returns number of "source" elementvoidunsetStatement()Unsets the "statement" 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
-
getStatement
CharacterStringPropertyType getStatement()
Gets the "statement" element
-
isSetStatement
boolean isSetStatement()
True if has "statement" element
-
setStatement
void setStatement(CharacterStringPropertyType statement)
Sets the "statement" element
-
addNewStatement
CharacterStringPropertyType addNewStatement()
Appends and returns a new empty "statement" element
-
unsetStatement
void unsetStatement()
Unsets the "statement" element
-
getProcessStepArray
LIProcessStepPropertyType[] getProcessStepArray()
Gets array of all "processStep" elements
-
getProcessStepArray
LIProcessStepPropertyType getProcessStepArray(int i)
Gets ith "processStep" element
-
sizeOfProcessStepArray
int sizeOfProcessStepArray()
Returns number of "processStep" element
-
setProcessStepArray
void setProcessStepArray(LIProcessStepPropertyType[] processStepArray)
Sets array of all "processStep" element
-
setProcessStepArray
void setProcessStepArray(int i, LIProcessStepPropertyType processStep)Sets ith "processStep" element
-
insertNewProcessStep
LIProcessStepPropertyType insertNewProcessStep(int i)
Inserts and returns a new empty value (as xml) as the ith "processStep" element
-
addNewProcessStep
LIProcessStepPropertyType addNewProcessStep()
Appends and returns a new empty value (as xml) as the last "processStep" element
-
removeProcessStep
void removeProcessStep(int i)
Removes the ith "processStep" 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
-
-