public class MDDataIdentificationType extends AbstractMDIdentificationType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for MD_DataIdentification_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_DataIdentification_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gmd}AbstractMD_Identification_Type">
<sequence>
<element name="spatialRepresentationType" type="{http://www.isotc211.org/2005/gmd}MD_SpatialRepresentationTypeCode_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="spatialResolution" type="{http://www.isotc211.org/2005/gmd}MD_Resolution_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="language" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded"/>
<element name="characterSet" type="{http://www.isotc211.org/2005/gmd}MD_CharacterSetCode_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="topicCategory" type="{http://www.isotc211.org/2005/gmd}MD_TopicCategoryCode_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="environmentDescription" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
<element name="extent" type="{http://www.isotc211.org/2005/gmd}EX_Extent_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="supplementalInformation" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<MDCharacterSetCodePropertyType> |
characterSet |
protected CharacterStringPropertyType |
environmentDescription |
protected java.util.List<EXExtentPropertyType> |
extent |
protected java.util.List<CharacterStringPropertyType> |
language |
protected java.util.List<MDSpatialRepresentationTypeCodePropertyType> |
spatialRepresentationType |
protected java.util.List<MDResolutionPropertyType> |
spatialResolution |
protected CharacterStringPropertyType |
supplementalInformation |
protected java.util.List<MDTopicCategoryCodePropertyType> |
topicCategory |
_abstract, aggregationInfo, citation, credit, descriptiveKeywords, graphicOverview, pointOfContact, purpose, resourceConstraints, resourceFormat, resourceMaintenance, resourceSpecificUsage, statusid, uuid| Constructor and Description |
|---|
MDDataIdentificationType() |
getAbstract, getAggregationInfo, getCitation, getCredit, getDescriptiveKeywords, getGraphicOverview, getPointOfContact, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsage, getStatus, isSetAbstract, isSetAggregationInfo, isSetCitation, isSetCredit, isSetDescriptiveKeywords, isSetGraphicOverview, isSetPointOfContact, isSetPurpose, isSetResourceConstraints, isSetResourceFormat, isSetResourceMaintenance, isSetResourceSpecificUsage, isSetStatus, setAbstract, setAggregationInfo, setCitation, setCredit, setDescriptiveKeywords, setGraphicOverview, setPointOfContact, setPurpose, setResourceConstraints, setResourceFormat, setResourceMaintenance, setResourceSpecificUsage, setStatus, unsetAggregationInfo, unsetCredit, unsetDescriptiveKeywords, unsetGraphicOverview, unsetPointOfContact, unsetResourceConstraints, unsetResourceFormat, unsetResourceMaintenance, unsetResourceSpecificUsage, unsetStatusprotected java.util.List<MDSpatialRepresentationTypeCodePropertyType> spatialRepresentationType
protected java.util.List<MDResolutionPropertyType> spatialResolution
protected java.util.List<CharacterStringPropertyType> language
protected java.util.List<MDCharacterSetCodePropertyType> characterSet
protected java.util.List<MDTopicCategoryCodePropertyType> topicCategory
protected CharacterStringPropertyType environmentDescription
protected java.util.List<EXExtentPropertyType> extent
protected CharacterStringPropertyType supplementalInformation
public java.util.List<MDSpatialRepresentationTypeCodePropertyType> getSpatialRepresentationType()
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 JAXB object.
This is why there is not a set method for the spatialRepresentationType property.
For example, to add a new item, do as follows:
getSpatialRepresentationType().add(newItem);
Objects of the following type(s) are allowed in the list
MDSpatialRepresentationTypeCodePropertyType
public boolean isSetSpatialRepresentationType()
public void unsetSpatialRepresentationType()
public java.util.List<MDResolutionPropertyType> getSpatialResolution()
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 JAXB object.
This is why there is not a set method for the spatialResolution property.
For example, to add a new item, do as follows:
getSpatialResolution().add(newItem);
Objects of the following type(s) are allowed in the list
MDResolutionPropertyType
public boolean isSetSpatialResolution()
public void unsetSpatialResolution()
public java.util.List<CharacterStringPropertyType> getLanguage()
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 JAXB object.
This is why there is not a set method for the language property.
For example, to add a new item, do as follows:
getLanguage().add(newItem);
Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
public boolean isSetLanguage()
public void unsetLanguage()
public java.util.List<MDCharacterSetCodePropertyType> getCharacterSet()
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 JAXB object.
This is why there is not a set method for the characterSet property.
For example, to add a new item, do as follows:
getCharacterSet().add(newItem);
Objects of the following type(s) are allowed in the list
MDCharacterSetCodePropertyType
public boolean isSetCharacterSet()
public void unsetCharacterSet()
public java.util.List<MDTopicCategoryCodePropertyType> getTopicCategory()
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 JAXB object.
This is why there is not a set method for the topicCategory property.
For example, to add a new item, do as follows:
getTopicCategory().add(newItem);
Objects of the following type(s) are allowed in the list
MDTopicCategoryCodePropertyType
public boolean isSetTopicCategory()
public void unsetTopicCategory()
public CharacterStringPropertyType getEnvironmentDescription()
CharacterStringPropertyTypepublic void setEnvironmentDescription(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetEnvironmentDescription()
public java.util.List<EXExtentPropertyType> getExtent()
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 JAXB object.
This is why there is not a set method for the extent property.
For example, to add a new item, do as follows:
getExtent().add(newItem);
Objects of the following type(s) are allowed in the list
EXExtentPropertyType
public boolean isSetExtent()
public void unsetExtent()
public CharacterStringPropertyType getSupplementalInformation()
CharacterStringPropertyTypepublic void setSupplementalInformation(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetSupplementalInformation()
public java.lang.String toString()
toString in class AbstractMDIdentificationTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractMDIdentificationTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractMDIdentificationTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractMDIdentificationTypepublic boolean equals(java.lang.Object object)
equals in class AbstractMDIdentificationTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractMDIdentificationTypepublic int hashCode()
hashCode in class AbstractMDIdentificationTypepublic java.lang.Object clone()
clone in class AbstractMDIdentificationTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractMDIdentificationTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractMDIdentificationTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractMDIdentificationTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractMDIdentificationTypepublic void setSpatialRepresentationType(java.util.List<MDSpatialRepresentationTypeCodePropertyType> value)
public void setSpatialResolution(java.util.List<MDResolutionPropertyType> value)
public void setLanguage(java.util.List<CharacterStringPropertyType> value)
public void setCharacterSet(java.util.List<MDCharacterSetCodePropertyType> value)
public void setTopicCategory(java.util.List<MDTopicCategoryCodePropertyType> value)
public void setExtent(java.util.List<EXExtentPropertyType> value)
public MDDataIdentificationType withSpatialRepresentationType(MDSpatialRepresentationTypeCodePropertyType... values)
public MDDataIdentificationType withSpatialRepresentationType(java.util.Collection<MDSpatialRepresentationTypeCodePropertyType> values)
public MDDataIdentificationType withSpatialResolution(MDResolutionPropertyType... values)
public MDDataIdentificationType withSpatialResolution(java.util.Collection<MDResolutionPropertyType> values)
public MDDataIdentificationType withLanguage(CharacterStringPropertyType... values)
public MDDataIdentificationType withLanguage(java.util.Collection<CharacterStringPropertyType> values)
public MDDataIdentificationType withCharacterSet(MDCharacterSetCodePropertyType... values)
public MDDataIdentificationType withCharacterSet(java.util.Collection<MDCharacterSetCodePropertyType> values)
public MDDataIdentificationType withTopicCategory(MDTopicCategoryCodePropertyType... values)
public MDDataIdentificationType withTopicCategory(java.util.Collection<MDTopicCategoryCodePropertyType> values)
public MDDataIdentificationType withEnvironmentDescription(CharacterStringPropertyType value)
public MDDataIdentificationType withExtent(EXExtentPropertyType... values)
public MDDataIdentificationType withExtent(java.util.Collection<EXExtentPropertyType> values)
public MDDataIdentificationType withSupplementalInformation(CharacterStringPropertyType value)
public MDDataIdentificationType withSpatialRepresentationType(java.util.List<MDSpatialRepresentationTypeCodePropertyType> value)
public MDDataIdentificationType withSpatialResolution(java.util.List<MDResolutionPropertyType> value)
public MDDataIdentificationType withLanguage(java.util.List<CharacterStringPropertyType> value)
public MDDataIdentificationType withCharacterSet(java.util.List<MDCharacterSetCodePropertyType> value)
public MDDataIdentificationType withTopicCategory(java.util.List<MDTopicCategoryCodePropertyType> value)
public MDDataIdentificationType withExtent(java.util.List<EXExtentPropertyType> value)
public MDDataIdentificationType withCitation(CICitationPropertyType value)
withCitation in class AbstractMDIdentificationTypepublic MDDataIdentificationType withAbstract(CharacterStringPropertyType value)
withAbstract in class AbstractMDIdentificationTypepublic MDDataIdentificationType withPurpose(CharacterStringPropertyType value)
withPurpose in class AbstractMDIdentificationTypepublic MDDataIdentificationType withCredit(CharacterStringPropertyType... values)
withCredit in class AbstractMDIdentificationTypepublic MDDataIdentificationType withCredit(java.util.Collection<CharacterStringPropertyType> values)
withCredit in class AbstractMDIdentificationTypepublic MDDataIdentificationType withStatus(MDProgressCodePropertyType... values)
withStatus in class AbstractMDIdentificationTypepublic MDDataIdentificationType withStatus(java.util.Collection<MDProgressCodePropertyType> values)
withStatus in class AbstractMDIdentificationTypepublic MDDataIdentificationType withPointOfContact(CIResponsiblePartyPropertyType... values)
withPointOfContact in class AbstractMDIdentificationTypepublic MDDataIdentificationType withPointOfContact(java.util.Collection<CIResponsiblePartyPropertyType> values)
withPointOfContact in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceMaintenance(MDMaintenanceInformationPropertyType... values)
withResourceMaintenance in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceMaintenance(java.util.Collection<MDMaintenanceInformationPropertyType> values)
withResourceMaintenance in class AbstractMDIdentificationTypepublic MDDataIdentificationType withGraphicOverview(MDBrowseGraphicPropertyType... values)
withGraphicOverview in class AbstractMDIdentificationTypepublic MDDataIdentificationType withGraphicOverview(java.util.Collection<MDBrowseGraphicPropertyType> values)
withGraphicOverview in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceFormat(MDFormatPropertyType... values)
withResourceFormat in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceFormat(java.util.Collection<MDFormatPropertyType> values)
withResourceFormat in class AbstractMDIdentificationTypepublic MDDataIdentificationType withDescriptiveKeywords(MDKeywordsPropertyType... values)
withDescriptiveKeywords in class AbstractMDIdentificationTypepublic MDDataIdentificationType withDescriptiveKeywords(java.util.Collection<MDKeywordsPropertyType> values)
withDescriptiveKeywords in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceSpecificUsage(MDUsagePropertyType... values)
withResourceSpecificUsage in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceSpecificUsage(java.util.Collection<MDUsagePropertyType> values)
withResourceSpecificUsage in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceConstraints(MDConstraintsPropertyType... values)
withResourceConstraints in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceConstraints(java.util.Collection<MDConstraintsPropertyType> values)
withResourceConstraints in class AbstractMDIdentificationTypepublic MDDataIdentificationType withAggregationInfo(MDAggregateInformationPropertyType... values)
withAggregationInfo in class AbstractMDIdentificationTypepublic MDDataIdentificationType withAggregationInfo(java.util.Collection<MDAggregateInformationPropertyType> values)
withAggregationInfo in class AbstractMDIdentificationTypepublic MDDataIdentificationType withCredit(java.util.List<CharacterStringPropertyType> value)
withCredit in class AbstractMDIdentificationTypepublic MDDataIdentificationType withStatus(java.util.List<MDProgressCodePropertyType> value)
withStatus in class AbstractMDIdentificationTypepublic MDDataIdentificationType withPointOfContact(java.util.List<CIResponsiblePartyPropertyType> value)
withPointOfContact in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceMaintenance(java.util.List<MDMaintenanceInformationPropertyType> value)
withResourceMaintenance in class AbstractMDIdentificationTypepublic MDDataIdentificationType withGraphicOverview(java.util.List<MDBrowseGraphicPropertyType> value)
withGraphicOverview in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceFormat(java.util.List<MDFormatPropertyType> value)
withResourceFormat in class AbstractMDIdentificationTypepublic MDDataIdentificationType withDescriptiveKeywords(java.util.List<MDKeywordsPropertyType> value)
withDescriptiveKeywords in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceSpecificUsage(java.util.List<MDUsagePropertyType> value)
withResourceSpecificUsage in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceConstraints(java.util.List<MDConstraintsPropertyType> value)
withResourceConstraints in class AbstractMDIdentificationTypepublic MDDataIdentificationType withAggregationInfo(java.util.List<MDAggregateInformationPropertyType> value)
withAggregationInfo in class AbstractMDIdentificationTypepublic MDDataIdentificationType withId(java.lang.String value)
withId in class AbstractMDIdentificationTypepublic MDDataIdentificationType withUuid(java.lang.String value)
withUuid in class AbstractMDIdentificationTypeCopyright © 2008-2022. All Rights Reserved.