public class MDFeatureCatalogueDescriptionType extends AbstractMDContentInformationType implements Serializable, 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 List<CICitationPropertyType> |
featureCatalogueCitation |
protected List<GenericNamePropertyType> |
featureTypes |
protected BooleanPropertyType |
includedWithDataset |
protected List<CharacterStringPropertyType> |
language |
id, uuid| Constructor and Description |
|---|
MDFeatureCatalogueDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
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.EqualsStrategy2 strategy) |
BooleanPropertyType |
getComplianceCode()
Gets the value of the complianceCode property.
|
List<CICitationPropertyType> |
getFeatureCatalogueCitation()
Gets the value of the featureCatalogueCitation property.
|
List<GenericNamePropertyType> |
getFeatureTypes()
Gets the value of the featureTypes property.
|
BooleanPropertyType |
getIncludedWithDataset()
Gets the value of the includedWithDataset property.
|
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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setComplianceCode(BooleanPropertyType value)
Sets the value of the complianceCode property.
|
void |
setFeatureCatalogueCitation(List<CICitationPropertyType> value) |
void |
setFeatureTypes(List<GenericNamePropertyType> value) |
void |
setIncludedWithDataset(BooleanPropertyType value)
Sets the value of the includedWithDataset property.
|
void |
setLanguage(List<CharacterStringPropertyType> value) |
String |
toString() |
void |
unsetFeatureCatalogueCitation() |
void |
unsetFeatureTypes() |
void |
unsetLanguage() |
protected BooleanPropertyType complianceCode
protected List<CharacterStringPropertyType> language
@NotNull(message="MDFeatureCatalogueDescriptionType.includedWithDataset {javax.validation.constraints.NotNull.message}")
protected BooleanPropertyType includedWithDataset
protected List<GenericNamePropertyType> featureTypes
@NotNull(message="MDFeatureCatalogueDescriptionType.featureCatalogueCitation {javax.validation.constraints.NotNull.message}")
@Size(min=1)
protected List<CICitationPropertyType> featureCatalogueCitation
public BooleanPropertyType getComplianceCode()
BooleanPropertyTypepublic void setComplianceCode(BooleanPropertyType value)
value - allowed object is
BooleanPropertyTypepublic boolean isSetComplianceCode()
public 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 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 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 String toString()
toString in class AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic boolean equals(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 Object clone()
clone in class AbstractMDContentInformationTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractMDContentInformationTypepublic 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 AbstractMDContentInformationTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, 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,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractMDContentInformationTypepublic void setLanguage(List<CharacterStringPropertyType> value)
public void setFeatureTypes(List<GenericNamePropertyType> value)
public void setFeatureCatalogueCitation(List<CICitationPropertyType> value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.