Package net.opengis.wps.v_2_0
Class DescribeProcess
- java.lang.Object
-
- net.opengis.wps.v_2_0.RequestBaseType
-
- net.opengis.wps.v_2_0.DescribeProcess
-
- 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 DescribeProcess extends RequestBaseType 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
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.opengis.net/wps/2.0}RequestBaseType"> <sequence> <element ref="{http://www.opengis.net/ows/2.0}Identifier" maxOccurs="unbounded"/> </sequence> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CodeType>identifierprotected Stringlang-
Fields inherited from class net.opengis.wps.v_2_0.RequestBaseType
extension, SERVICE, VERSION
-
-
Constructor Summary
Constructors Constructor Description DescribeProcess()Default no-arg constructorDescribeProcess(List<Object> extension, List<CodeType> identifier, String lang)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<CodeType>getIdentifier()One or more identifiers for which the process description shall be obtained.StringgetLang()RFC 4646 language code of the human-readable text (e.g.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetIdentifier()booleanisSetLang()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)voidsetIdentifier(List<CodeType> value)voidsetLang(String value)Sets the value of the lang property.StringtoString()voidunsetIdentifier()DescribeProcesswithExtension(Object... values)DescribeProcesswithExtension(Collection<Object> values)DescribeProcesswithExtension(List<Object> value)DescribeProcesswithIdentifier(Collection<CodeType> values)DescribeProcesswithIdentifier(List<CodeType> value)DescribeProcesswithIdentifier(CodeType... values)DescribeProcesswithLang(String value)-
Methods inherited from class net.opengis.wps.v_2_0.RequestBaseType
getExtension, isSetExtension, setExtension, unsetExtension
-
-
-
-
Method Detail
-
getIdentifier
public List<CodeType> getIdentifier()
One or more identifiers for which the process description shall be obtained. "ALL"" is reserved to retrieve the descriptions for all available process offerings. Gets the value of the identifier 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 identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
CodeType
-
isSetIdentifier
public boolean isSetIdentifier()
-
unsetIdentifier
public void unsetIdentifier()
-
getLang
public String getLang()
RFC 4646 language code of the human-readable text (e.g. "en-CA") in the process description.- Returns:
- possible object is
String
-
setLang
public void setLang(String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
isSetLang
public boolean isSetLang()
-
toString
public String toString()
- Overrides:
toStringin classRequestBaseType
-
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 classRequestBaseType
-
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 classRequestBaseType
-
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 classRequestBaseType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classRequestBaseType
-
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 classRequestBaseType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRequestBaseType
-
clone
public Object clone()
- Overrides:
clonein classRequestBaseType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classRequestBaseType
-
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 classRequestBaseType
-
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- Overrides:
mergeFromin classRequestBaseType
-
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 classRequestBaseType
-
withIdentifier
public DescribeProcess withIdentifier(CodeType... values)
-
withIdentifier
public DescribeProcess withIdentifier(Collection<CodeType> values)
-
withLang
public DescribeProcess withLang(String value)
-
withIdentifier
public DescribeProcess withIdentifier(List<CodeType> value)
-
withExtension
public DescribeProcess withExtension(Object... values)
- Overrides:
withExtensionin classRequestBaseType
-
withExtension
public DescribeProcess withExtension(Collection<Object> values)
- Overrides:
withExtensionin classRequestBaseType
-
withExtension
public DescribeProcess withExtension(List<Object> value)
- Overrides:
withExtensionin classRequestBaseType
-
-