Class MDMetadataType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDMetadataType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class MDMetadataType extends AbstractObjectType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Information about the metadataJava class for MD_Metadata_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_Metadata_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="fileIdentifier" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="language" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="characterSet" type="{http://www.isotc211.org/2005/gmd}MD_CharacterSetCode_PropertyType" minOccurs="0"/> <element name="parentIdentifier" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="hierarchyLevel" type="{http://www.isotc211.org/2005/gmd}MD_ScopeCode_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="hierarchyLevelName" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="contact" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType" maxOccurs="unbounded"/> <element name="dateStamp" type="{http://www.isotc211.org/2005/gco}Date_PropertyType"/> <element name="metadataStandardName" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="metadataStandardVersion" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="dataSetURI" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="locale" type="{http://www.isotc211.org/2005/gmd}PT_Locale_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="spatialRepresentationInfo" type="{http://www.isotc211.org/2005/gmd}MD_SpatialRepresentation_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="referenceSystemInfo" type="{http://www.isotc211.org/2005/gmd}MD_ReferenceSystem_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="metadataExtensionInfo" type="{http://www.isotc211.org/2005/gmd}MD_MetadataExtensionInformation_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="identificationInfo" type="{http://www.isotc211.org/2005/gmd}MD_Identification_PropertyType" maxOccurs="unbounded"/> <element name="contentInfo" type="{http://www.isotc211.org/2005/gmd}MD_ContentInformation_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="distributionInfo" type="{http://www.isotc211.org/2005/gmd}MD_Distribution_PropertyType" minOccurs="0"/> <element name="dataQualityInfo" type="{http://www.isotc211.org/2005/gmd}DQ_DataQuality_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="portrayalCatalogueInfo" type="{http://www.isotc211.org/2005/gmd}MD_PortrayalCatalogueReference_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="metadataConstraints" type="{http://www.isotc211.org/2005/gmd}MD_Constraints_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="applicationSchemaInfo" type="{http://www.isotc211.org/2005/gmd}MD_ApplicationSchemaInformation_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="metadataMaintenance" type="{http://www.isotc211.org/2005/gmd}MD_MaintenanceInformation_PropertyType" minOccurs="0"/> <element name="series" type="{http://www.isotc211.org/2005/gmd}DS_Aggregate_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="describes" type="{http://www.isotc211.org/2005/gmd}DS_DataSet_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="propertyType" type="{http://www.isotc211.org/2005/gco}ObjectReference_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="featureType" type="{http://www.isotc211.org/2005/gco}ObjectReference_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="featureAttribute" type="{http://www.isotc211.org/2005/gco}ObjectReference_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
-
Method Summary
-
-
-
Field Detail
-
fileIdentifier
protected CharacterStringPropertyType fileIdentifier
-
language
protected CharacterStringPropertyType language
-
characterSet
protected MDCharacterSetCodePropertyType characterSet
-
parentIdentifier
protected CharacterStringPropertyType parentIdentifier
-
hierarchyLevel
protected List<MDScopeCodePropertyType> hierarchyLevel
-
hierarchyLevelName
protected List<CharacterStringPropertyType> hierarchyLevelName
-
contact
protected List<CIResponsiblePartyPropertyType> contact
-
dateStamp
protected DatePropertyType dateStamp
-
metadataStandardName
protected CharacterStringPropertyType metadataStandardName
-
metadataStandardVersion
protected CharacterStringPropertyType metadataStandardVersion
-
dataSetURI
protected CharacterStringPropertyType dataSetURI
-
locale
protected List<PTLocalePropertyType> locale
-
spatialRepresentationInfo
protected List<MDSpatialRepresentationPropertyType> spatialRepresentationInfo
-
referenceSystemInfo
protected List<MDReferenceSystemPropertyType> referenceSystemInfo
-
metadataExtensionInfo
protected List<MDMetadataExtensionInformationPropertyType> metadataExtensionInfo
-
identificationInfo
protected List<MDIdentificationPropertyType> identificationInfo
-
contentInfo
protected List<MDContentInformationPropertyType> contentInfo
-
distributionInfo
protected MDDistributionPropertyType distributionInfo
-
dataQualityInfo
protected List<DQDataQualityPropertyType> dataQualityInfo
-
portrayalCatalogueInfo
protected List<MDPortrayalCatalogueReferencePropertyType> portrayalCatalogueInfo
-
metadataConstraints
protected List<MDConstraintsPropertyType> metadataConstraints
-
applicationSchemaInfo
protected List<MDApplicationSchemaInformationPropertyType> applicationSchemaInfo
-
metadataMaintenance
protected MDMaintenanceInformationPropertyType metadataMaintenance
-
series
protected List<DSAggregatePropertyType> series
-
describes
protected List<DSDataSetPropertyType> describes
-
propertyType
protected List<ObjectReferencePropertyType> propertyType
-
featureType
protected List<ObjectReferencePropertyType> featureType
-
featureAttribute
protected List<ObjectReferencePropertyType> featureAttribute
-
-
Constructor Detail
-
MDMetadataType
public MDMetadataType()
Default no-arg constructor
-
MDMetadataType
public MDMetadataType(String id, String uuid, CharacterStringPropertyType fileIdentifier, CharacterStringPropertyType language, MDCharacterSetCodePropertyType characterSet, CharacterStringPropertyType parentIdentifier, List<MDScopeCodePropertyType> hierarchyLevel, List<CharacterStringPropertyType> hierarchyLevelName, List<CIResponsiblePartyPropertyType> contact, DatePropertyType dateStamp, CharacterStringPropertyType metadataStandardName, CharacterStringPropertyType metadataStandardVersion, CharacterStringPropertyType dataSetURI, List<PTLocalePropertyType> locale, List<MDSpatialRepresentationPropertyType> spatialRepresentationInfo, List<MDReferenceSystemPropertyType> referenceSystemInfo, List<MDMetadataExtensionInformationPropertyType> metadataExtensionInfo, List<MDIdentificationPropertyType> identificationInfo, List<MDContentInformationPropertyType> contentInfo, MDDistributionPropertyType distributionInfo, List<DQDataQualityPropertyType> dataQualityInfo, List<MDPortrayalCatalogueReferencePropertyType> portrayalCatalogueInfo, List<MDConstraintsPropertyType> metadataConstraints, List<MDApplicationSchemaInformationPropertyType> applicationSchemaInfo, MDMaintenanceInformationPropertyType metadataMaintenance, List<DSAggregatePropertyType> series, List<DSDataSetPropertyType> describes, List<ObjectReferencePropertyType> propertyType, List<ObjectReferencePropertyType> featureType, List<ObjectReferencePropertyType> featureAttribute)
Fully-initialising value constructor
-
-
Method Detail
-
getFileIdentifier
public CharacterStringPropertyType getFileIdentifier()
Gets the value of the fileIdentifier property.- Returns:
- possible object is
CharacterStringPropertyType
-
setFileIdentifier
public void setFileIdentifier(CharacterStringPropertyType value)
Sets the value of the fileIdentifier property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetFileIdentifier
public boolean isSetFileIdentifier()
-
getLanguage
public CharacterStringPropertyType getLanguage()
Gets the value of the language property.- Returns:
- possible object is
CharacterStringPropertyType
-
setLanguage
public void setLanguage(CharacterStringPropertyType value)
Sets the value of the language property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetLanguage
public boolean isSetLanguage()
-
getCharacterSet
public MDCharacterSetCodePropertyType getCharacterSet()
Gets the value of the characterSet property.- Returns:
- possible object is
MDCharacterSetCodePropertyType
-
setCharacterSet
public void setCharacterSet(MDCharacterSetCodePropertyType value)
Sets the value of the characterSet property.- Parameters:
value- allowed object isMDCharacterSetCodePropertyType
-
isSetCharacterSet
public boolean isSetCharacterSet()
-
getParentIdentifier
public CharacterStringPropertyType getParentIdentifier()
Gets the value of the parentIdentifier property.- Returns:
- possible object is
CharacterStringPropertyType
-
setParentIdentifier
public void setParentIdentifier(CharacterStringPropertyType value)
Sets the value of the parentIdentifier property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetParentIdentifier
public boolean isSetParentIdentifier()
-
getHierarchyLevel
public List<MDScopeCodePropertyType> getHierarchyLevel()
Gets the value of the hierarchyLevel property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the hierarchyLevel property.For example, to add a new item, do as follows:
getHierarchyLevel().add(newItem);Objects of the following type(s) are allowed in the list
MDScopeCodePropertyType
-
isSetHierarchyLevel
public boolean isSetHierarchyLevel()
-
unsetHierarchyLevel
public void unsetHierarchyLevel()
-
getHierarchyLevelName
public List<CharacterStringPropertyType> getHierarchyLevelName()
Gets the value of the hierarchyLevelName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the hierarchyLevelName property.For example, to add a new item, do as follows:
getHierarchyLevelName().add(newItem);Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
-
isSetHierarchyLevelName
public boolean isSetHierarchyLevelName()
-
unsetHierarchyLevelName
public void unsetHierarchyLevelName()
-
getContact
public List<CIResponsiblePartyPropertyType> getContact()
Gets the value of the contact property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
CIResponsiblePartyPropertyType
-
isSetContact
public boolean isSetContact()
-
unsetContact
public void unsetContact()
-
getDateStamp
public DatePropertyType getDateStamp()
Gets the value of the dateStamp property.- Returns:
- possible object is
DatePropertyType
-
setDateStamp
public void setDateStamp(DatePropertyType value)
Sets the value of the dateStamp property.- Parameters:
value- allowed object isDatePropertyType
-
isSetDateStamp
public boolean isSetDateStamp()
-
getMetadataStandardName
public CharacterStringPropertyType getMetadataStandardName()
Gets the value of the metadataStandardName property.- Returns:
- possible object is
CharacterStringPropertyType
-
setMetadataStandardName
public void setMetadataStandardName(CharacterStringPropertyType value)
Sets the value of the metadataStandardName property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetMetadataStandardName
public boolean isSetMetadataStandardName()
-
getMetadataStandardVersion
public CharacterStringPropertyType getMetadataStandardVersion()
Gets the value of the metadataStandardVersion property.- Returns:
- possible object is
CharacterStringPropertyType
-
setMetadataStandardVersion
public void setMetadataStandardVersion(CharacterStringPropertyType value)
Sets the value of the metadataStandardVersion property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetMetadataStandardVersion
public boolean isSetMetadataStandardVersion()
-
getDataSetURI
public CharacterStringPropertyType getDataSetURI()
Gets the value of the dataSetURI property.- Returns:
- possible object is
CharacterStringPropertyType
-
setDataSetURI
public void setDataSetURI(CharacterStringPropertyType value)
Sets the value of the dataSetURI property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetDataSetURI
public boolean isSetDataSetURI()
-
getLocale
public List<PTLocalePropertyType> getLocale()
Gets the value of the locale property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the locale property.For example, to add a new item, do as follows:
getLocale().add(newItem);Objects of the following type(s) are allowed in the list
PTLocalePropertyType
-
isSetLocale
public boolean isSetLocale()
-
unsetLocale
public void unsetLocale()
-
getSpatialRepresentationInfo
public List<MDSpatialRepresentationPropertyType> getSpatialRepresentationInfo()
Gets the value of the spatialRepresentationInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the spatialRepresentationInfo property.For example, to add a new item, do as follows:
getSpatialRepresentationInfo().add(newItem);Objects of the following type(s) are allowed in the list
MDSpatialRepresentationPropertyType
-
isSetSpatialRepresentationInfo
public boolean isSetSpatialRepresentationInfo()
-
unsetSpatialRepresentationInfo
public void unsetSpatialRepresentationInfo()
-
getReferenceSystemInfo
public List<MDReferenceSystemPropertyType> getReferenceSystemInfo()
Gets the value of the referenceSystemInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the referenceSystemInfo property.For example, to add a new item, do as follows:
getReferenceSystemInfo().add(newItem);Objects of the following type(s) are allowed in the list
MDReferenceSystemPropertyType
-
isSetReferenceSystemInfo
public boolean isSetReferenceSystemInfo()
-
unsetReferenceSystemInfo
public void unsetReferenceSystemInfo()
-
getMetadataExtensionInfo
public List<MDMetadataExtensionInformationPropertyType> getMetadataExtensionInfo()
Gets the value of the metadataExtensionInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the metadataExtensionInfo property.For example, to add a new item, do as follows:
getMetadataExtensionInfo().add(newItem);Objects of the following type(s) are allowed in the list
MDMetadataExtensionInformationPropertyType
-
isSetMetadataExtensionInfo
public boolean isSetMetadataExtensionInfo()
-
unsetMetadataExtensionInfo
public void unsetMetadataExtensionInfo()
-
getIdentificationInfo
public List<MDIdentificationPropertyType> getIdentificationInfo()
Gets the value of the identificationInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the identificationInfo property.For example, to add a new item, do as follows:
getIdentificationInfo().add(newItem);Objects of the following type(s) are allowed in the list
MDIdentificationPropertyType
-
isSetIdentificationInfo
public boolean isSetIdentificationInfo()
-
unsetIdentificationInfo
public void unsetIdentificationInfo()
-
getContentInfo
public List<MDContentInformationPropertyType> getContentInfo()
Gets the value of the contentInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the contentInfo property.For example, to add a new item, do as follows:
getContentInfo().add(newItem);Objects of the following type(s) are allowed in the list
MDContentInformationPropertyType
-
isSetContentInfo
public boolean isSetContentInfo()
-
unsetContentInfo
public void unsetContentInfo()
-
getDistributionInfo
public MDDistributionPropertyType getDistributionInfo()
Gets the value of the distributionInfo property.- Returns:
- possible object is
MDDistributionPropertyType
-
setDistributionInfo
public void setDistributionInfo(MDDistributionPropertyType value)
Sets the value of the distributionInfo property.- Parameters:
value- allowed object isMDDistributionPropertyType
-
isSetDistributionInfo
public boolean isSetDistributionInfo()
-
getDataQualityInfo
public List<DQDataQualityPropertyType> getDataQualityInfo()
Gets the value of the dataQualityInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the dataQualityInfo property.For example, to add a new item, do as follows:
getDataQualityInfo().add(newItem);Objects of the following type(s) are allowed in the list
DQDataQualityPropertyType
-
isSetDataQualityInfo
public boolean isSetDataQualityInfo()
-
unsetDataQualityInfo
public void unsetDataQualityInfo()
-
getPortrayalCatalogueInfo
public List<MDPortrayalCatalogueReferencePropertyType> getPortrayalCatalogueInfo()
Gets the value of the portrayalCatalogueInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the portrayalCatalogueInfo property.For example, to add a new item, do as follows:
getPortrayalCatalogueInfo().add(newItem);Objects of the following type(s) are allowed in the list
MDPortrayalCatalogueReferencePropertyType
-
isSetPortrayalCatalogueInfo
public boolean isSetPortrayalCatalogueInfo()
-
unsetPortrayalCatalogueInfo
public void unsetPortrayalCatalogueInfo()
-
getMetadataConstraints
public List<MDConstraintsPropertyType> getMetadataConstraints()
Gets the value of the metadataConstraints property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the metadataConstraints property.For example, to add a new item, do as follows:
getMetadataConstraints().add(newItem);Objects of the following type(s) are allowed in the list
MDConstraintsPropertyType
-
isSetMetadataConstraints
public boolean isSetMetadataConstraints()
-
unsetMetadataConstraints
public void unsetMetadataConstraints()
-
getApplicationSchemaInfo
public List<MDApplicationSchemaInformationPropertyType> getApplicationSchemaInfo()
Gets the value of the applicationSchemaInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the applicationSchemaInfo property.For example, to add a new item, do as follows:
getApplicationSchemaInfo().add(newItem);Objects of the following type(s) are allowed in the list
MDApplicationSchemaInformationPropertyType
-
isSetApplicationSchemaInfo
public boolean isSetApplicationSchemaInfo()
-
unsetApplicationSchemaInfo
public void unsetApplicationSchemaInfo()
-
getMetadataMaintenance
public MDMaintenanceInformationPropertyType getMetadataMaintenance()
Gets the value of the metadataMaintenance property.- Returns:
- possible object is
MDMaintenanceInformationPropertyType
-
setMetadataMaintenance
public void setMetadataMaintenance(MDMaintenanceInformationPropertyType value)
Sets the value of the metadataMaintenance property.- Parameters:
value- allowed object isMDMaintenanceInformationPropertyType
-
isSetMetadataMaintenance
public boolean isSetMetadataMaintenance()
-
getSeries
public List<DSAggregatePropertyType> getSeries()
Gets the value of the series property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the series property.For example, to add a new item, do as follows:
getSeries().add(newItem);Objects of the following type(s) are allowed in the list
DSAggregatePropertyType
-
isSetSeries
public boolean isSetSeries()
-
unsetSeries
public void unsetSeries()
-
getDescribes
public List<DSDataSetPropertyType> getDescribes()
Gets the value of the describes property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the describes property.For example, to add a new item, do as follows:
getDescribes().add(newItem);Objects of the following type(s) are allowed in the list
DSDataSetPropertyType
-
isSetDescribes
public boolean isSetDescribes()
-
unsetDescribes
public void unsetDescribes()
-
getPropertyType
public List<ObjectReferencePropertyType> getPropertyType()
Gets the value of the propertyType property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the propertyType property.For example, to add a new item, do as follows:
getPropertyType().add(newItem);Objects of the following type(s) are allowed in the list
ObjectReferencePropertyType
-
isSetPropertyType
public boolean isSetPropertyType()
-
unsetPropertyType
public void unsetPropertyType()
-
getFeatureType
public List<ObjectReferencePropertyType> getFeatureType()
Gets the value of the featureType property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the featureType property.For example, to add a new item, do as follows:
getFeatureType().add(newItem);Objects of the following type(s) are allowed in the list
ObjectReferencePropertyType
-
isSetFeatureType
public boolean isSetFeatureType()
-
unsetFeatureType
public void unsetFeatureType()
-
getFeatureAttribute
public List<ObjectReferencePropertyType> getFeatureAttribute()
Gets the value of the featureAttribute property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the featureAttribute property.For example, to add a new item, do as follows:
getFeatureAttribute().add(newItem);Objects of the following type(s) are allowed in the list
ObjectReferencePropertyType
-
isSetFeatureAttribute
public boolean isSetFeatureAttribute()
-
unsetFeatureAttribute
public void unsetFeatureAttribute()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractObjectType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractObjectType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
setHierarchyLevel
public void setHierarchyLevel(List<MDScopeCodePropertyType> value)
-
setHierarchyLevelName
public void setHierarchyLevelName(List<CharacterStringPropertyType> value)
-
setContact
public void setContact(List<CIResponsiblePartyPropertyType> value)
-
setLocale
public void setLocale(List<PTLocalePropertyType> value)
-
setSpatialRepresentationInfo
public void setSpatialRepresentationInfo(List<MDSpatialRepresentationPropertyType> value)
-
setReferenceSystemInfo
public void setReferenceSystemInfo(List<MDReferenceSystemPropertyType> value)
-
setMetadataExtensionInfo
public void setMetadataExtensionInfo(List<MDMetadataExtensionInformationPropertyType> value)
-
setIdentificationInfo
public void setIdentificationInfo(List<MDIdentificationPropertyType> value)
-
setContentInfo
public void setContentInfo(List<MDContentInformationPropertyType> value)
-
setDataQualityInfo
public void setDataQualityInfo(List<DQDataQualityPropertyType> value)
-
setPortrayalCatalogueInfo
public void setPortrayalCatalogueInfo(List<MDPortrayalCatalogueReferencePropertyType> value)
-
setMetadataConstraints
public void setMetadataConstraints(List<MDConstraintsPropertyType> value)
-
setApplicationSchemaInfo
public void setApplicationSchemaInfo(List<MDApplicationSchemaInformationPropertyType> value)
-
setSeries
public void setSeries(List<DSAggregatePropertyType> value)
-
setDescribes
public void setDescribes(List<DSDataSetPropertyType> value)
-
setPropertyType
public void setPropertyType(List<ObjectReferencePropertyType> value)
-
setFeatureType
public void setFeatureType(List<ObjectReferencePropertyType> value)
-
setFeatureAttribute
public void setFeatureAttribute(List<ObjectReferencePropertyType> value)
-
withFileIdentifier
public MDMetadataType withFileIdentifier(CharacterStringPropertyType value)
-
withLanguage
public MDMetadataType withLanguage(CharacterStringPropertyType value)
-
withCharacterSet
public MDMetadataType withCharacterSet(MDCharacterSetCodePropertyType value)
-
withParentIdentifier
public MDMetadataType withParentIdentifier(CharacterStringPropertyType value)
-
withHierarchyLevel
public MDMetadataType withHierarchyLevel(MDScopeCodePropertyType... values)
-
withHierarchyLevel
public MDMetadataType withHierarchyLevel(Collection<MDScopeCodePropertyType> values)
-
withHierarchyLevelName
public MDMetadataType withHierarchyLevelName(CharacterStringPropertyType... values)
-
withHierarchyLevelName
public MDMetadataType withHierarchyLevelName(Collection<CharacterStringPropertyType> values)
-
withContact
public MDMetadataType withContact(CIResponsiblePartyPropertyType... values)
-
withContact
public MDMetadataType withContact(Collection<CIResponsiblePartyPropertyType> values)
-
withDateStamp
public MDMetadataType withDateStamp(DatePropertyType value)
-
withMetadataStandardName
public MDMetadataType withMetadataStandardName(CharacterStringPropertyType value)
-
withMetadataStandardVersion
public MDMetadataType withMetadataStandardVersion(CharacterStringPropertyType value)
-
withDataSetURI
public MDMetadataType withDataSetURI(CharacterStringPropertyType value)
-
withLocale
public MDMetadataType withLocale(PTLocalePropertyType... values)
-
withLocale
public MDMetadataType withLocale(Collection<PTLocalePropertyType> values)
-
withSpatialRepresentationInfo
public MDMetadataType withSpatialRepresentationInfo(MDSpatialRepresentationPropertyType... values)
-
withSpatialRepresentationInfo
public MDMetadataType withSpatialRepresentationInfo(Collection<MDSpatialRepresentationPropertyType> values)
-
withReferenceSystemInfo
public MDMetadataType withReferenceSystemInfo(MDReferenceSystemPropertyType... values)
-
withReferenceSystemInfo
public MDMetadataType withReferenceSystemInfo(Collection<MDReferenceSystemPropertyType> values)
-
withMetadataExtensionInfo
public MDMetadataType withMetadataExtensionInfo(MDMetadataExtensionInformationPropertyType... values)
-
withMetadataExtensionInfo
public MDMetadataType withMetadataExtensionInfo(Collection<MDMetadataExtensionInformationPropertyType> values)
-
withIdentificationInfo
public MDMetadataType withIdentificationInfo(MDIdentificationPropertyType... values)
-
withIdentificationInfo
public MDMetadataType withIdentificationInfo(Collection<MDIdentificationPropertyType> values)
-
withContentInfo
public MDMetadataType withContentInfo(MDContentInformationPropertyType... values)
-
withContentInfo
public MDMetadataType withContentInfo(Collection<MDContentInformationPropertyType> values)
-
withDistributionInfo
public MDMetadataType withDistributionInfo(MDDistributionPropertyType value)
-
withDataQualityInfo
public MDMetadataType withDataQualityInfo(DQDataQualityPropertyType... values)
-
withDataQualityInfo
public MDMetadataType withDataQualityInfo(Collection<DQDataQualityPropertyType> values)
-
withPortrayalCatalogueInfo
public MDMetadataType withPortrayalCatalogueInfo(MDPortrayalCatalogueReferencePropertyType... values)
-
withPortrayalCatalogueInfo
public MDMetadataType withPortrayalCatalogueInfo(Collection<MDPortrayalCatalogueReferencePropertyType> values)
-
withMetadataConstraints
public MDMetadataType withMetadataConstraints(MDConstraintsPropertyType... values)
-
withMetadataConstraints
public MDMetadataType withMetadataConstraints(Collection<MDConstraintsPropertyType> values)
-
withApplicationSchemaInfo
public MDMetadataType withApplicationSchemaInfo(MDApplicationSchemaInformationPropertyType... values)
-
withApplicationSchemaInfo
public MDMetadataType withApplicationSchemaInfo(Collection<MDApplicationSchemaInformationPropertyType> values)
-
withMetadataMaintenance
public MDMetadataType withMetadataMaintenance(MDMaintenanceInformationPropertyType value)
-
withSeries
public MDMetadataType withSeries(DSAggregatePropertyType... values)
-
withSeries
public MDMetadataType withSeries(Collection<DSAggregatePropertyType> values)
-
withDescribes
public MDMetadataType withDescribes(DSDataSetPropertyType... values)
-
withDescribes
public MDMetadataType withDescribes(Collection<DSDataSetPropertyType> values)
-
withPropertyType
public MDMetadataType withPropertyType(ObjectReferencePropertyType... values)
-
withPropertyType
public MDMetadataType withPropertyType(Collection<ObjectReferencePropertyType> values)
-
withFeatureType
public MDMetadataType withFeatureType(ObjectReferencePropertyType... values)
-
withFeatureType
public MDMetadataType withFeatureType(Collection<ObjectReferencePropertyType> values)
-
withFeatureAttribute
public MDMetadataType withFeatureAttribute(ObjectReferencePropertyType... values)
-
withFeatureAttribute
public MDMetadataType withFeatureAttribute(Collection<ObjectReferencePropertyType> values)
-
withHierarchyLevel
public MDMetadataType withHierarchyLevel(List<MDScopeCodePropertyType> value)
-
withHierarchyLevelName
public MDMetadataType withHierarchyLevelName(List<CharacterStringPropertyType> value)
-
withContact
public MDMetadataType withContact(List<CIResponsiblePartyPropertyType> value)
-
withLocale
public MDMetadataType withLocale(List<PTLocalePropertyType> value)
-
withSpatialRepresentationInfo
public MDMetadataType withSpatialRepresentationInfo(List<MDSpatialRepresentationPropertyType> value)
-
withReferenceSystemInfo
public MDMetadataType withReferenceSystemInfo(List<MDReferenceSystemPropertyType> value)
-
withMetadataExtensionInfo
public MDMetadataType withMetadataExtensionInfo(List<MDMetadataExtensionInformationPropertyType> value)
-
withIdentificationInfo
public MDMetadataType withIdentificationInfo(List<MDIdentificationPropertyType> value)
-
withContentInfo
public MDMetadataType withContentInfo(List<MDContentInformationPropertyType> value)
-
withDataQualityInfo
public MDMetadataType withDataQualityInfo(List<DQDataQualityPropertyType> value)
-
withPortrayalCatalogueInfo
public MDMetadataType withPortrayalCatalogueInfo(List<MDPortrayalCatalogueReferencePropertyType> value)
-
withMetadataConstraints
public MDMetadataType withMetadataConstraints(List<MDConstraintsPropertyType> value)
-
withApplicationSchemaInfo
public MDMetadataType withApplicationSchemaInfo(List<MDApplicationSchemaInformationPropertyType> value)
-
withSeries
public MDMetadataType withSeries(List<DSAggregatePropertyType> value)
-
withDescribes
public MDMetadataType withDescribes(List<DSDataSetPropertyType> value)
-
withPropertyType
public MDMetadataType withPropertyType(List<ObjectReferencePropertyType> value)
-
withFeatureType
public MDMetadataType withFeatureType(List<ObjectReferencePropertyType> value)
-
withFeatureAttribute
public MDMetadataType withFeatureAttribute(List<ObjectReferencePropertyType> value)
-
withId
public MDMetadataType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDMetadataType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-