public class MDScopeDescriptionType
extends java.lang.Object
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_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 java.util.List<ObjectReferencePropertyType> |
attributeInstances |
protected java.util.List<ObjectReferencePropertyType> |
attributes |
protected CharacterStringPropertyType |
dataset |
protected java.util.List<ObjectReferencePropertyType> |
featureInstances |
protected java.util.List<ObjectReferencePropertyType> |
features |
protected CharacterStringPropertyType |
other |
| Constructor and Description |
|---|
MDScopeDescriptionType() |
| 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) |
java.util.List<ObjectReferencePropertyType> |
getAttributeInstances()
Gets the value of the attributeInstances property.
|
java.util.List<ObjectReferencePropertyType> |
getAttributes()
Gets the value of the attributes property.
|
CharacterStringPropertyType |
getDataset()
Gets the value of the dataset property.
|
java.util.List<ObjectReferencePropertyType> |
getFeatureInstances()
Gets the value of the featureInstances property.
|
java.util.List<ObjectReferencePropertyType> |
getFeatures()
Gets the value of the features property.
|
CharacterStringPropertyType |
getOther()
Gets the value of the other property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAttributeInstances() |
boolean |
isSetAttributes() |
boolean |
isSetDataset() |
boolean |
isSetFeatureInstances() |
boolean |
isSetFeatures() |
boolean |
isSetOther() |
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 |
setAttributeInstances(java.util.List<ObjectReferencePropertyType> value) |
void |
setAttributes(java.util.List<ObjectReferencePropertyType> value) |
void |
setDataset(CharacterStringPropertyType value)
Sets the value of the dataset property.
|
void |
setFeatureInstances(java.util.List<ObjectReferencePropertyType> value) |
void |
setFeatures(java.util.List<ObjectReferencePropertyType> value) |
void |
setOther(CharacterStringPropertyType value)
Sets the value of the other property.
|
java.lang.String |
toString() |
void |
unsetAttributeInstances() |
void |
unsetAttributes() |
void |
unsetFeatureInstances() |
void |
unsetFeatures() |
MDScopeDescriptionType |
withAttributeInstances(java.util.Collection<ObjectReferencePropertyType> values) |
MDScopeDescriptionType |
withAttributeInstances(java.util.List<ObjectReferencePropertyType> value) |
MDScopeDescriptionType |
withAttributeInstances(ObjectReferencePropertyType... values) |
MDScopeDescriptionType |
withAttributes(java.util.Collection<ObjectReferencePropertyType> values) |
MDScopeDescriptionType |
withAttributes(java.util.List<ObjectReferencePropertyType> value) |
MDScopeDescriptionType |
withAttributes(ObjectReferencePropertyType... values) |
MDScopeDescriptionType |
withDataset(CharacterStringPropertyType value) |
MDScopeDescriptionType |
withFeatureInstances(java.util.Collection<ObjectReferencePropertyType> values) |
MDScopeDescriptionType |
withFeatureInstances(java.util.List<ObjectReferencePropertyType> value) |
MDScopeDescriptionType |
withFeatureInstances(ObjectReferencePropertyType... values) |
MDScopeDescriptionType |
withFeatures(java.util.Collection<ObjectReferencePropertyType> values) |
MDScopeDescriptionType |
withFeatures(java.util.List<ObjectReferencePropertyType> value) |
MDScopeDescriptionType |
withFeatures(ObjectReferencePropertyType... values) |
MDScopeDescriptionType |
withOther(CharacterStringPropertyType value) |
protected java.util.List<ObjectReferencePropertyType> attributes
protected java.util.List<ObjectReferencePropertyType> features
protected java.util.List<ObjectReferencePropertyType> featureInstances
protected java.util.List<ObjectReferencePropertyType> attributeInstances
protected CharacterStringPropertyType dataset
protected CharacterStringPropertyType other
public java.util.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 java.util.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 java.util.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 java.util.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 java.lang.String toString()
toString in class java.lang.Objectpublic 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.ToString2public 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.ToString2public 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.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic 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 int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.CopyTo2public 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.MergeFrom2public 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.MergeFrom2public void setAttributes(java.util.List<ObjectReferencePropertyType> value)
public void setFeatures(java.util.List<ObjectReferencePropertyType> value)
public void setFeatureInstances(java.util.List<ObjectReferencePropertyType> value)
public void setAttributeInstances(java.util.List<ObjectReferencePropertyType> value)
public MDScopeDescriptionType withAttributes(ObjectReferencePropertyType... values)
public MDScopeDescriptionType withAttributes(java.util.Collection<ObjectReferencePropertyType> values)
public MDScopeDescriptionType withFeatures(ObjectReferencePropertyType... values)
public MDScopeDescriptionType withFeatures(java.util.Collection<ObjectReferencePropertyType> values)
public MDScopeDescriptionType withFeatureInstances(ObjectReferencePropertyType... values)
public MDScopeDescriptionType withFeatureInstances(java.util.Collection<ObjectReferencePropertyType> values)
public MDScopeDescriptionType withAttributeInstances(ObjectReferencePropertyType... values)
public MDScopeDescriptionType withAttributeInstances(java.util.Collection<ObjectReferencePropertyType> values)
public MDScopeDescriptionType withDataset(CharacterStringPropertyType value)
public MDScopeDescriptionType withOther(CharacterStringPropertyType value)
public MDScopeDescriptionType withAttributes(java.util.List<ObjectReferencePropertyType> value)
public MDScopeDescriptionType withFeatures(java.util.List<ObjectReferencePropertyType> value)
public MDScopeDescriptionType withFeatureInstances(java.util.List<ObjectReferencePropertyType> value)
public MDScopeDescriptionType withAttributeInstances(java.util.List<ObjectReferencePropertyType> value)
Copyright © 2008-2022. All Rights Reserved.