Package net.opengis.wps.v_2_0
Class ComplexDataType
- java.lang.Object
-
- net.opengis.wps.v_2_0.DataDescriptionType
-
- net.opengis.wps.v_2_0.ComplexDataType
-
- 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 ComplexDataType extends DataDescriptionType 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 ComplexDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexDataType"> <complexContent> <extension base="{http://www.opengis.net/wps/2.0}DataDescriptionType"> <sequence> <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>any-
Fields inherited from class net.opengis.wps.v_2_0.DataDescriptionType
format
-
-
Constructor Summary
Constructors Constructor Description ComplexDataType()Default no-arg constructorComplexDataType(List<Format> format, List<Object> any)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<Object>getAny()Gets the value of the any property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetAny()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)voidsetAny(List<Object> value)StringtoString()voidunsetAny()ComplexDataTypewithAny(Object... values)ComplexDataTypewithAny(Collection<Object> values)ComplexDataTypewithAny(List<Object> value)ComplexDataTypewithFormat(Collection<Format> values)ComplexDataTypewithFormat(List<Format> value)ComplexDataTypewithFormat(Format... values)-
Methods inherited from class net.opengis.wps.v_2_0.DataDescriptionType
getFormat, isSetFormat, setFormat, unsetFormat
-
-
-
-
Method Detail
-
getAny
public List<Object> getAny()
Gets the value of the any 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 any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ObjectElement
-
isSetAny
public boolean isSetAny()
-
unsetAny
public void unsetAny()
-
toString
public String toString()
- Overrides:
toStringin classDataDescriptionType
-
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 classDataDescriptionType
-
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 classDataDescriptionType
-
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 classDataDescriptionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classDataDescriptionType
-
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 classDataDescriptionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataDescriptionType
-
clone
public Object clone()
- Overrides:
clonein classDataDescriptionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classDataDescriptionType
-
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 classDataDescriptionType
-
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 classDataDescriptionType
-
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 classDataDescriptionType
-
withAny
public ComplexDataType withAny(Object... values)
-
withAny
public ComplexDataType withAny(Collection<Object> values)
-
withAny
public ComplexDataType withAny(List<Object> value)
-
withFormat
public ComplexDataType withFormat(Format... values)
- Overrides:
withFormatin classDataDescriptionType
-
withFormat
public ComplexDataType withFormat(Collection<Format> values)
- Overrides:
withFormatin classDataDescriptionType
-
withFormat
public ComplexDataType withFormat(List<Format> value)
- Overrides:
withFormatin classDataDescriptionType
-
-