Package org.isotc211.x2005.gmd
Interface MDMetadataExtensionInformationType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDMetadataExtensionInformationTypeImpl
public interface MDMetadataExtensionInformationType extends AbstractObjectType
An XML MD_MetadataExtensionInformation_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDMetadataExtensionInformationType.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 MDExtendedElementInformationPropertyTypeaddNewExtendedElementInformation()Appends and returns a new empty value (as xml) as the last "extendedElementInformation" elementCIOnlineResourcePropertyTypeaddNewExtensionOnLineResource()Appends and returns a new empty "extensionOnLineResource" elementMDExtendedElementInformationPropertyType[]getExtendedElementInformationArray()Gets array of all "extendedElementInformation" elementsMDExtendedElementInformationPropertyTypegetExtendedElementInformationArray(int i)Gets ith "extendedElementInformation" elementCIOnlineResourcePropertyTypegetExtensionOnLineResource()Gets the "extensionOnLineResource" elementMDExtendedElementInformationPropertyTypeinsertNewExtendedElementInformation(int i)Inserts and returns a new empty value (as xml) as the ith "extendedElementInformation" elementbooleanisSetExtensionOnLineResource()True if has "extensionOnLineResource" elementvoidremoveExtendedElementInformation(int i)Removes the ith "extendedElementInformation" elementvoidsetExtendedElementInformationArray(int i, MDExtendedElementInformationPropertyType extendedElementInformation)Sets ith "extendedElementInformation" elementvoidsetExtendedElementInformationArray(MDExtendedElementInformationPropertyType[] extendedElementInformationArray)Sets array of all "extendedElementInformation" elementvoidsetExtensionOnLineResource(CIOnlineResourcePropertyType extensionOnLineResource)Sets the "extensionOnLineResource" elementintsizeOfExtendedElementInformationArray()Returns number of "extendedElementInformation" elementvoidunsetExtensionOnLineResource()Unsets the "extensionOnLineResource" 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
-
getExtensionOnLineResource
CIOnlineResourcePropertyType getExtensionOnLineResource()
Gets the "extensionOnLineResource" element
-
isSetExtensionOnLineResource
boolean isSetExtensionOnLineResource()
True if has "extensionOnLineResource" element
-
setExtensionOnLineResource
void setExtensionOnLineResource(CIOnlineResourcePropertyType extensionOnLineResource)
Sets the "extensionOnLineResource" element
-
addNewExtensionOnLineResource
CIOnlineResourcePropertyType addNewExtensionOnLineResource()
Appends and returns a new empty "extensionOnLineResource" element
-
unsetExtensionOnLineResource
void unsetExtensionOnLineResource()
Unsets the "extensionOnLineResource" element
-
getExtendedElementInformationArray
MDExtendedElementInformationPropertyType[] getExtendedElementInformationArray()
Gets array of all "extendedElementInformation" elements
-
getExtendedElementInformationArray
MDExtendedElementInformationPropertyType getExtendedElementInformationArray(int i)
Gets ith "extendedElementInformation" element
-
sizeOfExtendedElementInformationArray
int sizeOfExtendedElementInformationArray()
Returns number of "extendedElementInformation" element
-
setExtendedElementInformationArray
void setExtendedElementInformationArray(MDExtendedElementInformationPropertyType[] extendedElementInformationArray)
Sets array of all "extendedElementInformation" element
-
setExtendedElementInformationArray
void setExtendedElementInformationArray(int i, MDExtendedElementInformationPropertyType extendedElementInformation)Sets ith "extendedElementInformation" element
-
insertNewExtendedElementInformation
MDExtendedElementInformationPropertyType insertNewExtendedElementInformation(int i)
Inserts and returns a new empty value (as xml) as the ith "extendedElementInformation" element
-
addNewExtendedElementInformation
MDExtendedElementInformationPropertyType addNewExtendedElementInformation()
Appends and returns a new empty value (as xml) as the last "extendedElementInformation" element
-
removeExtendedElementInformation
void removeExtendedElementInformation(int i)
Removes the ith "extendedElementInformation" element
-
-