|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.wps.v_2_0.RequestBaseType
net.opengis.wps.v_2_0.DescribeProcess
public class DescribeProcess
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.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 | |
|---|---|
protected List<CodeType> |
identifier
|
protected String |
lang
|
| Fields inherited from class net.opengis.wps.v_2_0.RequestBaseType |
|---|
extension, SERVICE, VERSION |
| Constructor Summary | |
|---|---|
DescribeProcess()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
List<CodeType> |
getIdentifier()
One or more identifiers for which the process description shall be obtained. |
String |
getLang()
RFC 4646 language code of the human-readable text (e.g. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setIdentifier(List<CodeType> value)
|
void |
setLang(String value)
Sets the value of the lang property. |
String |
toString()
|
DescribeProcess |
withExtension(Collection<Object> values)
|
DescribeProcess |
withExtension(List<Object> value)
|
DescribeProcess |
withExtension(Object... values)
|
DescribeProcess |
withIdentifier(CodeType... values)
|
DescribeProcess |
withIdentifier(Collection<CodeType> values)
|
DescribeProcess |
withIdentifier(List<CodeType> value)
|
DescribeProcess |
withLang(String value)
|
| Methods inherited from class net.opengis.wps.v_2_0.RequestBaseType |
|---|
getExtension, setExtension |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<CodeType> identifier
protected String lang
| Constructor Detail |
|---|
public DescribeProcess()
| Method Detail |
|---|
public List<CodeType> getIdentifier()
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 JAXB object.
This is why there is not a set method 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
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String toString()
toString in class RequestBaseType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class RequestBaseType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class RequestBaseType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class RequestBaseTypepublic boolean equals(Object object)
equals in class RequestBaseType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class RequestBaseTypepublic int hashCode()
hashCode in class RequestBaseTypepublic Object clone()
clone in class RequestBaseTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RequestBaseType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class RequestBaseTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class RequestBaseType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class RequestBaseTypepublic void setIdentifier(List<CodeType> value)
public DescribeProcess withIdentifier(CodeType... values)
public DescribeProcess withIdentifier(Collection<CodeType> values)
public DescribeProcess withLang(String value)
public DescribeProcess withIdentifier(List<CodeType> value)
public DescribeProcess withExtension(Object... values)
withExtension in class RequestBaseTypepublic DescribeProcess withExtension(Collection<Object> values)
withExtension in class RequestBaseTypepublic DescribeProcess withExtension(List<Object> value)
withExtension in class RequestBaseType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||