Class DQScopeType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.DQScopeType
-
- 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 DQScopeType extends AbstractObjectType 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
Java class for DQ_Scope_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DQ_Scope_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="level" type="{http://www.isotc211.org/2005/gmd}MD_ScopeCode_PropertyType"/> <element name="extent" type="{http://www.isotc211.org/2005/gmd}EX_Extent_PropertyType" minOccurs="0"/> <element name="levelDescription" type="{http://www.isotc211.org/2005/gmd}MD_ScopeDescription_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EXExtentPropertyTypeextentprotected MDScopeCodePropertyTypelevelprotected List<MDScopeDescriptionPropertyType>levelDescription-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description DQScopeType()Default no-arg constructorDQScopeType(String id, String uuid, MDScopeCodePropertyType level, EXExtentPropertyType extent, List<MDScopeDescriptionPropertyType> levelDescription)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)EXExtentPropertyTypegetExtent()Gets the value of the extent property.MDScopeCodePropertyTypegetLevel()Gets the value of the level property.List<MDScopeDescriptionPropertyType>getLevelDescription()Gets the value of the levelDescription property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetExtent()booleanisSetLevel()booleanisSetLevelDescription()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetExtent(EXExtentPropertyType value)Sets the value of the extent property.voidsetLevel(MDScopeCodePropertyType value)Sets the value of the level property.voidsetLevelDescription(List<MDScopeDescriptionPropertyType> value)StringtoString()voidunsetLevelDescription()DQScopeTypewithExtent(EXExtentPropertyType value)DQScopeTypewithId(String value)DQScopeTypewithLevel(MDScopeCodePropertyType value)DQScopeTypewithLevelDescription(Collection<MDScopeDescriptionPropertyType> values)DQScopeTypewithLevelDescription(List<MDScopeDescriptionPropertyType> value)DQScopeTypewithLevelDescription(MDScopeDescriptionPropertyType... values)DQScopeTypewithUuid(String value)
-
-
-
Field Detail
-
level
protected MDScopeCodePropertyType level
-
extent
protected EXExtentPropertyType extent
-
levelDescription
protected List<MDScopeDescriptionPropertyType> levelDescription
-
-
Constructor Detail
-
DQScopeType
public DQScopeType()
Default no-arg constructor
-
DQScopeType
public DQScopeType(String id, String uuid, MDScopeCodePropertyType level, EXExtentPropertyType extent, List<MDScopeDescriptionPropertyType> levelDescription)
Fully-initialising value constructor
-
-
Method Detail
-
getLevel
public MDScopeCodePropertyType getLevel()
Gets the value of the level property.- Returns:
- possible object is
MDScopeCodePropertyType
-
setLevel
public void setLevel(MDScopeCodePropertyType value)
Sets the value of the level property.- Parameters:
value- allowed object isMDScopeCodePropertyType
-
isSetLevel
public boolean isSetLevel()
-
getExtent
public EXExtentPropertyType getExtent()
Gets the value of the extent property.- Returns:
- possible object is
EXExtentPropertyType
-
setExtent
public void setExtent(EXExtentPropertyType value)
Sets the value of the extent property.- Parameters:
value- allowed object isEXExtentPropertyType
-
isSetExtent
public boolean isSetExtent()
-
getLevelDescription
public List<MDScopeDescriptionPropertyType> getLevelDescription()
Gets the value of the levelDescription 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 levelDescription property.For example, to add a new item, do as follows:
getLevelDescription().add(newItem);Objects of the following type(s) are allowed in the list
MDScopeDescriptionPropertyType
-
isSetLevelDescription
public boolean isSetLevelDescription()
-
unsetLevelDescription
public void unsetLevelDescription()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
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- Overrides:
appendin classAbstractObjectType
-
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- Overrides:
appendFieldsin classAbstractObjectType
-
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- Overrides:
equalsin classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
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- Overrides:
copyToin classAbstractObjectType
-
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- Overrides:
mergeFromin classAbstractObjectType
-
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- Overrides:
mergeFromin classAbstractObjectType
-
setLevelDescription
public void setLevelDescription(List<MDScopeDescriptionPropertyType> value)
-
withLevel
public DQScopeType withLevel(MDScopeCodePropertyType value)
-
withExtent
public DQScopeType withExtent(EXExtentPropertyType value)
-
withLevelDescription
public DQScopeType withLevelDescription(MDScopeDescriptionPropertyType... values)
-
withLevelDescription
public DQScopeType withLevelDescription(Collection<MDScopeDescriptionPropertyType> values)
-
withLevelDescription
public DQScopeType withLevelDescription(List<MDScopeDescriptionPropertyType> value)
-
withId
public DQScopeType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public DQScopeType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-