Package org.isotc211.x2005.gmd
Interface MDAggregateInformationType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDAggregateInformationTypeImpl
public interface MDAggregateInformationType extends AbstractObjectType
An XML MD_AggregateInformation_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDAggregateInformationType.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 MDIdentifierPropertyTypeaddNewAggregateDataSetIdentifier()Appends and returns a new empty "aggregateDataSetIdentifier" elementCICitationPropertyTypeaddNewAggregateDataSetName()Appends and returns a new empty "aggregateDataSetName" elementDSAssociationTypeCodePropertyTypeaddNewAssociationType()Appends and returns a new empty "associationType" elementDSInitiativeTypeCodePropertyTypeaddNewInitiativeType()Appends and returns a new empty "initiativeType" elementMDIdentifierPropertyTypegetAggregateDataSetIdentifier()Gets the "aggregateDataSetIdentifier" elementCICitationPropertyTypegetAggregateDataSetName()Gets the "aggregateDataSetName" elementDSAssociationTypeCodePropertyTypegetAssociationType()Gets the "associationType" elementDSInitiativeTypeCodePropertyTypegetInitiativeType()Gets the "initiativeType" elementbooleanisSetAggregateDataSetIdentifier()True if has "aggregateDataSetIdentifier" elementbooleanisSetAggregateDataSetName()True if has "aggregateDataSetName" elementbooleanisSetInitiativeType()True if has "initiativeType" elementvoidsetAggregateDataSetIdentifier(MDIdentifierPropertyType aggregateDataSetIdentifier)Sets the "aggregateDataSetIdentifier" elementvoidsetAggregateDataSetName(CICitationPropertyType aggregateDataSetName)Sets the "aggregateDataSetName" elementvoidsetAssociationType(DSAssociationTypeCodePropertyType associationType)Sets the "associationType" elementvoidsetInitiativeType(DSInitiativeTypeCodePropertyType initiativeType)Sets the "initiativeType" elementvoidunsetAggregateDataSetIdentifier()Unsets the "aggregateDataSetIdentifier" elementvoidunsetAggregateDataSetName()Unsets the "aggregateDataSetName" elementvoidunsetInitiativeType()Unsets the "initiativeType" 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
-
getAggregateDataSetName
CICitationPropertyType getAggregateDataSetName()
Gets the "aggregateDataSetName" element
-
isSetAggregateDataSetName
boolean isSetAggregateDataSetName()
True if has "aggregateDataSetName" element
-
setAggregateDataSetName
void setAggregateDataSetName(CICitationPropertyType aggregateDataSetName)
Sets the "aggregateDataSetName" element
-
addNewAggregateDataSetName
CICitationPropertyType addNewAggregateDataSetName()
Appends and returns a new empty "aggregateDataSetName" element
-
unsetAggregateDataSetName
void unsetAggregateDataSetName()
Unsets the "aggregateDataSetName" element
-
getAggregateDataSetIdentifier
MDIdentifierPropertyType getAggregateDataSetIdentifier()
Gets the "aggregateDataSetIdentifier" element
-
isSetAggregateDataSetIdentifier
boolean isSetAggregateDataSetIdentifier()
True if has "aggregateDataSetIdentifier" element
-
setAggregateDataSetIdentifier
void setAggregateDataSetIdentifier(MDIdentifierPropertyType aggregateDataSetIdentifier)
Sets the "aggregateDataSetIdentifier" element
-
addNewAggregateDataSetIdentifier
MDIdentifierPropertyType addNewAggregateDataSetIdentifier()
Appends and returns a new empty "aggregateDataSetIdentifier" element
-
unsetAggregateDataSetIdentifier
void unsetAggregateDataSetIdentifier()
Unsets the "aggregateDataSetIdentifier" element
-
getAssociationType
DSAssociationTypeCodePropertyType getAssociationType()
Gets the "associationType" element
-
setAssociationType
void setAssociationType(DSAssociationTypeCodePropertyType associationType)
Sets the "associationType" element
-
addNewAssociationType
DSAssociationTypeCodePropertyType addNewAssociationType()
Appends and returns a new empty "associationType" element
-
getInitiativeType
DSInitiativeTypeCodePropertyType getInitiativeType()
Gets the "initiativeType" element
-
isSetInitiativeType
boolean isSetInitiativeType()
True if has "initiativeType" element
-
setInitiativeType
void setInitiativeType(DSInitiativeTypeCodePropertyType initiativeType)
Sets the "initiativeType" element
-
addNewInitiativeType
DSInitiativeTypeCodePropertyType addNewInitiativeType()
Appends and returns a new empty "initiativeType" element
-
unsetInitiativeType
void unsetInitiativeType()
Unsets the "initiativeType" element
-
-