Package net.opengis.wps.v_2_0
Class DataOutputType
- java.lang.Object
-
- net.opengis.wps.v_2_0.DataOutputType
-
- 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 DataOutputType 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
This type describes a process output in the execute response.Java class for DataOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataOutputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.opengis.net/wps/2.0}Data"/> <element ref="{http://www.opengis.net/wps/2.0}Reference"/> <element name="Output" type="{http://www.opengis.net/wps/2.0}DataOutputType"/> </choice> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Datadataprotected Stringidprotected DataOutputTypeoutputprotected ReferenceTypereference
-
Constructor Summary
Constructors Constructor Description DataOutputType()Default no-arg constructorDataOutputType(Data data, ReferenceType reference, DataOutputType output, String id)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)DatagetData()Gets the value of the data property.StringgetId()Gets the value of the id property.DataOutputTypegetOutput()Gets the value of the output property.ReferenceTypegetReference()Gets the value of the reference property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetData()booleanisSetId()booleanisSetOutput()booleanisSetReference()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)voidsetData(Data value)Sets the value of the data property.voidsetId(String value)Sets the value of the id property.voidsetOutput(DataOutputType value)Sets the value of the output property.voidsetReference(ReferenceType value)Sets the value of the reference property.StringtoString()DataOutputTypewithData(Data value)DataOutputTypewithId(String value)DataOutputTypewithOutput(DataOutputType value)DataOutputTypewithReference(ReferenceType value)
-
-
-
Field Detail
-
data
protected Data data
-
reference
protected ReferenceType reference
-
output
protected DataOutputType output
-
id
protected String id
-
-
Constructor Detail
-
DataOutputType
public DataOutputType()
Default no-arg constructor
-
DataOutputType
public DataOutputType(Data data, ReferenceType reference, DataOutputType output, String id)
Fully-initialising value constructor
-
-
Method Detail
-
setData
public void setData(Data value)
Sets the value of the data property.- Parameters:
value- allowed object isData
-
isSetData
public boolean isSetData()
-
getReference
public ReferenceType getReference()
Gets the value of the reference property.- Returns:
- possible object is
ReferenceType
-
setReference
public void setReference(ReferenceType value)
Sets the value of the reference property.- Parameters:
value- allowed object isReferenceType
-
isSetReference
public boolean isSetReference()
-
getOutput
public DataOutputType getOutput()
Gets the value of the output property.- Returns:
- possible object is
DataOutputType
-
setOutput
public void setOutput(DataOutputType value)
Sets the value of the output property.- Parameters:
value- allowed object isDataOutputType
-
isSetOutput
public boolean isSetOutput()
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId()
-
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
-
withData
public DataOutputType withData(Data value)
-
withReference
public DataOutputType withReference(ReferenceType value)
-
withOutput
public DataOutputType withOutput(DataOutputType value)
-
withId
public DataOutputType withId(String value)
-
-