Package net.opengis.wps.v_2_0
Class BoundingBoxData
- java.lang.Object
-
- net.opengis.wps.v_2_0.DataDescriptionType
-
- net.opengis.wps.v_2_0.BoundingBoxData
-
- 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 BoundingBoxData extends DataDescriptionType 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.opengis.net/wps/2.0}DataDescriptionType"> <sequence> <element ref="{http://www.opengis.net/wps/2.0}SupportedCRS" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SupportedCRS>supportedCRS-
Fields inherited from class net.opengis.wps.v_2_0.DataDescriptionType
format
-
-
Constructor Summary
Constructors Constructor Description BoundingBoxData()Default no-arg constructorBoundingBoxData(List<Format> format, List<SupportedCRS> supportedCRS)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)List<SupportedCRS>getSupportedCRS()Gets the value of the supportedCRS property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetSupportedCRS()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)voidsetSupportedCRS(List<SupportedCRS> value)StringtoString()voidunsetSupportedCRS()BoundingBoxDatawithFormat(Collection<Format> values)BoundingBoxDatawithFormat(List<Format> value)BoundingBoxDatawithFormat(Format... values)BoundingBoxDatawithSupportedCRS(Collection<SupportedCRS> values)BoundingBoxDatawithSupportedCRS(List<SupportedCRS> value)BoundingBoxDatawithSupportedCRS(SupportedCRS... values)-
Methods inherited from class net.opengis.wps.v_2_0.DataDescriptionType
getFormat, isSetFormat, setFormat, unsetFormat
-
-
-
-
Field Detail
-
supportedCRS
protected List<SupportedCRS> supportedCRS
-
-
Constructor Detail
-
BoundingBoxData
public BoundingBoxData()
Default no-arg constructor
-
BoundingBoxData
public BoundingBoxData(List<Format> format, List<SupportedCRS> supportedCRS)
Fully-initialising value constructor
-
-
Method Detail
-
getSupportedCRS
public List<SupportedCRS> getSupportedCRS()
Gets the value of the supportedCRS 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 supportedCRS property.For example, to add a new item, do as follows:
getSupportedCRS().add(newItem);Objects of the following type(s) are allowed in the list
SupportedCRS
-
isSetSupportedCRS
public boolean isSetSupportedCRS()
-
unsetSupportedCRS
public void unsetSupportedCRS()
-
toString
public String toString()
- Overrides:
toStringin classDataDescriptionType
-
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 classDataDescriptionType
-
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 classDataDescriptionType
-
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 classDataDescriptionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classDataDescriptionType
-
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 classDataDescriptionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataDescriptionType
-
clone
public Object clone()
- Overrides:
clonein classDataDescriptionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classDataDescriptionType
-
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 classDataDescriptionType
-
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 classDataDescriptionType
-
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 classDataDescriptionType
-
setSupportedCRS
public void setSupportedCRS(List<SupportedCRS> value)
-
withSupportedCRS
public BoundingBoxData withSupportedCRS(SupportedCRS... values)
-
withSupportedCRS
public BoundingBoxData withSupportedCRS(Collection<SupportedCRS> values)
-
withSupportedCRS
public BoundingBoxData withSupportedCRS(List<SupportedCRS> value)
-
withFormat
public BoundingBoxData withFormat(Format... values)
- Overrides:
withFormatin classDataDescriptionType
-
withFormat
public BoundingBoxData withFormat(Collection<Format> values)
- Overrides:
withFormatin classDataDescriptionType
-
withFormat
public BoundingBoxData withFormat(List<Format> value)
- Overrides:
withFormatin classDataDescriptionType
-
-