Class MDScopeDescriptionType
- java.lang.Object
-
- net.opengis.iso19139.gmd.v_20070417.MDScopeDescriptionType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class MDScopeDescriptionType extends Object implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Description of the class of information covered by the informationJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ObjectReferencePropertyType>attributeInstancesprotected List<ObjectReferencePropertyType>attributesprotected CharacterStringPropertyTypedatasetprotected List<ObjectReferencePropertyType>featureInstancesprotected List<ObjectReferencePropertyType>featuresprotected CharacterStringPropertyTypeother
-
Constructor Summary
Constructors Constructor Description MDScopeDescriptionType()Default no-arg constructorMDScopeDescriptionType(List<ObjectReferencePropertyType> attributes, List<ObjectReferencePropertyType> features, List<ObjectReferencePropertyType> featureInstances, List<ObjectReferencePropertyType> attributeInstances, CharacterStringPropertyType dataset, CharacterStringPropertyType other)Fully-initialising value constructor
-
Method Summary
-
-
-
Field Detail
-
attributes
protected List<ObjectReferencePropertyType> attributes
-
features
protected List<ObjectReferencePropertyType> features
-
featureInstances
protected List<ObjectReferencePropertyType> featureInstances
-
attributeInstances
protected List<ObjectReferencePropertyType> attributeInstances
-
dataset
protected CharacterStringPropertyType dataset
-
other
protected CharacterStringPropertyType other
-
-
Constructor Detail
-
MDScopeDescriptionType
public MDScopeDescriptionType()
Default no-arg constructor
-
MDScopeDescriptionType
public MDScopeDescriptionType(List<ObjectReferencePropertyType> attributes, List<ObjectReferencePropertyType> features, List<ObjectReferencePropertyType> featureInstances, List<ObjectReferencePropertyType> attributeInstances, CharacterStringPropertyType dataset, CharacterStringPropertyType other)
Fully-initialising value constructor
-
-
Method Detail
-
getAttributes
public List<ObjectReferencePropertyType> getAttributes()
Gets the value of the attributes 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetAttributes
public boolean isSetAttributes()
-
unsetAttributes
public void unsetAttributes()
-
getFeatures
public List<ObjectReferencePropertyType> getFeatures()
Gets the value of the features 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetFeatures
public boolean isSetFeatures()
-
unsetFeatures
public void unsetFeatures()
-
getFeatureInstances
public List<ObjectReferencePropertyType> getFeatureInstances()
Gets the value of the featureInstances 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetFeatureInstances
public boolean isSetFeatureInstances()
-
unsetFeatureInstances
public void unsetFeatureInstances()
-
getAttributeInstances
public List<ObjectReferencePropertyType> getAttributeInstances()
Gets the value of the attributeInstances 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetAttributeInstances
public boolean isSetAttributeInstances()
-
unsetAttributeInstances
public void unsetAttributeInstances()
-
getDataset
public CharacterStringPropertyType getDataset()
Gets the value of the dataset property.- Returns:
- possible object is
CharacterStringPropertyType
-
setDataset
public void setDataset(CharacterStringPropertyType value)
Sets the value of the dataset property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetDataset
public boolean isSetDataset()
-
getOther
public CharacterStringPropertyType getOther()
Gets the value of the other property.- Returns:
- possible object is
CharacterStringPropertyType
-
setOther
public void setOther(CharacterStringPropertyType value)
Sets the value of the other property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetOther
public boolean isSetOther()
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
setAttributes
public void setAttributes(List<ObjectReferencePropertyType> value)
-
setFeatures
public void setFeatures(List<ObjectReferencePropertyType> value)
-
setFeatureInstances
public void setFeatureInstances(List<ObjectReferencePropertyType> value)
-
setAttributeInstances
public void setAttributeInstances(List<ObjectReferencePropertyType> value)
-
withAttributes
public MDScopeDescriptionType withAttributes(ObjectReferencePropertyType... values)
-
withAttributes
public MDScopeDescriptionType withAttributes(Collection<ObjectReferencePropertyType> values)
-
withFeatures
public MDScopeDescriptionType withFeatures(ObjectReferencePropertyType... values)
-
withFeatures
public MDScopeDescriptionType withFeatures(Collection<ObjectReferencePropertyType> values)
-
withFeatureInstances
public MDScopeDescriptionType withFeatureInstances(ObjectReferencePropertyType... values)
-
withFeatureInstances
public MDScopeDescriptionType withFeatureInstances(Collection<ObjectReferencePropertyType> values)
-
withAttributeInstances
public MDScopeDescriptionType withAttributeInstances(ObjectReferencePropertyType... values)
-
withAttributeInstances
public MDScopeDescriptionType withAttributeInstances(Collection<ObjectReferencePropertyType> values)
-
withDataset
public MDScopeDescriptionType withDataset(CharacterStringPropertyType value)
-
withOther
public MDScopeDescriptionType withOther(CharacterStringPropertyType value)
-
withAttributes
public MDScopeDescriptionType withAttributes(List<ObjectReferencePropertyType> value)
-
withFeatures
public MDScopeDescriptionType withFeatures(List<ObjectReferencePropertyType> value)
-
withFeatureInstances
public MDScopeDescriptionType withFeatureInstances(List<ObjectReferencePropertyType> value)
-
withAttributeInstances
public MDScopeDescriptionType withAttributeInstances(List<ObjectReferencePropertyType> value)
-
-