Package net.opengis.wps.v_2_0
Class OutputDescriptionType
- java.lang.Object
-
- net.opengis.ows.v_2_0.DescriptionType
-
- net.opengis.ows.v_2_0.BasicIdentificationType
-
- net.opengis.wps.v_2_0.DescriptionType
-
- net.opengis.wps.v_2_0.OutputDescriptionType
-
- 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 OutputDescriptionType extends DescriptionType 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 a process Output. In this use, the DescriptionType shall describe a process output.Java class for OutputDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputDescriptionType"> <complexContent> <extension base="{http://www.opengis.net/wps/2.0}DescriptionType"> <choice> <element ref="{http://www.opengis.net/wps/2.0}DataDescription"/> <element name="Output" type="{http://www.opengis.net/wps/2.0}OutputDescriptionType" maxOccurs="unbounded"/> </choice> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends DataDescriptionType>dataDescriptionprotected List<OutputDescriptionType>output-
Fields inherited from class net.opengis.ows.v_2_0.BasicIdentificationType
identifier, metadata
-
Fields inherited from class net.opengis.ows.v_2_0.DescriptionType
_abstract, keywords, title
-
-
Constructor Summary
Constructors Constructor Description OutputDescriptionType()Default no-arg constructorOutputDescriptionType(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> dataDescription, List<OutputDescriptionType> output)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)jakarta.xml.bind.JAXBElement<? extends DataDescriptionType>getDataDescription()Gets the value of the dataDescription property.List<OutputDescriptionType>getOutput()Gets the value of the output property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetDataDescription()booleanisSetOutput()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)voidsetDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)Sets the value of the dataDescription property.voidsetOutput(List<OutputDescriptionType> value)StringtoString()voidunsetOutput()OutputDescriptionTypewithDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)OutputDescriptionTypewithOutput(Collection<OutputDescriptionType> values)OutputDescriptionTypewithOutput(List<OutputDescriptionType> value)OutputDescriptionTypewithOutput(OutputDescriptionType... values)-
Methods inherited from class net.opengis.ows.v_2_0.BasicIdentificationType
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, setMetadata, unsetMetadata, withAbstract, withAbstract, withAbstract, withIdentifier, withKeywords, withKeywords, withKeywords, withMetadata, withMetadata, withMetadata, withTitle, withTitle, withTitle
-
Methods inherited from class net.opengis.ows.v_2_0.DescriptionType
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitle
-
-
-
-
Field Detail
-
dataDescription
protected jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> dataDescription
-
output
protected List<OutputDescriptionType> output
-
-
Constructor Detail
-
OutputDescriptionType
public OutputDescriptionType()
Default no-arg constructor
-
OutputDescriptionType
public OutputDescriptionType(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> dataDescription, List<OutputDescriptionType> output)
Fully-initialising value constructor
-
-
Method Detail
-
getDataDescription
public jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> getDataDescription()
Gets the value of the dataDescription property.- Returns:
- possible object is
JAXBElement<BoundingBoxData>JAXBElement<ComplexDataType>JAXBElement<DataDescriptionType>JAXBElement<LiteralDataType>
-
setDataDescription
public void setDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)
Sets the value of the dataDescription property.- Parameters:
value- allowed object isJAXBElement<BoundingBoxData>JAXBElement<ComplexDataType>JAXBElement<DataDescriptionType>JAXBElement<LiteralDataType>
-
isSetDataDescription
public boolean isSetDataDescription()
-
getOutput
public List<OutputDescriptionType> getOutput()
Gets the value of the output 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 output property.For example, to add a new item, do as follows:
getOutput().add(newItem);Objects of the following type(s) are allowed in the list
OutputDescriptionType
-
isSetOutput
public boolean isSetOutput()
-
unsetOutput
public void unsetOutput()
-
toString
public String toString()
- Overrides:
toStringin classDescriptionType
-
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 classDescriptionType
-
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 classDescriptionType
-
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 classDescriptionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classDescriptionType
-
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 classDescriptionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDescriptionType
-
clone
public Object clone()
- Overrides:
clonein classDescriptionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classDescriptionType
-
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 classDescriptionType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
createNewInstancein classDescriptionType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classDescriptionType
-
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 classDescriptionType
-
setOutput
public void setOutput(List<OutputDescriptionType> value)
-
withDataDescription
public OutputDescriptionType withDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)
-
withOutput
public OutputDescriptionType withOutput(OutputDescriptionType... values)
-
withOutput
public OutputDescriptionType withOutput(Collection<OutputDescriptionType> values)
-
withOutput
public OutputDescriptionType withOutput(List<OutputDescriptionType> value)
-
-