Package org.isotc211.x2005.gmd
Interface LISourceType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LISourceTypeImpl
public interface LISourceType extends AbstractObjectType
An XML LI_Source_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLISourceType.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 CharacterStringPropertyTypeaddNewDescription()Appends and returns a new empty "description" elementMDRepresentativeFractionPropertyTypeaddNewScaleDenominator()Appends and returns a new empty "scaleDenominator" elementCICitationPropertyTypeaddNewSourceCitation()Appends and returns a new empty "sourceCitation" elementEXExtentPropertyTypeaddNewSourceExtent()Appends and returns a new empty value (as xml) as the last "sourceExtent" elementMDReferenceSystemPropertyTypeaddNewSourceReferenceSystem()Appends and returns a new empty "sourceReferenceSystem" elementLIProcessStepPropertyTypeaddNewSourceStep()Appends and returns a new empty value (as xml) as the last "sourceStep" elementCharacterStringPropertyTypegetDescription()Gets the "description" elementMDRepresentativeFractionPropertyTypegetScaleDenominator()Gets the "scaleDenominator" elementCICitationPropertyTypegetSourceCitation()Gets the "sourceCitation" elementEXExtentPropertyType[]getSourceExtentArray()Gets array of all "sourceExtent" elementsEXExtentPropertyTypegetSourceExtentArray(int i)Gets ith "sourceExtent" elementMDReferenceSystemPropertyTypegetSourceReferenceSystem()Gets the "sourceReferenceSystem" elementLIProcessStepPropertyType[]getSourceStepArray()Gets array of all "sourceStep" elementsLIProcessStepPropertyTypegetSourceStepArray(int i)Gets ith "sourceStep" elementEXExtentPropertyTypeinsertNewSourceExtent(int i)Inserts and returns a new empty value (as xml) as the ith "sourceExtent" elementLIProcessStepPropertyTypeinsertNewSourceStep(int i)Inserts and returns a new empty value (as xml) as the ith "sourceStep" elementbooleanisSetDescription()True if has "description" elementbooleanisSetScaleDenominator()True if has "scaleDenominator" elementbooleanisSetSourceCitation()True if has "sourceCitation" elementbooleanisSetSourceReferenceSystem()True if has "sourceReferenceSystem" elementvoidremoveSourceExtent(int i)Removes the ith "sourceExtent" elementvoidremoveSourceStep(int i)Removes the ith "sourceStep" elementvoidsetDescription(CharacterStringPropertyType description)Sets the "description" elementvoidsetScaleDenominator(MDRepresentativeFractionPropertyType scaleDenominator)Sets the "scaleDenominator" elementvoidsetSourceCitation(CICitationPropertyType sourceCitation)Sets the "sourceCitation" elementvoidsetSourceExtentArray(int i, EXExtentPropertyType sourceExtent)Sets ith "sourceExtent" elementvoidsetSourceExtentArray(EXExtentPropertyType[] sourceExtentArray)Sets array of all "sourceExtent" elementvoidsetSourceReferenceSystem(MDReferenceSystemPropertyType sourceReferenceSystem)Sets the "sourceReferenceSystem" elementvoidsetSourceStepArray(int i, LIProcessStepPropertyType sourceStep)Sets ith "sourceStep" elementvoidsetSourceStepArray(LIProcessStepPropertyType[] sourceStepArray)Sets array of all "sourceStep" elementintsizeOfSourceExtentArray()Returns number of "sourceExtent" elementintsizeOfSourceStepArray()Returns number of "sourceStep" elementvoidunsetDescription()Unsets the "description" elementvoidunsetScaleDenominator()Unsets the "scaleDenominator" elementvoidunsetSourceCitation()Unsets the "sourceCitation" elementvoidunsetSourceReferenceSystem()Unsets the "sourceReferenceSystem" 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
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(CharacterStringPropertyType description)
Sets the "description" element
-
addNewDescription
CharacterStringPropertyType addNewDescription()
Appends and returns a new empty "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
getScaleDenominator
MDRepresentativeFractionPropertyType getScaleDenominator()
Gets the "scaleDenominator" element
-
isSetScaleDenominator
boolean isSetScaleDenominator()
True if has "scaleDenominator" element
-
setScaleDenominator
void setScaleDenominator(MDRepresentativeFractionPropertyType scaleDenominator)
Sets the "scaleDenominator" element
-
addNewScaleDenominator
MDRepresentativeFractionPropertyType addNewScaleDenominator()
Appends and returns a new empty "scaleDenominator" element
-
unsetScaleDenominator
void unsetScaleDenominator()
Unsets the "scaleDenominator" element
-
getSourceReferenceSystem
MDReferenceSystemPropertyType getSourceReferenceSystem()
Gets the "sourceReferenceSystem" element
-
isSetSourceReferenceSystem
boolean isSetSourceReferenceSystem()
True if has "sourceReferenceSystem" element
-
setSourceReferenceSystem
void setSourceReferenceSystem(MDReferenceSystemPropertyType sourceReferenceSystem)
Sets the "sourceReferenceSystem" element
-
addNewSourceReferenceSystem
MDReferenceSystemPropertyType addNewSourceReferenceSystem()
Appends and returns a new empty "sourceReferenceSystem" element
-
unsetSourceReferenceSystem
void unsetSourceReferenceSystem()
Unsets the "sourceReferenceSystem" element
-
getSourceCitation
CICitationPropertyType getSourceCitation()
Gets the "sourceCitation" element
-
isSetSourceCitation
boolean isSetSourceCitation()
True if has "sourceCitation" element
-
setSourceCitation
void setSourceCitation(CICitationPropertyType sourceCitation)
Sets the "sourceCitation" element
-
addNewSourceCitation
CICitationPropertyType addNewSourceCitation()
Appends and returns a new empty "sourceCitation" element
-
unsetSourceCitation
void unsetSourceCitation()
Unsets the "sourceCitation" element
-
getSourceExtentArray
EXExtentPropertyType[] getSourceExtentArray()
Gets array of all "sourceExtent" elements
-
getSourceExtentArray
EXExtentPropertyType getSourceExtentArray(int i)
Gets ith "sourceExtent" element
-
sizeOfSourceExtentArray
int sizeOfSourceExtentArray()
Returns number of "sourceExtent" element
-
setSourceExtentArray
void setSourceExtentArray(EXExtentPropertyType[] sourceExtentArray)
Sets array of all "sourceExtent" element
-
setSourceExtentArray
void setSourceExtentArray(int i, EXExtentPropertyType sourceExtent)Sets ith "sourceExtent" element
-
insertNewSourceExtent
EXExtentPropertyType insertNewSourceExtent(int i)
Inserts and returns a new empty value (as xml) as the ith "sourceExtent" element
-
addNewSourceExtent
EXExtentPropertyType addNewSourceExtent()
Appends and returns a new empty value (as xml) as the last "sourceExtent" element
-
removeSourceExtent
void removeSourceExtent(int i)
Removes the ith "sourceExtent" element
-
getSourceStepArray
LIProcessStepPropertyType[] getSourceStepArray()
Gets array of all "sourceStep" elements
-
getSourceStepArray
LIProcessStepPropertyType getSourceStepArray(int i)
Gets ith "sourceStep" element
-
sizeOfSourceStepArray
int sizeOfSourceStepArray()
Returns number of "sourceStep" element
-
setSourceStepArray
void setSourceStepArray(LIProcessStepPropertyType[] sourceStepArray)
Sets array of all "sourceStep" element
-
setSourceStepArray
void setSourceStepArray(int i, LIProcessStepPropertyType sourceStep)Sets ith "sourceStep" element
-
insertNewSourceStep
LIProcessStepPropertyType insertNewSourceStep(int i)
Inserts and returns a new empty value (as xml) as the ith "sourceStep" element
-
addNewSourceStep
LIProcessStepPropertyType addNewSourceStep()
Appends and returns a new empty value (as xml) as the last "sourceStep" element
-
removeSourceStep
void removeSourceStep(int i)
Removes the ith "sourceStep" element
-
-