|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.gml.v_3_2_1.AbstractGeneralParameterValueType
net.opengis.gmlcov.v_1_0.ParameterValueType
public class ParameterValueType
Java class for ParameterValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterValueType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractGeneralParameterValueType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/gml/3.2}value"/>
<element ref="{http://www.opengis.net/gml/3.2}dmsAngleValue"/>
<element ref="{http://www.opengis.net/gml/3.2}stringValue"/>
<element ref="{http://www.opengis.net/gml/3.2}integerValue"/>
<element ref="{http://www.opengis.net/gml/3.2}booleanValue"/>
<element ref="{http://www.opengis.net/gml/3.2}valueList"/>
<element ref="{http://www.opengis.net/gml/3.2}integerValueList"/>
<element ref="{http://www.opengis.net/gml/3.2}valueFile"/>
<element ref="{http://www.opengis.net/gmlcov/1.0}geometryValue"/>
<element ref="{http://www.opengis.net/gmlcov/1.0}vectorValue"/>
</choice>
<element ref="{http://www.opengis.net/gml/3.2}operationParameter"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
booleanValue
|
protected DMSAngleType |
dmsAngleValue
|
protected GeometryPropertyType |
geometryValue
|
protected BigInteger |
integerValue
|
protected List<BigInteger> |
integerValueList
|
protected JAXBElement<OperationParameterPropertyType> |
operationParameter
|
protected String |
stringValue
|
protected MeasureType |
value
|
protected String |
valueFile
|
protected MeasureListType |
valueList
|
protected VectorType |
vectorValue
|
| Constructor Summary | |
|---|---|
ParameterValueType()
|
|
| 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)
|
DMSAngleType |
getDmsAngleValue()
Gets the value of the dmsAngleValue property. |
GeometryPropertyType |
getGeometryValue()
Gets the value of the geometryValue property. |
BigInteger |
getIntegerValue()
Gets the value of the integerValue property. |
List<BigInteger> |
getIntegerValueList()
Gets the value of the integerValueList property. |
JAXBElement<OperationParameterPropertyType> |
getOperationParameter()
Gets the value of the operationParameter property. |
String |
getStringValue()
Gets the value of the stringValue property. |
MeasureType |
getValue()
Gets the value of the value property. |
String |
getValueFile()
Gets the value of the valueFile property. |
MeasureListType |
getValueList()
Gets the value of the valueList property. |
VectorType |
getVectorValue()
Gets the value of the vectorValue property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isBooleanValue()
Gets the value of the booleanValue property. |
boolean |
isSetBooleanValue()
|
boolean |
isSetDmsAngleValue()
|
boolean |
isSetGeometryValue()
|
boolean |
isSetIntegerValue()
|
boolean |
isSetIntegerValueList()
|
boolean |
isSetOperationParameter()
|
boolean |
isSetStringValue()
|
boolean |
isSetValue()
|
boolean |
isSetValueFile()
|
boolean |
isSetValueList()
|
boolean |
isSetVectorValue()
|
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 |
setBooleanValue(Boolean value)
Sets the value of the booleanValue property. |
void |
setDmsAngleValue(DMSAngleType value)
Sets the value of the dmsAngleValue property. |
void |
setGeometryValue(GeometryPropertyType value)
Sets the value of the geometryValue property. |
void |
setIntegerValue(BigInteger value)
Sets the value of the integerValue property. |
void |
setIntegerValueList(List<BigInteger> value)
|
void |
setOperationParameter(JAXBElement<OperationParameterPropertyType> value)
Sets the value of the operationParameter property. |
void |
setStringValue(String value)
Sets the value of the stringValue property. |
void |
setValue(MeasureType value)
Sets the value of the value property. |
void |
setValueFile(String value)
Sets the value of the valueFile property. |
void |
setValueList(MeasureListType value)
Sets the value of the valueList property. |
void |
setVectorValue(VectorType value)
Sets the value of the vectorValue property. |
String |
toString()
|
void |
unsetIntegerValueList()
|
ParameterValueType |
withBooleanValue(Boolean value)
|
ParameterValueType |
withDmsAngleValue(DMSAngleType value)
|
ParameterValueType |
withGeometryValue(GeometryPropertyType value)
|
ParameterValueType |
withIntegerValue(BigInteger value)
|
ParameterValueType |
withIntegerValueList(BigInteger... values)
|
ParameterValueType |
withIntegerValueList(Collection<BigInteger> values)
|
ParameterValueType |
withIntegerValueList(List<BigInteger> value)
|
ParameterValueType |
withOperationParameter(JAXBElement<OperationParameterPropertyType> value)
|
ParameterValueType |
withStringValue(String value)
|
ParameterValueType |
withValue(MeasureType value)
|
ParameterValueType |
withValueFile(String value)
|
ParameterValueType |
withValueList(MeasureListType value)
|
ParameterValueType |
withVectorValue(VectorType value)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected MeasureType value
protected DMSAngleType dmsAngleValue
protected String stringValue
protected BigInteger integerValue
protected Boolean booleanValue
protected MeasureListType valueList
protected List<BigInteger> integerValueList
protected String valueFile
protected GeometryPropertyType geometryValue
protected VectorType vectorValue
protected JAXBElement<OperationParameterPropertyType> operationParameter
| Constructor Detail |
|---|
public ParameterValueType()
| Method Detail |
|---|
public MeasureType getValue()
MeasureTypepublic void setValue(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetValue()
public DMSAngleType getDmsAngleValue()
DMSAngleTypepublic void setDmsAngleValue(DMSAngleType value)
value - allowed object is
DMSAngleTypepublic boolean isSetDmsAngleValue()
public String getStringValue()
Stringpublic void setStringValue(String value)
value - allowed object is
Stringpublic boolean isSetStringValue()
public BigInteger getIntegerValue()
BigIntegerpublic void setIntegerValue(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetIntegerValue()
public Boolean isBooleanValue()
Booleanpublic void setBooleanValue(Boolean value)
value - allowed object is
Booleanpublic boolean isSetBooleanValue()
public MeasureListType getValueList()
MeasureListTypepublic void setValueList(MeasureListType value)
value - allowed object is
MeasureListTypepublic boolean isSetValueList()
public List<BigInteger> getIntegerValueList()
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 integerValueList property.
For example, to add a new item, do as follows:
getIntegerValueList().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public boolean isSetIntegerValueList()
public void unsetIntegerValueList()
public String getValueFile()
Stringpublic void setValueFile(String value)
value - allowed object is
Stringpublic boolean isSetValueFile()
public GeometryPropertyType getGeometryValue()
GeometryPropertyTypepublic void setGeometryValue(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetGeometryValue()
public VectorType getVectorValue()
VectorTypepublic void setVectorValue(VectorType value)
value - allowed object is
VectorTypepublic boolean isSetVectorValue()
public JAXBElement<OperationParameterPropertyType> getOperationParameter()
JAXBElement<OperationParameterPropertyType>public void setOperationParameter(JAXBElement<OperationParameterPropertyType> value)
value - allowed object is
JAXBElement<OperationParameterPropertyType>public boolean isSetOperationParameter()
public String toString()
toString in class AbstractGeneralParameterValueType
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 AbstractGeneralParameterValueType
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 AbstractGeneralParameterValueType
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 AbstractGeneralParameterValueTypepublic boolean equals(Object object)
equals in class AbstractGeneralParameterValueType
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 AbstractGeneralParameterValueTypepublic int hashCode()
hashCode in class AbstractGeneralParameterValueTypepublic Object clone()
clone in class AbstractGeneralParameterValueTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractGeneralParameterValueType
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 AbstractGeneralParameterValueTypepublic 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 AbstractGeneralParameterValueType
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 AbstractGeneralParameterValueTypepublic void setIntegerValueList(List<BigInteger> value)
public ParameterValueType withValue(MeasureType value)
public ParameterValueType withDmsAngleValue(DMSAngleType value)
public ParameterValueType withStringValue(String value)
public ParameterValueType withIntegerValue(BigInteger value)
public ParameterValueType withBooleanValue(Boolean value)
public ParameterValueType withValueList(MeasureListType value)
public ParameterValueType withIntegerValueList(BigInteger... values)
public ParameterValueType withIntegerValueList(Collection<BigInteger> values)
public ParameterValueType withValueFile(String value)
public ParameterValueType withGeometryValue(GeometryPropertyType value)
public ParameterValueType withVectorValue(VectorType value)
public ParameterValueType withOperationParameter(JAXBElement<OperationParameterPropertyType> value)
public ParameterValueType withIntegerValueList(List<BigInteger> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||