public abstract class AbstractMDIdentificationType extends AbstractObjectType 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 AbstractMD_Identification_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractMD_Identification_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
<sequence>
<element name="citation" type="{http://www.isotc211.org/2005/gmd}CI_Citation_PropertyType"/>
<element name="abstract" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/>
<element name="purpose" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
<element name="credit" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="status" type="{http://www.isotc211.org/2005/gmd}MD_ProgressCode_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="pointOfContact" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="resourceMaintenance" type="{http://www.isotc211.org/2005/gmd}MD_MaintenanceInformation_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="graphicOverview" type="{http://www.isotc211.org/2005/gmd}MD_BrowseGraphic_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="resourceFormat" type="{http://www.isotc211.org/2005/gmd}MD_Format_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="descriptiveKeywords" type="{http://www.isotc211.org/2005/gmd}MD_Keywords_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="resourceSpecificUsage" type="{http://www.isotc211.org/2005/gmd}MD_Usage_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="resourceConstraints" type="{http://www.isotc211.org/2005/gmd}MD_Constraints_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="aggregationInfo" type="{http://www.isotc211.org/2005/gmd}MD_AggregateInformation_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CharacterStringPropertyType |
_abstract |
protected java.util.List<MDAggregateInformationPropertyType> |
aggregationInfo |
protected CICitationPropertyType |
citation |
protected java.util.List<CharacterStringPropertyType> |
credit |
protected java.util.List<MDKeywordsPropertyType> |
descriptiveKeywords |
protected java.util.List<MDBrowseGraphicPropertyType> |
graphicOverview |
protected java.util.List<CIResponsiblePartyPropertyType> |
pointOfContact |
protected CharacterStringPropertyType |
purpose |
protected java.util.List<MDConstraintsPropertyType> |
resourceConstraints |
protected java.util.List<MDFormatPropertyType> |
resourceFormat |
protected java.util.List<MDMaintenanceInformationPropertyType> |
resourceMaintenance |
protected java.util.List<MDUsagePropertyType> |
resourceSpecificUsage |
protected java.util.List<MDProgressCodePropertyType> |
status |
id, uuid| Constructor and Description |
|---|
AbstractMDIdentificationType() |
getId, getUuid, isSetId, isSetUuid, setId, setUuidprotected CICitationPropertyType citation
protected CharacterStringPropertyType _abstract
protected CharacterStringPropertyType purpose
protected java.util.List<CharacterStringPropertyType> credit
protected java.util.List<MDProgressCodePropertyType> status
protected java.util.List<CIResponsiblePartyPropertyType> pointOfContact
protected java.util.List<MDMaintenanceInformationPropertyType> resourceMaintenance
protected java.util.List<MDBrowseGraphicPropertyType> graphicOverview
protected java.util.List<MDFormatPropertyType> resourceFormat
protected java.util.List<MDKeywordsPropertyType> descriptiveKeywords
protected java.util.List<MDUsagePropertyType> resourceSpecificUsage
protected java.util.List<MDConstraintsPropertyType> resourceConstraints
protected java.util.List<MDAggregateInformationPropertyType> aggregationInfo
public CICitationPropertyType getCitation()
CICitationPropertyTypepublic void setCitation(CICitationPropertyType value)
value - allowed object is
CICitationPropertyTypepublic boolean isSetCitation()
public CharacterStringPropertyType getAbstract()
CharacterStringPropertyTypepublic void setAbstract(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetAbstract()
public CharacterStringPropertyType getPurpose()
CharacterStringPropertyTypepublic void setPurpose(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetPurpose()
public java.util.List<CharacterStringPropertyType> getCredit()
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 credit property.
For example, to add a new item, do as follows:
getCredit().add(newItem);
Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
public boolean isSetCredit()
public void unsetCredit()
public java.util.List<MDProgressCodePropertyType> getStatus()
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 status property.
For example, to add a new item, do as follows:
getStatus().add(newItem);
Objects of the following type(s) are allowed in the list
MDProgressCodePropertyType
public boolean isSetStatus()
public void unsetStatus()
public java.util.List<CIResponsiblePartyPropertyType> getPointOfContact()
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 pointOfContact property.
For example, to add a new item, do as follows:
getPointOfContact().add(newItem);
Objects of the following type(s) are allowed in the list
CIResponsiblePartyPropertyType
public boolean isSetPointOfContact()
public void unsetPointOfContact()
public java.util.List<MDMaintenanceInformationPropertyType> getResourceMaintenance()
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 resourceMaintenance property.
For example, to add a new item, do as follows:
getResourceMaintenance().add(newItem);
Objects of the following type(s) are allowed in the list
MDMaintenanceInformationPropertyType
public boolean isSetResourceMaintenance()
public void unsetResourceMaintenance()
public java.util.List<MDBrowseGraphicPropertyType> getGraphicOverview()
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 graphicOverview property.
For example, to add a new item, do as follows:
getGraphicOverview().add(newItem);
Objects of the following type(s) are allowed in the list
MDBrowseGraphicPropertyType
public boolean isSetGraphicOverview()
public void unsetGraphicOverview()
public java.util.List<MDFormatPropertyType> getResourceFormat()
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 resourceFormat property.
For example, to add a new item, do as follows:
getResourceFormat().add(newItem);
Objects of the following type(s) are allowed in the list
MDFormatPropertyType
public boolean isSetResourceFormat()
public void unsetResourceFormat()
public java.util.List<MDKeywordsPropertyType> getDescriptiveKeywords()
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 descriptiveKeywords property.
For example, to add a new item, do as follows:
getDescriptiveKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
MDKeywordsPropertyType
public boolean isSetDescriptiveKeywords()
public void unsetDescriptiveKeywords()
public java.util.List<MDUsagePropertyType> getResourceSpecificUsage()
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 resourceSpecificUsage property.
For example, to add a new item, do as follows:
getResourceSpecificUsage().add(newItem);
Objects of the following type(s) are allowed in the list
MDUsagePropertyType
public boolean isSetResourceSpecificUsage()
public void unsetResourceSpecificUsage()
public java.util.List<MDConstraintsPropertyType> getResourceConstraints()
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 resourceConstraints property.
For example, to add a new item, do as follows:
getResourceConstraints().add(newItem);
Objects of the following type(s) are allowed in the list
MDConstraintsPropertyType
public boolean isSetResourceConstraints()
public void unsetResourceConstraints()
public java.util.List<MDAggregateInformationPropertyType> getAggregationInfo()
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 aggregationInfo property.
For example, to add a new item, do as follows:
getAggregationInfo().add(newItem);
Objects of the following type(s) are allowed in the list
MDAggregateInformationPropertyType
public boolean isSetAggregationInfo()
public void unsetAggregationInfo()
public java.lang.String toString()
toString in class AbstractObjectTypepublic 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 AbstractObjectTypepublic 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 AbstractObjectTypepublic 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 AbstractObjectTypepublic boolean equals(java.lang.Object object)
equals in class AbstractObjectTypepublic 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 AbstractObjectTypepublic int hashCode()
hashCode in class AbstractObjectTypepublic java.lang.Object clone()
clone in class AbstractObjectTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectTypepublic 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 AbstractObjectTypepublic void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectTypepublic 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 AbstractObjectTypepublic void setCredit(java.util.List<CharacterStringPropertyType> value)
public void setStatus(java.util.List<MDProgressCodePropertyType> value)
public void setPointOfContact(java.util.List<CIResponsiblePartyPropertyType> value)
public void setResourceMaintenance(java.util.List<MDMaintenanceInformationPropertyType> value)
public void setGraphicOverview(java.util.List<MDBrowseGraphicPropertyType> value)
public void setResourceFormat(java.util.List<MDFormatPropertyType> value)
public void setDescriptiveKeywords(java.util.List<MDKeywordsPropertyType> value)
public void setResourceSpecificUsage(java.util.List<MDUsagePropertyType> value)
public void setResourceConstraints(java.util.List<MDConstraintsPropertyType> value)
public void setAggregationInfo(java.util.List<MDAggregateInformationPropertyType> value)
public AbstractMDIdentificationType withCitation(CICitationPropertyType value)
public AbstractMDIdentificationType withAbstract(CharacterStringPropertyType value)
public AbstractMDIdentificationType withPurpose(CharacterStringPropertyType value)
public AbstractMDIdentificationType withCredit(CharacterStringPropertyType... values)
public AbstractMDIdentificationType withCredit(java.util.Collection<CharacterStringPropertyType> values)
public AbstractMDIdentificationType withStatus(MDProgressCodePropertyType... values)
public AbstractMDIdentificationType withStatus(java.util.Collection<MDProgressCodePropertyType> values)
public AbstractMDIdentificationType withPointOfContact(CIResponsiblePartyPropertyType... values)
public AbstractMDIdentificationType withPointOfContact(java.util.Collection<CIResponsiblePartyPropertyType> values)
public AbstractMDIdentificationType withResourceMaintenance(MDMaintenanceInformationPropertyType... values)
public AbstractMDIdentificationType withResourceMaintenance(java.util.Collection<MDMaintenanceInformationPropertyType> values)
public AbstractMDIdentificationType withGraphicOverview(MDBrowseGraphicPropertyType... values)
public AbstractMDIdentificationType withGraphicOverview(java.util.Collection<MDBrowseGraphicPropertyType> values)
public AbstractMDIdentificationType withResourceFormat(MDFormatPropertyType... values)
public AbstractMDIdentificationType withResourceFormat(java.util.Collection<MDFormatPropertyType> values)
public AbstractMDIdentificationType withDescriptiveKeywords(MDKeywordsPropertyType... values)
public AbstractMDIdentificationType withDescriptiveKeywords(java.util.Collection<MDKeywordsPropertyType> values)
public AbstractMDIdentificationType withResourceSpecificUsage(MDUsagePropertyType... values)
public AbstractMDIdentificationType withResourceSpecificUsage(java.util.Collection<MDUsagePropertyType> values)
public AbstractMDIdentificationType withResourceConstraints(MDConstraintsPropertyType... values)
public AbstractMDIdentificationType withResourceConstraints(java.util.Collection<MDConstraintsPropertyType> values)
public AbstractMDIdentificationType withAggregationInfo(MDAggregateInformationPropertyType... values)
public AbstractMDIdentificationType withAggregationInfo(java.util.Collection<MDAggregateInformationPropertyType> values)
public AbstractMDIdentificationType withCredit(java.util.List<CharacterStringPropertyType> value)
public AbstractMDIdentificationType withStatus(java.util.List<MDProgressCodePropertyType> value)
public AbstractMDIdentificationType withPointOfContact(java.util.List<CIResponsiblePartyPropertyType> value)
public AbstractMDIdentificationType withResourceMaintenance(java.util.List<MDMaintenanceInformationPropertyType> value)
public AbstractMDIdentificationType withGraphicOverview(java.util.List<MDBrowseGraphicPropertyType> value)
public AbstractMDIdentificationType withResourceFormat(java.util.List<MDFormatPropertyType> value)
public AbstractMDIdentificationType withDescriptiveKeywords(java.util.List<MDKeywordsPropertyType> value)
public AbstractMDIdentificationType withResourceSpecificUsage(java.util.List<MDUsagePropertyType> value)
public AbstractMDIdentificationType withResourceConstraints(java.util.List<MDConstraintsPropertyType> value)
public AbstractMDIdentificationType withAggregationInfo(java.util.List<MDAggregateInformationPropertyType> value)
public AbstractMDIdentificationType withId(java.lang.String value)
withId in class AbstractObjectTypepublic AbstractMDIdentificationType withUuid(java.lang.String value)
withUuid in class AbstractObjectTypeCopyright © 2008-2022. All Rights Reserved.