Class EXExtentType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.EXExtentType
-
- 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 EXExtentType 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
Information about spatial, vertical, and temporal extentJava class for EX_Extent_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EX_Extent_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="description" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="geographicElement" type="{http://www.isotc211.org/2005/gmd}EX_GeographicExtent_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="temporalElement" type="{http://www.isotc211.org/2005/gmd}EX_TemporalExtent_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="verticalElement" type="{http://www.isotc211.org/2005/gmd}EX_VerticalExtent_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterStringPropertyTypedescriptionprotected List<EXGeographicExtentPropertyType>geographicElementprotected List<EXTemporalExtentPropertyType>temporalElementprotected List<EXVerticalExtentPropertyType>verticalElement-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description EXExtentType()Default no-arg constructorEXExtentType(String id, String uuid, CharacterStringPropertyType description, List<EXGeographicExtentPropertyType> geographicElement, List<EXTemporalExtentPropertyType> temporalElement, List<EXVerticalExtentPropertyType> verticalElement)Fully-initialising value constructor
-
Method Summary
-
-
-
Field Detail
-
description
protected CharacterStringPropertyType description
-
geographicElement
protected List<EXGeographicExtentPropertyType> geographicElement
-
temporalElement
protected List<EXTemporalExtentPropertyType> temporalElement
-
verticalElement
protected List<EXVerticalExtentPropertyType> verticalElement
-
-
Constructor Detail
-
EXExtentType
public EXExtentType()
Default no-arg constructor
-
EXExtentType
public EXExtentType(String id, String uuid, CharacterStringPropertyType description, List<EXGeographicExtentPropertyType> geographicElement, List<EXTemporalExtentPropertyType> temporalElement, List<EXVerticalExtentPropertyType> verticalElement)
Fully-initialising value constructor
-
-
Method Detail
-
getDescription
public CharacterStringPropertyType getDescription()
Gets the value of the description property.- Returns:
- possible object is
CharacterStringPropertyType
-
setDescription
public void setDescription(CharacterStringPropertyType value)
Sets the value of the description property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetDescription
public boolean isSetDescription()
-
getGeographicElement
public List<EXGeographicExtentPropertyType> getGeographicElement()
Gets the value of the geographicElement 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 geographicElement property.For example, to add a new item, do as follows:
getGeographicElement().add(newItem);Objects of the following type(s) are allowed in the list
EXGeographicExtentPropertyType
-
isSetGeographicElement
public boolean isSetGeographicElement()
-
unsetGeographicElement
public void unsetGeographicElement()
-
getTemporalElement
public List<EXTemporalExtentPropertyType> getTemporalElement()
Gets the value of the temporalElement 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 temporalElement property.For example, to add a new item, do as follows:
getTemporalElement().add(newItem);Objects of the following type(s) are allowed in the list
EXTemporalExtentPropertyType
-
isSetTemporalElement
public boolean isSetTemporalElement()
-
unsetTemporalElement
public void unsetTemporalElement()
-
getVerticalElement
public List<EXVerticalExtentPropertyType> getVerticalElement()
Gets the value of the verticalElement 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 verticalElement property.For example, to add a new item, do as follows:
getVerticalElement().add(newItem);Objects of the following type(s) are allowed in the list
EXVerticalExtentPropertyType
-
isSetVerticalElement
public boolean isSetVerticalElement()
-
unsetVerticalElement
public void unsetVerticalElement()
-
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
-
setGeographicElement
public void setGeographicElement(List<EXGeographicExtentPropertyType> value)
-
setTemporalElement
public void setTemporalElement(List<EXTemporalExtentPropertyType> value)
-
setVerticalElement
public void setVerticalElement(List<EXVerticalExtentPropertyType> value)
-
withDescription
public EXExtentType withDescription(CharacterStringPropertyType value)
-
withGeographicElement
public EXExtentType withGeographicElement(EXGeographicExtentPropertyType... values)
-
withGeographicElement
public EXExtentType withGeographicElement(Collection<EXGeographicExtentPropertyType> values)
-
withTemporalElement
public EXExtentType withTemporalElement(EXTemporalExtentPropertyType... values)
-
withTemporalElement
public EXExtentType withTemporalElement(Collection<EXTemporalExtentPropertyType> values)
-
withVerticalElement
public EXExtentType withVerticalElement(EXVerticalExtentPropertyType... values)
-
withVerticalElement
public EXExtentType withVerticalElement(Collection<EXVerticalExtentPropertyType> values)
-
withGeographicElement
public EXExtentType withGeographicElement(List<EXGeographicExtentPropertyType> value)
-
withTemporalElement
public EXExtentType withTemporalElement(List<EXTemporalExtentPropertyType> value)
-
withVerticalElement
public EXExtentType withVerticalElement(List<EXVerticalExtentPropertyType> value)
-
withId
public EXExtentType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public EXExtentType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-