Package net.opengis.wps.v_2_0
Class InputDescriptionType
- 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.InputDescriptionType
-
- 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 InputDescriptionType 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 an input to a process. In this use, the DescriptionType shall describe a process input.Java class for InputDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputDescriptionType"> <complexContent> <extension base="{http://www.opengis.net/wps/2.0}DescriptionType"> <choice> <element ref="{http://www.opengis.net/wps/2.0}DataDescription"/> <element name="Input" type="{http://www.opengis.net/wps/2.0}InputDescriptionType" maxOccurs="unbounded"/> </choice> <attGroup ref="{http://www.w3.org/2001/XMLSchema}occurs"/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends DataDescriptionType>dataDescriptionprotected List<InputDescriptionType>inputprotected StringmaxOccursprotected BigIntegerminOccurs-
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 InputDescriptionType()Default no-arg constructorInputDescriptionType(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> dataDescription, List<InputDescriptionType> input, BigInteger minOccurs, String maxOccurs)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<InputDescriptionType>getInput()Gets the value of the input property.StringgetMaxOccurs()Gets the value of the maxOccurs property.BigIntegergetMinOccurs()Gets the value of the minOccurs property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetDataDescription()booleanisSetInput()booleanisSetMaxOccurs()booleanisSetMinOccurs()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.voidsetInput(List<InputDescriptionType> value)voidsetMaxOccurs(String value)Sets the value of the maxOccurs property.voidsetMinOccurs(BigInteger value)Sets the value of the minOccurs property.StringtoString()voidunsetInput()InputDescriptionTypewithDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)InputDescriptionTypewithInput(Collection<InputDescriptionType> values)InputDescriptionTypewithInput(List<InputDescriptionType> value)InputDescriptionTypewithInput(InputDescriptionType... values)InputDescriptionTypewithMaxOccurs(String value)InputDescriptionTypewithMinOccurs(BigInteger value)-
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
-
input
protected List<InputDescriptionType> input
-
minOccurs
protected BigInteger minOccurs
-
maxOccurs
protected String maxOccurs
-
-
Constructor Detail
-
InputDescriptionType
public InputDescriptionType()
Default no-arg constructor
-
InputDescriptionType
public InputDescriptionType(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> dataDescription, List<InputDescriptionType> input, BigInteger minOccurs, String maxOccurs)
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()
-
getInput
public List<InputDescriptionType> 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
InputDescriptionType
-
isSetInput
public boolean isSetInput()
-
unsetInput
public void unsetInput()
-
getMinOccurs
public BigInteger getMinOccurs()
Gets the value of the minOccurs property.- Returns:
- possible object is
BigInteger
-
setMinOccurs
public void setMinOccurs(BigInteger value)
Sets the value of the minOccurs property.- Parameters:
value- allowed object isBigInteger
-
isSetMinOccurs
public boolean isSetMinOccurs()
-
getMaxOccurs
public String getMaxOccurs()
Gets the value of the maxOccurs property.- Returns:
- possible object is
String
-
setMaxOccurs
public void setMaxOccurs(String value)
Sets the value of the maxOccurs property.- Parameters:
value- allowed object isString
-
isSetMaxOccurs
public boolean isSetMaxOccurs()
-
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
-
setInput
public void setInput(List<InputDescriptionType> value)
-
withDataDescription
public InputDescriptionType withDataDescription(jakarta.xml.bind.JAXBElement<? extends DataDescriptionType> value)
-
withInput
public InputDescriptionType withInput(InputDescriptionType... values)
-
withInput
public InputDescriptionType withInput(Collection<InputDescriptionType> values)
-
withMinOccurs
public InputDescriptionType withMinOccurs(BigInteger value)
-
withMaxOccurs
public InputDescriptionType withMaxOccurs(String value)
-
withInput
public InputDescriptionType withInput(List<InputDescriptionType> value)
-
-