public class MDScopeDescriptionType extends Object 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 MD_ScopeDescription_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_ScopeDescription_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="attributes" type="{http://www.isotc211.org/2005/gco}ObjectReference_PropertyType" maxOccurs="unbounded"/>
<element name="features" type="{http://www.isotc211.org/2005/gco}ObjectReference_PropertyType" maxOccurs="unbounded"/>
<element name="featureInstances" type="{http://www.isotc211.org/2005/gco}ObjectReference_PropertyType" maxOccurs="unbounded"/>
<element name="attributeInstances" type="{http://www.isotc211.org/2005/gco}ObjectReference_PropertyType" maxOccurs="unbounded"/>
<element name="dataset" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/>
<element name="other" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectReferencePropertyType> |
attributeInstances |
protected List<ObjectReferencePropertyType> |
attributes |
protected CharacterStringPropertyType |
dataset |
protected List<ObjectReferencePropertyType> |
featureInstances |
protected List<ObjectReferencePropertyType> |
features |
protected CharacterStringPropertyType |
other |
| Constructor and Description |
|---|
MDScopeDescriptionType() |
protected List<ObjectReferencePropertyType> attributes
protected List<ObjectReferencePropertyType> features
protected List<ObjectReferencePropertyType> featureInstances
protected List<ObjectReferencePropertyType> attributeInstances
protected CharacterStringPropertyType dataset
protected CharacterStringPropertyType other
public List<ObjectReferencePropertyType> getAttributes()
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 attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectReferencePropertyType
public boolean isSetAttributes()
public void unsetAttributes()
public List<ObjectReferencePropertyType> getFeatures()
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 features property.
For example, to add a new item, do as follows:
getFeatures().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectReferencePropertyType
public boolean isSetFeatures()
public void unsetFeatures()
public List<ObjectReferencePropertyType> getFeatureInstances()
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 featureInstances property.
For example, to add a new item, do as follows:
getFeatureInstances().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectReferencePropertyType
public boolean isSetFeatureInstances()
public void unsetFeatureInstances()
public List<ObjectReferencePropertyType> getAttributeInstances()
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 attributeInstances property.
For example, to add a new item, do as follows:
getAttributeInstances().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectReferencePropertyType
public boolean isSetAttributeInstances()
public void unsetAttributeInstances()
public CharacterStringPropertyType getDataset()
CharacterStringPropertyTypepublic void setDataset(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetDataset()
public CharacterStringPropertyType getOther()
CharacterStringPropertyTypepublic void setOther(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetOther()
public 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.ToString2public 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.ToString2public 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.CopyTo2public 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.MergeFrom2public 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.MergeFrom2public void setAttributes(List<ObjectReferencePropertyType> value)
public void setFeatures(List<ObjectReferencePropertyType> value)
public void setFeatureInstances(List<ObjectReferencePropertyType> value)
public void setAttributeInstances(List<ObjectReferencePropertyType> value)
public MDScopeDescriptionType withAttributes(ObjectReferencePropertyType... values)
public MDScopeDescriptionType withAttributes(Collection<ObjectReferencePropertyType> values)
public MDScopeDescriptionType withFeatures(ObjectReferencePropertyType... values)
public MDScopeDescriptionType withFeatures(Collection<ObjectReferencePropertyType> values)
public MDScopeDescriptionType withFeatureInstances(ObjectReferencePropertyType... values)
public MDScopeDescriptionType withFeatureInstances(Collection<ObjectReferencePropertyType> values)
public MDScopeDescriptionType withAttributeInstances(ObjectReferencePropertyType... values)
public MDScopeDescriptionType withAttributeInstances(Collection<ObjectReferencePropertyType> values)
public MDScopeDescriptionType withDataset(CharacterStringPropertyType value)
public MDScopeDescriptionType withOther(CharacterStringPropertyType value)
public MDScopeDescriptionType withAttributes(List<ObjectReferencePropertyType> value)
public MDScopeDescriptionType withFeatures(List<ObjectReferencePropertyType> value)
public MDScopeDescriptionType withFeatureInstances(List<ObjectReferencePropertyType> value)
public MDScopeDescriptionType withAttributeInstances(List<ObjectReferencePropertyType> value)
Copyright © 2008–2023. All rights reserved.