Package net.opengis.wps.v_2_0
Class GenericInputType
- 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.GenericInputType
-
- 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 GenericInputType 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 GenericInputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericInputType"> <complexContent> <extension base="{http://www.opengis.net/wps/2.0}DescriptionType"> <sequence> <element name="Input" type="{http://www.opengis.net/wps/2.0}GenericInputType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attGroup ref="{http://www.w3.org/2001/XMLSchema}occurs"/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<GenericInputType>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 GenericInputType()Default no-arg constructorGenericInputType(List<GenericInputType> 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)List<GenericInputType>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)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)voidsetInput(List<GenericInputType> value)voidsetMaxOccurs(String value)Sets the value of the maxOccurs property.voidsetMinOccurs(BigInteger value)Sets the value of the minOccurs property.StringtoString()voidunsetInput()GenericInputTypewithInput(Collection<GenericInputType> values)GenericInputTypewithInput(List<GenericInputType> value)GenericInputTypewithInput(GenericInputType... values)GenericInputTypewithMaxOccurs(String value)GenericInputTypewithMinOccurs(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
-
input
protected List<GenericInputType> input
-
minOccurs
protected BigInteger minOccurs
-
maxOccurs
protected String maxOccurs
-
-
Constructor Detail
-
GenericInputType
public GenericInputType()
Default no-arg constructor
-
GenericInputType
public GenericInputType(List<GenericInputType> input, BigInteger minOccurs, String maxOccurs)
Fully-initialising value constructor
-
-
Method Detail
-
getInput
public List<GenericInputType> 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
GenericInputType
-
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<GenericInputType> value)
-
withInput
public GenericInputType withInput(GenericInputType... values)
-
withInput
public GenericInputType withInput(Collection<GenericInputType> values)
-
withMinOccurs
public GenericInputType withMinOccurs(BigInteger value)
-
withMaxOccurs
public GenericInputType withMaxOccurs(String value)
-
withInput
public GenericInputType withInput(List<GenericInputType> value)
-
-