public abstract class AbstractMDIdentificationType extends AbstractObjectType 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 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 List<MDAggregateInformationPropertyType> |
aggregationInfo |
protected CICitationPropertyType |
citation |
protected List<CharacterStringPropertyType> |
credit |
protected List<MDKeywordsPropertyType> |
descriptiveKeywords |
protected List<MDBrowseGraphicPropertyType> |
graphicOverview |
protected List<CIResponsiblePartyPropertyType> |
pointOfContact |
protected CharacterStringPropertyType |
purpose |
protected List<MDConstraintsPropertyType> |
resourceConstraints |
protected List<MDFormatPropertyType> |
resourceFormat |
protected List<MDMaintenanceInformationPropertyType> |
resourceMaintenance |
protected List<MDUsagePropertyType> |
resourceSpecificUsage |
protected List<MDProgressCodePropertyType> |
status |
id, uuid| Constructor and Description |
|---|
AbstractMDIdentificationType() |
getId, getUuid, isSetId, isSetUuid, setId, setUuidprotected CICitationPropertyType citation
protected CharacterStringPropertyType _abstract
protected CharacterStringPropertyType purpose
protected List<CharacterStringPropertyType> credit
protected List<MDProgressCodePropertyType> status
protected List<CIResponsiblePartyPropertyType> pointOfContact
protected List<MDMaintenanceInformationPropertyType> resourceMaintenance
protected List<MDBrowseGraphicPropertyType> graphicOverview
protected List<MDFormatPropertyType> resourceFormat
protected List<MDKeywordsPropertyType> descriptiveKeywords
protected List<MDUsagePropertyType> resourceSpecificUsage
protected List<MDConstraintsPropertyType> resourceConstraints
protected 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 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 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 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 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 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 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 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 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 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 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 String toString()
toString in class AbstractObjectTypepublic 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 AbstractObjectTypepublic 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 AbstractObjectTypepublic 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 AbstractObjectTypepublic boolean equals(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 Object clone()
clone in class AbstractObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectTypepublic 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 AbstractObjectTypepublic void mergeFrom(Object left, 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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectTypepublic void setCredit(List<CharacterStringPropertyType> value)
public void setStatus(List<MDProgressCodePropertyType> value)
public void setPointOfContact(List<CIResponsiblePartyPropertyType> value)
public void setResourceMaintenance(List<MDMaintenanceInformationPropertyType> value)
public void setGraphicOverview(List<MDBrowseGraphicPropertyType> value)
public void setResourceFormat(List<MDFormatPropertyType> value)
public void setDescriptiveKeywords(List<MDKeywordsPropertyType> value)
public void setResourceSpecificUsage(List<MDUsagePropertyType> value)
public void setResourceConstraints(List<MDConstraintsPropertyType> value)
public void setAggregationInfo(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(Collection<CharacterStringPropertyType> values)
public AbstractMDIdentificationType withStatus(MDProgressCodePropertyType... values)
public AbstractMDIdentificationType withStatus(Collection<MDProgressCodePropertyType> values)
public AbstractMDIdentificationType withPointOfContact(CIResponsiblePartyPropertyType... values)
public AbstractMDIdentificationType withPointOfContact(Collection<CIResponsiblePartyPropertyType> values)
public AbstractMDIdentificationType withResourceMaintenance(MDMaintenanceInformationPropertyType... values)
public AbstractMDIdentificationType withResourceMaintenance(Collection<MDMaintenanceInformationPropertyType> values)
public AbstractMDIdentificationType withGraphicOverview(MDBrowseGraphicPropertyType... values)
public AbstractMDIdentificationType withGraphicOverview(Collection<MDBrowseGraphicPropertyType> values)
public AbstractMDIdentificationType withResourceFormat(MDFormatPropertyType... values)
public AbstractMDIdentificationType withResourceFormat(Collection<MDFormatPropertyType> values)
public AbstractMDIdentificationType withDescriptiveKeywords(MDKeywordsPropertyType... values)
public AbstractMDIdentificationType withDescriptiveKeywords(Collection<MDKeywordsPropertyType> values)
public AbstractMDIdentificationType withResourceSpecificUsage(MDUsagePropertyType... values)
public AbstractMDIdentificationType withResourceSpecificUsage(Collection<MDUsagePropertyType> values)
public AbstractMDIdentificationType withResourceConstraints(MDConstraintsPropertyType... values)
public AbstractMDIdentificationType withResourceConstraints(Collection<MDConstraintsPropertyType> values)
public AbstractMDIdentificationType withAggregationInfo(MDAggregateInformationPropertyType... values)
public AbstractMDIdentificationType withAggregationInfo(Collection<MDAggregateInformationPropertyType> values)
public AbstractMDIdentificationType withCredit(List<CharacterStringPropertyType> value)
public AbstractMDIdentificationType withStatus(List<MDProgressCodePropertyType> value)
public AbstractMDIdentificationType withPointOfContact(List<CIResponsiblePartyPropertyType> value)
public AbstractMDIdentificationType withResourceMaintenance(List<MDMaintenanceInformationPropertyType> value)
public AbstractMDIdentificationType withGraphicOverview(List<MDBrowseGraphicPropertyType> value)
public AbstractMDIdentificationType withResourceFormat(List<MDFormatPropertyType> value)
public AbstractMDIdentificationType withDescriptiveKeywords(List<MDKeywordsPropertyType> value)
public AbstractMDIdentificationType withResourceSpecificUsage(List<MDUsagePropertyType> value)
public AbstractMDIdentificationType withResourceConstraints(List<MDConstraintsPropertyType> value)
public AbstractMDIdentificationType withAggregationInfo(List<MDAggregateInformationPropertyType> value)
public AbstractMDIdentificationType withId(String value)
withId in class AbstractObjectTypepublic AbstractMDIdentificationType withUuid(String value)
withUuid in class AbstractObjectTypeCopyright © 2008–2023. All rights reserved.