public class Operation
extends java.lang.Object
implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/ows/2.0}DCP" maxOccurs="unbounded"/>
<element name="Parameter" type="{http://www.opengis.net/ows/2.0}DomainType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Constraint" type="{http://www.opengis.net/ows/2.0}DomainType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DomainType> |
constraint |
protected java.util.List<DCP> |
dcp |
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
metadata |
protected java.lang.String |
name |
protected java.util.List<DomainType> |
parameter |
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.util.List<DomainType> |
getConstraint()
Gets the value of the constraint property.
|
java.util.List<DCP> |
getDCP()
Unordered list of Distributed Computing Platforms
(DCPs) supported for this operation.
|
java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
getMetadata()
Optional unordered list of additional metadata
about this operation and its' implementation.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<DomainType> |
getParameter()
Gets the value of the parameter property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetConstraint() |
boolean |
isSetDCP() |
boolean |
isSetMetadata() |
boolean |
isSetName() |
boolean |
isSetParameter() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setConstraint(java.util.List<DomainType> value) |
void |
setDCP(java.util.List<DCP> value) |
void |
setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParameter(java.util.List<DomainType> value) |
java.lang.String |
toString() |
void |
unsetConstraint() |
void |
unsetDCP() |
void |
unsetMetadata() |
void |
unsetParameter() |
Operation |
withConstraint(java.util.Collection<DomainType> values) |
Operation |
withConstraint(DomainType... values) |
Operation |
withConstraint(java.util.List<DomainType> value) |
Operation |
withDCP(java.util.Collection<DCP> values) |
Operation |
withDCP(DCP... values) |
Operation |
withDCP(java.util.List<DCP> value) |
Operation |
withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values) |
Operation |
withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values) |
Operation |
withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
Operation |
withName(java.lang.String value) |
Operation |
withParameter(java.util.Collection<DomainType> values) |
Operation |
withParameter(DomainType... values) |
Operation |
withParameter(java.util.List<DomainType> value) |
protected java.util.List<DCP> dcp
protected java.util.List<DomainType> parameter
protected java.util.List<DomainType> constraint
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> metadata
protected java.lang.String name
public java.util.List<DCP> getDCP()
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 dcp property.
For example, to add a new item, do as follows:
getDCP().add(newItem);
Objects of the following type(s) are allowed in the list
DCP
public boolean isSetDCP()
public void unsetDCP()
public java.util.List<DomainType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
DomainType
public boolean isSetParameter()
public void unsetParameter()
public java.util.List<DomainType> getConstraint()
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 constraint property.
For example, to add a new item, do as follows:
getConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
DomainType
public boolean isSetConstraint()
public void unsetConstraint()
public java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> getMetadata()
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 metadata property.
For example, to add a new item, do as follows:
getMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AdditionalParametersType>
JAXBElement<MetadataType>
public boolean isSetMetadata()
public void unsetMetadata()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void setDCP(java.util.List<DCP> value)
public void setParameter(java.util.List<DomainType> value)
public void setConstraint(java.util.List<DomainType> value)
public void setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
public Operation withParameter(DomainType... values)
public Operation withParameter(java.util.Collection<DomainType> values)
public Operation withConstraint(DomainType... values)
public Operation withConstraint(java.util.Collection<DomainType> values)
public Operation withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values)
public Operation withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values)
public Operation withName(java.lang.String value)
public Operation withParameter(java.util.List<DomainType> value)
public Operation withConstraint(java.util.List<DomainType> value)
public Operation withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
Copyright © 2008-2022. All Rights Reserved.