Package net.opengis.wps.v_2_0
Class DataInputType
- java.lang.Object
-
- net.opengis.wps.v_2_0.DataInputType
-
- 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 DataInputType 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 structure contains information elements to supply input data for process execution.Java class for DataInputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataInputType"> <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="Input" type="{http://www.opengis.net/wps/2.0}DataInputType" maxOccurs="unbounded"/> </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 List<DataInputType>inputprotected ReferenceTypereference
-
Constructor Summary
Constructors Constructor Description DataInputType()Default no-arg constructorDataInputType(Data data, ReferenceType reference, List<DataInputType> input, 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.List<DataInputType>getInput()Gets the value of the input 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()booleanisSetInput()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.voidsetInput(List<DataInputType> value)voidsetReference(ReferenceType value)Sets the value of the reference property.StringtoString()voidunsetInput()DataInputTypewithData(Data value)DataInputTypewithId(String value)DataInputTypewithInput(Collection<DataInputType> values)DataInputTypewithInput(List<DataInputType> value)DataInputTypewithInput(DataInputType... values)DataInputTypewithReference(ReferenceType value)
-
-
-
Field Detail
-
data
protected Data data
-
reference
protected ReferenceType reference
-
input
protected List<DataInputType> input
-
id
protected String id
-
-
Constructor Detail
-
DataInputType
public DataInputType()
Default no-arg constructor
-
DataInputType
public DataInputType(Data data, ReferenceType reference, List<DataInputType> input, 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()
-
getInput
public List<DataInputType> getInput()
Gets the value of the input 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 input property.For example, to add a new item, do as follows:
getInput().add(newItem);Objects of the following type(s) are allowed in the list
DataInputType
-
isSetInput
public boolean isSetInput()
-
unsetInput
public void unsetInput()
-
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
-
setInput
public void setInput(List<DataInputType> value)
-
withData
public DataInputType withData(Data value)
-
withReference
public DataInputType withReference(ReferenceType value)
-
withInput
public DataInputType withInput(DataInputType... values)
-
withInput
public DataInputType withInput(Collection<DataInputType> values)
-
withId
public DataInputType withId(String value)
-
withInput
public DataInputType withInput(List<DataInputType> value)
-
-