public class MDDataIdentificationType extends AbstractMDIdentificationType implements 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 List<MDCharacterSetCodePropertyType> |
characterSet |
protected CharacterStringPropertyType |
environmentDescription |
protected List<EXExtentPropertyType> |
extent |
protected List<CharacterStringPropertyType> |
language |
protected List<MDSpatialRepresentationTypeCodePropertyType> |
spatialRepresentationType |
protected List<MDResolutionPropertyType> |
spatialResolution |
protected CharacterStringPropertyType |
supplementalInformation |
protected 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 List<MDSpatialRepresentationTypeCodePropertyType> spatialRepresentationType
protected List<MDResolutionPropertyType> spatialResolution
protected List<CharacterStringPropertyType> language
protected List<MDCharacterSetCodePropertyType> characterSet
protected List<MDTopicCategoryCodePropertyType> topicCategory
protected CharacterStringPropertyType environmentDescription
protected List<EXExtentPropertyType> extent
protected CharacterStringPropertyType supplementalInformation
public 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 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 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 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 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 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 String toString()
toString in class AbstractMDIdentificationTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractMDIdentificationTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, 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,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractMDIdentificationTypepublic boolean equals(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 Object clone()
clone in class AbstractMDIdentificationTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractMDIdentificationTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractMDIdentificationTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, 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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractMDIdentificationTypepublic void setSpatialRepresentationType(List<MDSpatialRepresentationTypeCodePropertyType> value)
public void setSpatialResolution(List<MDResolutionPropertyType> value)
public void setLanguage(List<CharacterStringPropertyType> value)
public void setCharacterSet(List<MDCharacterSetCodePropertyType> value)
public void setTopicCategory(List<MDTopicCategoryCodePropertyType> value)
public void setExtent(List<EXExtentPropertyType> value)
public MDDataIdentificationType withSpatialRepresentationType(MDSpatialRepresentationTypeCodePropertyType... values)
public MDDataIdentificationType withSpatialRepresentationType(Collection<MDSpatialRepresentationTypeCodePropertyType> values)
public MDDataIdentificationType withSpatialResolution(MDResolutionPropertyType... values)
public MDDataIdentificationType withSpatialResolution(Collection<MDResolutionPropertyType> values)
public MDDataIdentificationType withLanguage(CharacterStringPropertyType... values)
public MDDataIdentificationType withLanguage(Collection<CharacterStringPropertyType> values)
public MDDataIdentificationType withCharacterSet(MDCharacterSetCodePropertyType... values)
public MDDataIdentificationType withCharacterSet(Collection<MDCharacterSetCodePropertyType> values)
public MDDataIdentificationType withTopicCategory(MDTopicCategoryCodePropertyType... values)
public MDDataIdentificationType withTopicCategory(Collection<MDTopicCategoryCodePropertyType> values)
public MDDataIdentificationType withEnvironmentDescription(CharacterStringPropertyType value)
public MDDataIdentificationType withExtent(EXExtentPropertyType... values)
public MDDataIdentificationType withExtent(Collection<EXExtentPropertyType> values)
public MDDataIdentificationType withSupplementalInformation(CharacterStringPropertyType value)
public MDDataIdentificationType withSpatialRepresentationType(List<MDSpatialRepresentationTypeCodePropertyType> value)
public MDDataIdentificationType withSpatialResolution(List<MDResolutionPropertyType> value)
public MDDataIdentificationType withLanguage(List<CharacterStringPropertyType> value)
public MDDataIdentificationType withCharacterSet(List<MDCharacterSetCodePropertyType> value)
public MDDataIdentificationType withTopicCategory(List<MDTopicCategoryCodePropertyType> value)
public MDDataIdentificationType withExtent(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(Collection<CharacterStringPropertyType> values)
withCredit in class AbstractMDIdentificationTypepublic MDDataIdentificationType withStatus(MDProgressCodePropertyType... values)
withStatus in class AbstractMDIdentificationTypepublic MDDataIdentificationType withStatus(Collection<MDProgressCodePropertyType> values)
withStatus in class AbstractMDIdentificationTypepublic MDDataIdentificationType withPointOfContact(CIResponsiblePartyPropertyType... values)
withPointOfContact in class AbstractMDIdentificationTypepublic MDDataIdentificationType withPointOfContact(Collection<CIResponsiblePartyPropertyType> values)
withPointOfContact in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceMaintenance(MDMaintenanceInformationPropertyType... values)
withResourceMaintenance in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceMaintenance(Collection<MDMaintenanceInformationPropertyType> values)
withResourceMaintenance in class AbstractMDIdentificationTypepublic MDDataIdentificationType withGraphicOverview(MDBrowseGraphicPropertyType... values)
withGraphicOverview in class AbstractMDIdentificationTypepublic MDDataIdentificationType withGraphicOverview(Collection<MDBrowseGraphicPropertyType> values)
withGraphicOverview in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceFormat(MDFormatPropertyType... values)
withResourceFormat in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceFormat(Collection<MDFormatPropertyType> values)
withResourceFormat in class AbstractMDIdentificationTypepublic MDDataIdentificationType withDescriptiveKeywords(MDKeywordsPropertyType... values)
withDescriptiveKeywords in class AbstractMDIdentificationTypepublic MDDataIdentificationType withDescriptiveKeywords(Collection<MDKeywordsPropertyType> values)
withDescriptiveKeywords in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceSpecificUsage(MDUsagePropertyType... values)
withResourceSpecificUsage in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceSpecificUsage(Collection<MDUsagePropertyType> values)
withResourceSpecificUsage in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceConstraints(MDConstraintsPropertyType... values)
withResourceConstraints in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceConstraints(Collection<MDConstraintsPropertyType> values)
withResourceConstraints in class AbstractMDIdentificationTypepublic MDDataIdentificationType withAggregationInfo(MDAggregateInformationPropertyType... values)
withAggregationInfo in class AbstractMDIdentificationTypepublic MDDataIdentificationType withAggregationInfo(Collection<MDAggregateInformationPropertyType> values)
withAggregationInfo in class AbstractMDIdentificationTypepublic MDDataIdentificationType withCredit(List<CharacterStringPropertyType> value)
withCredit in class AbstractMDIdentificationTypepublic MDDataIdentificationType withStatus(List<MDProgressCodePropertyType> value)
withStatus in class AbstractMDIdentificationTypepublic MDDataIdentificationType withPointOfContact(List<CIResponsiblePartyPropertyType> value)
withPointOfContact in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceMaintenance(List<MDMaintenanceInformationPropertyType> value)
withResourceMaintenance in class AbstractMDIdentificationTypepublic MDDataIdentificationType withGraphicOverview(List<MDBrowseGraphicPropertyType> value)
withGraphicOverview in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceFormat(List<MDFormatPropertyType> value)
withResourceFormat in class AbstractMDIdentificationTypepublic MDDataIdentificationType withDescriptiveKeywords(List<MDKeywordsPropertyType> value)
withDescriptiveKeywords in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceSpecificUsage(List<MDUsagePropertyType> value)
withResourceSpecificUsage in class AbstractMDIdentificationTypepublic MDDataIdentificationType withResourceConstraints(List<MDConstraintsPropertyType> value)
withResourceConstraints in class AbstractMDIdentificationTypepublic MDDataIdentificationType withAggregationInfo(List<MDAggregateInformationPropertyType> value)
withAggregationInfo in class AbstractMDIdentificationTypepublic MDDataIdentificationType withId(String value)
withId in class AbstractMDIdentificationTypepublic MDDataIdentificationType withUuid(String value)
withUuid in class AbstractMDIdentificationTypeCopyright © 2008–2023. All rights reserved.