|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20070417.AbstractObjectType
net.opengis.iso19139.gmd.v_20070417.AbstractMDIdentificationType
public abstract class AbstractMDIdentificationType
Basic information about data
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>
| Field Summary | |
|---|---|
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
|
| Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
AbstractMDIdentificationType()
|
|
| Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType |
|---|
getId, getUuid, isSetId, isSetUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo |
|---|
createNewInstance |
| Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom |
|---|
createNewInstance |
| Field Detail |
|---|
protected 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
| Constructor Detail |
|---|
public AbstractMDIdentificationType()
| Method Detail |
|---|
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 AbstractObjectType
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 AbstractObjectType
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 AbstractObjectType
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 AbstractObjectTypepublic boolean equals(Object object)
equals in class AbstractObjectType
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 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.CopyTocopyTo in class AbstractObjectType
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 AbstractObjectType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractObjectType
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 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 AbstractObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||