public class MDFeatureCatalogueDescriptionType extends AbstractMDContentInformationType 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 MD_FeatureCatalogueDescription_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_FeatureCatalogueDescription_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gmd}AbstractMD_ContentInformation_Type">
<sequence>
<element name="complianceCode" type="{http://www.isotc211.org/2005/gco}Boolean_PropertyType" minOccurs="0"/>
<element name="language" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="includedWithDataset" type="{http://www.isotc211.org/2005/gco}Boolean_PropertyType"/>
<element name="featureTypes" type="{http://www.isotc211.org/2005/gco}GenericName_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="featureCatalogueCitation" type="{http://www.isotc211.org/2005/gmd}CI_Citation_PropertyType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BooleanPropertyType |
complianceCode |
protected java.util.List<CICitationPropertyType> |
featureCatalogueCitation |
protected java.util.List<GenericNamePropertyType> |
featureTypes |
protected BooleanPropertyType |
includedWithDataset |
protected java.util.List<CharacterStringPropertyType> |
language |
id, uuid| Constructor and Description |
|---|
MDFeatureCatalogueDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
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) |
BooleanPropertyType |
getComplianceCode()
Gets the value of the complianceCode property.
|
java.util.List<CICitationPropertyType> |
getFeatureCatalogueCitation()
Gets the value of the featureCatalogueCitation property.
|
java.util.List<GenericNamePropertyType> |
getFeatureTypes()
Gets the value of the featureTypes property.
|
BooleanPropertyType |
getIncludedWithDataset()
Gets the value of the includedWithDataset property.
|
java.util.List<CharacterStringPropertyType> |
getLanguage()
Gets the value of the language property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetComplianceCode() |
boolean |
isSetFeatureCatalogueCitation() |
boolean |
isSetFeatureTypes() |
boolean |
isSetIncludedWithDataset() |
boolean |
isSetLanguage() |
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) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setComplianceCode(BooleanPropertyType value)
Sets the value of the complianceCode property.
|
void |
setFeatureCatalogueCitation(java.util.List<CICitationPropertyType> value) |
void |
setFeatureTypes(java.util.List<GenericNamePropertyType> value) |
void |
setIncludedWithDataset(BooleanPropertyType value)
Sets the value of the includedWithDataset property.
|
void |
setLanguage(java.util.List<CharacterStringPropertyType> value) |
java.lang.String |
toString() |
void |
unsetFeatureCatalogueCitation() |
void |
unsetFeatureTypes() |
void |
unsetLanguage() |
MDFeatureCatalogueDescriptionType |
withComplianceCode(BooleanPropertyType value) |
MDFeatureCatalogueDescriptionType |
withFeatureCatalogueCitation(CICitationPropertyType... values) |
MDFeatureCatalogueDescriptionType |
withFeatureCatalogueCitation(java.util.Collection<CICitationPropertyType> values) |
MDFeatureCatalogueDescriptionType |
withFeatureCatalogueCitation(java.util.List<CICitationPropertyType> value) |
MDFeatureCatalogueDescriptionType |
withFeatureTypes(java.util.Collection<GenericNamePropertyType> values) |
MDFeatureCatalogueDescriptionType |
withFeatureTypes(GenericNamePropertyType... values) |
MDFeatureCatalogueDescriptionType |
withFeatureTypes(java.util.List<GenericNamePropertyType> value) |
MDFeatureCatalogueDescriptionType |
withId(java.lang.String value) |
MDFeatureCatalogueDescriptionType |
withIncludedWithDataset(BooleanPropertyType value) |
MDFeatureCatalogueDescriptionType |
withLanguage(CharacterStringPropertyType... values) |
MDFeatureCatalogueDescriptionType |
withLanguage(java.util.Collection<CharacterStringPropertyType> values) |
MDFeatureCatalogueDescriptionType |
withLanguage(java.util.List<CharacterStringPropertyType> value) |
MDFeatureCatalogueDescriptionType |
withUuid(java.lang.String value) |
protected BooleanPropertyType complianceCode
protected java.util.List<CharacterStringPropertyType> language
protected BooleanPropertyType includedWithDataset
protected java.util.List<GenericNamePropertyType> featureTypes
protected java.util.List<CICitationPropertyType> featureCatalogueCitation
public BooleanPropertyType getComplianceCode()
BooleanPropertyTypepublic void setComplianceCode(BooleanPropertyType value)
value - allowed object is
BooleanPropertyTypepublic boolean isSetComplianceCode()
public java.util.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 boolean isSetLanguage()
public void unsetLanguage()
public BooleanPropertyType getIncludedWithDataset()
BooleanPropertyTypepublic void setIncludedWithDataset(BooleanPropertyType value)
value - allowed object is
BooleanPropertyTypepublic boolean isSetIncludedWithDataset()
public java.util.List<GenericNamePropertyType> getFeatureTypes()
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 featureTypes property.
For example, to add a new item, do as follows:
getFeatureTypes().add(newItem);
Objects of the following type(s) are allowed in the list
GenericNamePropertyType
public boolean isSetFeatureTypes()
public void unsetFeatureTypes()
public java.util.List<CICitationPropertyType> getFeatureCatalogueCitation()
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 featureCatalogueCitation property.
For example, to add a new item, do as follows:
getFeatureCatalogueCitation().add(newItem);
Objects of the following type(s) are allowed in the list
CICitationPropertyType
public boolean isSetFeatureCatalogueCitation()
public void unsetFeatureCatalogueCitation()
public java.lang.String toString()
toString in class AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic boolean equals(java.lang.Object object)
equals in class AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic int hashCode()
hashCode in class AbstractMDContentInformationTypepublic java.lang.Object clone()
clone in class AbstractMDContentInformationTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic void setLanguage(java.util.List<CharacterStringPropertyType> value)
public void setFeatureTypes(java.util.List<GenericNamePropertyType> value)
public void setFeatureCatalogueCitation(java.util.List<CICitationPropertyType> value)
public MDFeatureCatalogueDescriptionType withComplianceCode(BooleanPropertyType value)
public MDFeatureCatalogueDescriptionType withLanguage(CharacterStringPropertyType... values)
public MDFeatureCatalogueDescriptionType withLanguage(java.util.Collection<CharacterStringPropertyType> values)
public MDFeatureCatalogueDescriptionType withIncludedWithDataset(BooleanPropertyType value)
public MDFeatureCatalogueDescriptionType withFeatureTypes(GenericNamePropertyType... values)
public MDFeatureCatalogueDescriptionType withFeatureTypes(java.util.Collection<GenericNamePropertyType> values)
public MDFeatureCatalogueDescriptionType withFeatureCatalogueCitation(CICitationPropertyType... values)
public MDFeatureCatalogueDescriptionType withFeatureCatalogueCitation(java.util.Collection<CICitationPropertyType> values)
public MDFeatureCatalogueDescriptionType withLanguage(java.util.List<CharacterStringPropertyType> value)
public MDFeatureCatalogueDescriptionType withFeatureTypes(java.util.List<GenericNamePropertyType> value)
public MDFeatureCatalogueDescriptionType withFeatureCatalogueCitation(java.util.List<CICitationPropertyType> value)
public MDFeatureCatalogueDescriptionType withId(java.lang.String value)
withId in class AbstractMDContentInformationTypepublic MDFeatureCatalogueDescriptionType withUuid(java.lang.String value)
withUuid in class AbstractMDContentInformationTypeCopyright © 2008-2022. All Rights Reserved.