Uses of Interface
org.isotc211.x2005.gmd.MDIdentifierPropertyType
-
Packages that use MDIdentifierPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDIdentifierPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDIdentifierPropertyType Modifier and Type Method Description MDIdentifierPropertyTypeMDAggregateInformationType. addNewAggregateDataSetIdentifier()Appends and returns a new empty "aggregateDataSetIdentifier" elementMDIdentifierPropertyTypeEXGeographicDescriptionType. addNewGeographicIdentifier()Appends and returns a new empty "geographicIdentifier" elementMDIdentifierPropertyTypeCICitationType. addNewIdentifier()Appends and returns a new empty value (as xml) as the last "identifier" elementMDIdentifierPropertyTypeMDImageDescriptionType. addNewImageQualityCode()Appends and returns a new empty "imageQualityCode" elementMDIdentifierPropertyTypeAbstractDQElementType. addNewMeasureIdentification()Appends and returns a new empty "measureIdentification" elementMDIdentifierPropertyTypeMDImageDescriptionType. addNewProcessingLevelCode()Appends and returns a new empty "processingLevelCode" elementMDIdentifierPropertyTypeMDAggregateInformationType. getAggregateDataSetIdentifier()Gets the "aggregateDataSetIdentifier" elementMDIdentifierPropertyTypeEXGeographicDescriptionType. getGeographicIdentifier()Gets the "geographicIdentifier" elementMDIdentifierPropertyType[]CICitationType. getIdentifierArray()Gets array of all "identifier" elementsMDIdentifierPropertyTypeCICitationType. getIdentifierArray(int i)Gets ith "identifier" elementMDIdentifierPropertyTypeMDImageDescriptionType. getImageQualityCode()Gets the "imageQualityCode" elementMDIdentifierPropertyTypeAbstractDQElementType. getMeasureIdentification()Gets the "measureIdentification" elementMDIdentifierPropertyTypeMDImageDescriptionType. getProcessingLevelCode()Gets the "processingLevelCode" elementMDIdentifierPropertyTypeCICitationType. insertNewIdentifier(int i)Inserts and returns a new empty value (as xml) as the ith "identifier" elementstatic MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. newInstance()static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(File file)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(InputStream is)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(Reader r)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(String xmlAsString)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(URL u)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(XMLStreamReader sr)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(Node node)static MDIdentifierPropertyTypeMDIdentifierPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDIdentifierPropertyType Modifier and Type Method Description voidMDAggregateInformationType. setAggregateDataSetIdentifier(MDIdentifierPropertyType aggregateDataSetIdentifier)Sets the "aggregateDataSetIdentifier" elementvoidEXGeographicDescriptionType. setGeographicIdentifier(MDIdentifierPropertyType geographicIdentifier)Sets the "geographicIdentifier" elementvoidCICitationType. setIdentifierArray(int i, MDIdentifierPropertyType identifier)Sets ith "identifier" elementvoidCICitationType. setIdentifierArray(MDIdentifierPropertyType[] identifierArray)Sets array of all "identifier" elementvoidMDImageDescriptionType. setImageQualityCode(MDIdentifierPropertyType imageQualityCode)Sets the "imageQualityCode" elementvoidAbstractDQElementType. setMeasureIdentification(MDIdentifierPropertyType measureIdentification)Sets the "measureIdentification" elementvoidMDImageDescriptionType. setProcessingLevelCode(MDIdentifierPropertyType processingLevelCode)Sets the "processingLevelCode" element -
Uses of MDIdentifierPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDIdentifierPropertyType Modifier and Type Class Description classMDIdentifierPropertyTypeImplAn XML MD_Identifier_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDIdentifierPropertyType Modifier and Type Method Description MDIdentifierPropertyTypeMDAggregateInformationTypeImpl. addNewAggregateDataSetIdentifier()Appends and returns a new empty "aggregateDataSetIdentifier" elementMDIdentifierPropertyTypeEXGeographicDescriptionTypeImpl. addNewGeographicIdentifier()Appends and returns a new empty "geographicIdentifier" elementMDIdentifierPropertyTypeCICitationTypeImpl. addNewIdentifier()Appends and returns a new empty value (as xml) as the last "identifier" elementMDIdentifierPropertyTypeMDImageDescriptionTypeImpl. addNewImageQualityCode()Appends and returns a new empty "imageQualityCode" elementMDIdentifierPropertyTypeAbstractDQElementTypeImpl. addNewMeasureIdentification()Appends and returns a new empty "measureIdentification" elementMDIdentifierPropertyTypeMDImageDescriptionTypeImpl. addNewProcessingLevelCode()Appends and returns a new empty "processingLevelCode" elementMDIdentifierPropertyTypeMDAggregateInformationTypeImpl. getAggregateDataSetIdentifier()Gets the "aggregateDataSetIdentifier" elementMDIdentifierPropertyTypeEXGeographicDescriptionTypeImpl. getGeographicIdentifier()Gets the "geographicIdentifier" elementMDIdentifierPropertyType[]CICitationTypeImpl. getIdentifierArray()Gets array of all "identifier" elementsMDIdentifierPropertyTypeCICitationTypeImpl. getIdentifierArray(int i)Gets ith "identifier" elementMDIdentifierPropertyTypeMDImageDescriptionTypeImpl. getImageQualityCode()Gets the "imageQualityCode" elementMDIdentifierPropertyTypeAbstractDQElementTypeImpl. getMeasureIdentification()Gets the "measureIdentification" elementMDIdentifierPropertyTypeMDImageDescriptionTypeImpl. getProcessingLevelCode()Gets the "processingLevelCode" elementMDIdentifierPropertyTypeCICitationTypeImpl. insertNewIdentifier(int i)Inserts and returns a new empty value (as xml) as the ith "identifier" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDIdentifierPropertyType Modifier and Type Method Description voidMDAggregateInformationTypeImpl. setAggregateDataSetIdentifier(MDIdentifierPropertyType aggregateDataSetIdentifier)Sets the "aggregateDataSetIdentifier" elementvoidEXGeographicDescriptionTypeImpl. setGeographicIdentifier(MDIdentifierPropertyType geographicIdentifier)Sets the "geographicIdentifier" elementvoidCICitationTypeImpl. setIdentifierArray(int i, MDIdentifierPropertyType identifier)Sets ith "identifier" elementvoidCICitationTypeImpl. setIdentifierArray(MDIdentifierPropertyType[] identifierArray)Sets array of all "identifier" elementvoidMDImageDescriptionTypeImpl. setImageQualityCode(MDIdentifierPropertyType imageQualityCode)Sets the "imageQualityCode" elementvoidAbstractDQElementTypeImpl. setMeasureIdentification(MDIdentifierPropertyType measureIdentification)Sets the "measureIdentification" elementvoidMDImageDescriptionTypeImpl. setProcessingLevelCode(MDIdentifierPropertyType processingLevelCode)Sets the "processingLevelCode" element
-