net.opengis.iso19139.gmd.v_20060504
Class AbstractMDIdentificationType

java.lang.Object
  extended by net.opengis.iso19139.gco.v_20060504.AbstractObjectType
      extended by net.opengis.iso19139.gmd.v_20060504.AbstractMDIdentificationType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
MDDataIdentificationType, MDServiceIdentificationType, SVServiceIdentificationType

public abstract class AbstractMDIdentificationType
extends AbstractObjectType
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

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_20060504.AbstractObjectType
id, uuid
 
Constructor Summary
AbstractMDIdentificationType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 boolean equals(Object object)
           
 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)
           
 CharacterStringPropertyType getAbstract()
          Gets the value of the abstract property.
 List<MDAggregateInformationPropertyType> getAggregationInfo()
          Gets the value of the aggregationInfo property.
 CICitationPropertyType getCitation()
          Gets the value of the citation property.
 List<CharacterStringPropertyType> getCredit()
          Gets the value of the credit property.
 List<MDKeywordsPropertyType> getDescriptiveKeywords()
          Gets the value of the descriptiveKeywords property.
 List<MDBrowseGraphicPropertyType> getGraphicOverview()
          Gets the value of the graphicOverview property.
 List<CIResponsiblePartyPropertyType> getPointOfContact()
          Gets the value of the pointOfContact property.
 CharacterStringPropertyType getPurpose()
          Gets the value of the purpose property.
 List<MDConstraintsPropertyType> getResourceConstraints()
          Gets the value of the resourceConstraints property.
 List<MDFormatPropertyType> getResourceFormat()
          Gets the value of the resourceFormat property.
 List<MDMaintenanceInformationPropertyType> getResourceMaintenance()
          Gets the value of the resourceMaintenance property.
 List<MDUsagePropertyType> getResourceSpecificUsage()
          Gets the value of the resourceSpecificUsage property.
 List<MDProgressCodePropertyType> getStatus()
          Gets the value of the status property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 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)
           
 void mergeFrom(Object left, Object right)
           
 void setAbstract(CharacterStringPropertyType value)
          Sets the value of the abstract property.
 void setAggregationInfo(List<MDAggregateInformationPropertyType> value)
           
 void setCitation(CICitationPropertyType value)
          Sets the value of the citation property.
 void setCredit(List<CharacterStringPropertyType> value)
           
 void setDescriptiveKeywords(List<MDKeywordsPropertyType> value)
           
 void setGraphicOverview(List<MDBrowseGraphicPropertyType> value)
           
 void setPointOfContact(List<CIResponsiblePartyPropertyType> value)
           
 void setPurpose(CharacterStringPropertyType value)
          Sets the value of the purpose property.
 void setResourceConstraints(List<MDConstraintsPropertyType> value)
           
 void setResourceFormat(List<MDFormatPropertyType> value)
           
 void setResourceMaintenance(List<MDMaintenanceInformationPropertyType> value)
           
 void setResourceSpecificUsage(List<MDUsagePropertyType> value)
           
 void setStatus(List<MDProgressCodePropertyType> value)
           
 String toString()
           
 AbstractMDIdentificationType withAbstract(CharacterStringPropertyType value)
           
 AbstractMDIdentificationType withAggregationInfo(Collection<MDAggregateInformationPropertyType> values)
           
 AbstractMDIdentificationType withAggregationInfo(List<MDAggregateInformationPropertyType> value)
           
 AbstractMDIdentificationType withAggregationInfo(MDAggregateInformationPropertyType... values)
           
 AbstractMDIdentificationType withCitation(CICitationPropertyType value)
           
 AbstractMDIdentificationType withCredit(CharacterStringPropertyType... values)
           
 AbstractMDIdentificationType withCredit(Collection<CharacterStringPropertyType> values)
           
 AbstractMDIdentificationType withCredit(List<CharacterStringPropertyType> value)
           
 AbstractMDIdentificationType withDescriptiveKeywords(Collection<MDKeywordsPropertyType> values)
           
 AbstractMDIdentificationType withDescriptiveKeywords(List<MDKeywordsPropertyType> value)
           
 AbstractMDIdentificationType withDescriptiveKeywords(MDKeywordsPropertyType... values)
           
 AbstractMDIdentificationType withGraphicOverview(Collection<MDBrowseGraphicPropertyType> values)
           
 AbstractMDIdentificationType withGraphicOverview(List<MDBrowseGraphicPropertyType> value)
           
 AbstractMDIdentificationType withGraphicOverview(MDBrowseGraphicPropertyType... values)
           
 AbstractMDIdentificationType withId(String value)
           
 AbstractMDIdentificationType withPointOfContact(CIResponsiblePartyPropertyType... values)
           
 AbstractMDIdentificationType withPointOfContact(Collection<CIResponsiblePartyPropertyType> values)
           
 AbstractMDIdentificationType withPointOfContact(List<CIResponsiblePartyPropertyType> value)
           
 AbstractMDIdentificationType withPurpose(CharacterStringPropertyType value)
           
 AbstractMDIdentificationType withResourceConstraints(Collection<MDConstraintsPropertyType> values)
           
 AbstractMDIdentificationType withResourceConstraints(List<MDConstraintsPropertyType> value)
           
 AbstractMDIdentificationType withResourceConstraints(MDConstraintsPropertyType... values)
           
 AbstractMDIdentificationType withResourceFormat(Collection<MDFormatPropertyType> values)
           
 AbstractMDIdentificationType withResourceFormat(List<MDFormatPropertyType> value)
           
 AbstractMDIdentificationType withResourceFormat(MDFormatPropertyType... values)
           
 AbstractMDIdentificationType withResourceMaintenance(Collection<MDMaintenanceInformationPropertyType> values)
           
 AbstractMDIdentificationType withResourceMaintenance(List<MDMaintenanceInformationPropertyType> value)
           
 AbstractMDIdentificationType withResourceMaintenance(MDMaintenanceInformationPropertyType... values)
           
 AbstractMDIdentificationType withResourceSpecificUsage(Collection<MDUsagePropertyType> values)
           
 AbstractMDIdentificationType withResourceSpecificUsage(List<MDUsagePropertyType> value)
           
 AbstractMDIdentificationType withResourceSpecificUsage(MDUsagePropertyType... values)
           
 AbstractMDIdentificationType withStatus(Collection<MDProgressCodePropertyType> values)
           
 AbstractMDIdentificationType withStatus(List<MDProgressCodePropertyType> value)
           
 AbstractMDIdentificationType withStatus(MDProgressCodePropertyType... values)
           
 AbstractMDIdentificationType withUuid(String value)
           
 
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
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.MergeFrom
createNewInstance
 

Field Detail

citation

protected CICitationPropertyType citation

_abstract

protected CharacterStringPropertyType _abstract

purpose

protected CharacterStringPropertyType purpose

credit

protected List<CharacterStringPropertyType> credit

status

protected List<MDProgressCodePropertyType> status

pointOfContact

protected List<CIResponsiblePartyPropertyType> pointOfContact

resourceMaintenance

protected List<MDMaintenanceInformationPropertyType> resourceMaintenance

graphicOverview

protected List<MDBrowseGraphicPropertyType> graphicOverview

resourceFormat

protected List<MDFormatPropertyType> resourceFormat

descriptiveKeywords

protected List<MDKeywordsPropertyType> descriptiveKeywords

resourceSpecificUsage

protected List<MDUsagePropertyType> resourceSpecificUsage

resourceConstraints

protected List<MDConstraintsPropertyType> resourceConstraints

aggregationInfo

protected List<MDAggregateInformationPropertyType> aggregationInfo
Constructor Detail

AbstractMDIdentificationType

public AbstractMDIdentificationType()
Method Detail

getCitation

public CICitationPropertyType getCitation()
Gets the value of the citation property.

Returns:
possible object is CICitationPropertyType

setCitation

public void setCitation(CICitationPropertyType value)
Sets the value of the citation property.

Parameters:
value - allowed object is CICitationPropertyType

getAbstract

public CharacterStringPropertyType getAbstract()
Gets the value of the abstract property.

Returns:
possible object is CharacterStringPropertyType

setAbstract

public void setAbstract(CharacterStringPropertyType value)
Sets the value of the abstract property.

Parameters:
value - allowed object is CharacterStringPropertyType

getPurpose

public CharacterStringPropertyType getPurpose()
Gets the value of the purpose property.

Returns:
possible object is CharacterStringPropertyType

setPurpose

public void setPurpose(CharacterStringPropertyType value)
Sets the value of the purpose property.

Parameters:
value - allowed object is CharacterStringPropertyType

getCredit

public List<CharacterStringPropertyType> getCredit()
Gets the value of the credit property.

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


getStatus

public List<MDProgressCodePropertyType> getStatus()
Gets the value of the status property.

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


getPointOfContact

public List<CIResponsiblePartyPropertyType> getPointOfContact()
Gets the value of the pointOfContact property.

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


getResourceMaintenance

public List<MDMaintenanceInformationPropertyType> getResourceMaintenance()
Gets the value of the resourceMaintenance property.

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


getGraphicOverview

public List<MDBrowseGraphicPropertyType> getGraphicOverview()
Gets the value of the graphicOverview property.

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


getResourceFormat

public List<MDFormatPropertyType> getResourceFormat()
Gets the value of the resourceFormat property.

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


getDescriptiveKeywords

public List<MDKeywordsPropertyType> getDescriptiveKeywords()
Gets the value of the descriptiveKeywords property.

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


getResourceSpecificUsage

public List<MDUsagePropertyType> getResourceSpecificUsage()
Gets the value of the resourceSpecificUsage property.

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


getResourceConstraints

public List<MDConstraintsPropertyType> getResourceConstraints()
Gets the value of the resourceConstraints property.

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


getAggregationInfo

public List<MDAggregateInformationPropertyType> getAggregationInfo()
Gets the value of the aggregationInfo property.

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


toString

public String toString()
Overrides:
toString in class AbstractObjectType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractObjectType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractObjectType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractObjectType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractObjectType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractObjectType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractObjectType

clone

public Object clone()
Overrides:
clone in class AbstractObjectType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractObjectType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractObjectType

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractObjectType

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractObjectType

setCredit

public void setCredit(List<CharacterStringPropertyType> value)

setStatus

public void setStatus(List<MDProgressCodePropertyType> value)

setPointOfContact

public void setPointOfContact(List<CIResponsiblePartyPropertyType> value)

setResourceMaintenance

public void setResourceMaintenance(List<MDMaintenanceInformationPropertyType> value)

setGraphicOverview

public void setGraphicOverview(List<MDBrowseGraphicPropertyType> value)

setResourceFormat

public void setResourceFormat(List<MDFormatPropertyType> value)

setDescriptiveKeywords

public void setDescriptiveKeywords(List<MDKeywordsPropertyType> value)

setResourceSpecificUsage

public void setResourceSpecificUsage(List<MDUsagePropertyType> value)

setResourceConstraints

public void setResourceConstraints(List<MDConstraintsPropertyType> value)

setAggregationInfo

public void setAggregationInfo(List<MDAggregateInformationPropertyType> value)

withCitation

public AbstractMDIdentificationType withCitation(CICitationPropertyType value)

withAbstract

public AbstractMDIdentificationType withAbstract(CharacterStringPropertyType value)

withPurpose

public AbstractMDIdentificationType withPurpose(CharacterStringPropertyType value)

withCredit

public AbstractMDIdentificationType withCredit(CharacterStringPropertyType... values)

withCredit

public AbstractMDIdentificationType withCredit(Collection<CharacterStringPropertyType> values)

withStatus

public AbstractMDIdentificationType withStatus(MDProgressCodePropertyType... values)

withStatus

public AbstractMDIdentificationType withStatus(Collection<MDProgressCodePropertyType> values)

withPointOfContact

public AbstractMDIdentificationType withPointOfContact(CIResponsiblePartyPropertyType... values)

withPointOfContact

public AbstractMDIdentificationType withPointOfContact(Collection<CIResponsiblePartyPropertyType> values)

withResourceMaintenance

public AbstractMDIdentificationType withResourceMaintenance(MDMaintenanceInformationPropertyType... values)

withResourceMaintenance

public AbstractMDIdentificationType withResourceMaintenance(Collection<MDMaintenanceInformationPropertyType> values)

withGraphicOverview

public AbstractMDIdentificationType withGraphicOverview(MDBrowseGraphicPropertyType... values)

withGraphicOverview

public AbstractMDIdentificationType withGraphicOverview(Collection<MDBrowseGraphicPropertyType> values)

withResourceFormat

public AbstractMDIdentificationType withResourceFormat(MDFormatPropertyType... values)

withResourceFormat

public AbstractMDIdentificationType withResourceFormat(Collection<MDFormatPropertyType> values)

withDescriptiveKeywords

public AbstractMDIdentificationType withDescriptiveKeywords(MDKeywordsPropertyType... values)

withDescriptiveKeywords

public AbstractMDIdentificationType withDescriptiveKeywords(Collection<MDKeywordsPropertyType> values)

withResourceSpecificUsage

public AbstractMDIdentificationType withResourceSpecificUsage(MDUsagePropertyType... values)

withResourceSpecificUsage

public AbstractMDIdentificationType withResourceSpecificUsage(Collection<MDUsagePropertyType> values)

withResourceConstraints

public AbstractMDIdentificationType withResourceConstraints(MDConstraintsPropertyType... values)

withResourceConstraints

public AbstractMDIdentificationType withResourceConstraints(Collection<MDConstraintsPropertyType> values)

withAggregationInfo

public AbstractMDIdentificationType withAggregationInfo(MDAggregateInformationPropertyType... values)

withAggregationInfo

public AbstractMDIdentificationType withAggregationInfo(Collection<MDAggregateInformationPropertyType> values)

withCredit

public AbstractMDIdentificationType withCredit(List<CharacterStringPropertyType> value)

withStatus

public AbstractMDIdentificationType withStatus(List<MDProgressCodePropertyType> value)

withPointOfContact

public AbstractMDIdentificationType withPointOfContact(List<CIResponsiblePartyPropertyType> value)

withResourceMaintenance

public AbstractMDIdentificationType withResourceMaintenance(List<MDMaintenanceInformationPropertyType> value)

withGraphicOverview

public AbstractMDIdentificationType withGraphicOverview(List<MDBrowseGraphicPropertyType> value)

withResourceFormat

public AbstractMDIdentificationType withResourceFormat(List<MDFormatPropertyType> value)

withDescriptiveKeywords

public AbstractMDIdentificationType withDescriptiveKeywords(List<MDKeywordsPropertyType> value)

withResourceSpecificUsage

public AbstractMDIdentificationType withResourceSpecificUsage(List<MDUsagePropertyType> value)

withResourceConstraints

public AbstractMDIdentificationType withResourceConstraints(List<MDConstraintsPropertyType> value)

withAggregationInfo

public AbstractMDIdentificationType withAggregationInfo(List<MDAggregateInformationPropertyType> value)

withId

public AbstractMDIdentificationType withId(String value)
Overrides:
withId in class AbstractObjectType

withUuid

public AbstractMDIdentificationType withUuid(String value)
Overrides:
withUuid in class AbstractObjectType


Copyright © 2008-2015. All Rights Reserved.