|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20060504.AbstractObjectType
net.opengis.iso19139.gmd.v_20060504.AbstractMDIdentificationType
net.opengis.iso19139.gmd.v_20060504.MDDataIdentificationType
public class MDDataIdentificationType
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>
| Field Summary | |
|---|---|
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
|
| Fields inherited from class net.opengis.iso19139.gmd.v_20060504.AbstractMDIdentificationType |
|---|
_abstract, aggregationInfo, citation, credit, descriptiveKeywords, graphicOverview, pointOfContact, purpose, resourceConstraints, resourceFormat, resourceMaintenance, resourceSpecificUsage, status |
| Fields inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
MDDataIdentificationType()
|
|
| Methods inherited from class net.opengis.iso19139.gmd.v_20060504.AbstractMDIdentificationType |
|---|
getAbstract, getAggregationInfo, getCitation, getCredit, getDescriptiveKeywords, getGraphicOverview, getPointOfContact, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsage, getStatus, setAbstract, setAggregationInfo, setCitation, setCredit, setDescriptiveKeywords, setGraphicOverview, setPointOfContact, setPurpose, setResourceConstraints, setResourceFormat, setResourceMaintenance, setResourceSpecificUsage, setStatus |
| Methods inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType |
|---|
getId, getUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected 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
| Constructor Detail |
|---|
public MDDataIdentificationType()
| Method Detail |
|---|
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 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 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 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 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 CharacterStringPropertyType getEnvironmentDescription()
CharacterStringPropertyTypepublic void setEnvironmentDescription(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic 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 CharacterStringPropertyType getSupplementalInformation()
CharacterStringPropertyTypepublic void setSupplementalInformation(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic String toString()
toString in class AbstractMDIdentificationType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractMDIdentificationType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractMDIdentificationType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractMDIdentificationTypepublic boolean equals(Object object)
equals in class AbstractMDIdentificationType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode 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.CopyTocopyTo in class AbstractMDIdentificationType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractMDIdentificationTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractMDIdentificationType
public 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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom 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 AbstractMDIdentificationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||