public class UnNamedDomainType
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 UnNamedDomainType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnNamedDomainType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.opengis.net/ows/2.0}PossibleValues"/>
<element ref="{http://www.opengis.net/ows/2.0}DefaultValue" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Meaning" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}DataType" minOccurs="0"/>
<group ref="{http://www.opengis.net/ows/2.0}ValuesUnit" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/2.0}Metadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllowedValues |
allowedValues |
protected AnyValue |
anyValue |
protected DomainMetadataType |
dataType |
protected ValueType |
defaultValue |
protected DomainMetadataType |
meaning |
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
metadata |
protected NoValues |
noValues |
protected DomainMetadataType |
referenceSystem |
protected DomainMetadataType |
uom |
protected ValuesReference |
valuesReference |
| Constructor and Description |
|---|
UnNamedDomainType() |
| 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) |
AllowedValues |
getAllowedValues()
Gets the value of the allowedValues property.
|
AnyValue |
getAnyValue()
Gets the value of the anyValue property.
|
DomainMetadataType |
getDataType()
This data type metadata should be referenced or
included for each quantity.
|
ValueType |
getDefaultValue()
Optional default value for this quantity, which
should be included when this quantity has a default
value.
|
DomainMetadataType |
getMeaning()
Meaning metadata should be referenced or included for
each quantity.
|
java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> |
getMetadata()
Optional unordered list of other metadata about this
quantity.
|
NoValues |
getNoValues()
Gets the value of the noValues property.
|
DomainMetadataType |
getReferenceSystem()
Identifier of reference system used by this set of
values.
|
DomainMetadataType |
getUOM()
Identifier of unit of measure of this set of values.
|
ValuesReference |
getValuesReference()
Gets the value of the valuesReference property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAllowedValues() |
boolean |
isSetAnyValue() |
boolean |
isSetDataType() |
boolean |
isSetDefaultValue() |
boolean |
isSetMeaning() |
boolean |
isSetMetadata() |
boolean |
isSetNoValues() |
boolean |
isSetReferenceSystem() |
boolean |
isSetUOM() |
boolean |
isSetValuesReference() |
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 |
setAllowedValues(AllowedValues value)
Sets the value of the allowedValues property.
|
void |
setAnyValue(AnyValue value)
Sets the value of the anyValue property.
|
void |
setDataType(DomainMetadataType value)
Sets the value of the dataType property.
|
void |
setDefaultValue(ValueType value)
Sets the value of the defaultValue property.
|
void |
setMeaning(DomainMetadataType value)
Sets the value of the meaning property.
|
void |
setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
void |
setNoValues(NoValues value)
Sets the value of the noValues property.
|
void |
setReferenceSystem(DomainMetadataType value)
Sets the value of the referenceSystem property.
|
void |
setUOM(DomainMetadataType value)
Sets the value of the uom property.
|
void |
setValuesReference(ValuesReference value)
Sets the value of the valuesReference property.
|
java.lang.String |
toString() |
void |
unsetMetadata() |
UnNamedDomainType |
withAllowedValues(AllowedValues value) |
UnNamedDomainType |
withAnyValue(AnyValue value) |
UnNamedDomainType |
withDataType(DomainMetadataType value) |
UnNamedDomainType |
withDefaultValue(ValueType value) |
UnNamedDomainType |
withMeaning(DomainMetadataType value) |
UnNamedDomainType |
withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values) |
UnNamedDomainType |
withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values) |
UnNamedDomainType |
withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value) |
UnNamedDomainType |
withNoValues(NoValues value) |
UnNamedDomainType |
withReferenceSystem(DomainMetadataType value) |
UnNamedDomainType |
withUOM(DomainMetadataType value) |
UnNamedDomainType |
withValuesReference(ValuesReference value) |
protected AllowedValues allowedValues
protected AnyValue anyValue
protected NoValues noValues
protected ValuesReference valuesReference
protected ValueType defaultValue
protected DomainMetadataType meaning
protected DomainMetadataType dataType
protected DomainMetadataType uom
protected DomainMetadataType referenceSystem
protected java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> metadata
public AllowedValues getAllowedValues()
AllowedValuespublic void setAllowedValues(AllowedValues value)
value - allowed object is
AllowedValuespublic boolean isSetAllowedValues()
public AnyValue getAnyValue()
AnyValuepublic void setAnyValue(AnyValue value)
value - allowed object is
AnyValuepublic boolean isSetAnyValue()
public NoValues getNoValues()
NoValuespublic void setNoValues(NoValues value)
value - allowed object is
NoValuespublic boolean isSetNoValues()
public ValuesReference getValuesReference()
ValuesReferencepublic void setValuesReference(ValuesReference value)
value - allowed object is
ValuesReferencepublic boolean isSetValuesReference()
public ValueType getDefaultValue()
ValueTypepublic void setDefaultValue(ValueType value)
value - allowed object is
ValueTypepublic boolean isSetDefaultValue()
public DomainMetadataType getMeaning()
DomainMetadataTypepublic void setMeaning(DomainMetadataType value)
value - allowed object is
DomainMetadataTypepublic boolean isSetMeaning()
public DomainMetadataType getDataType()
DomainMetadataTypepublic void setDataType(DomainMetadataType value)
value - allowed object is
DomainMetadataTypepublic boolean isSetDataType()
public DomainMetadataType getUOM()
DomainMetadataTypepublic void setUOM(DomainMetadataType value)
value - allowed object is
DomainMetadataTypepublic boolean isSetUOM()
public DomainMetadataType getReferenceSystem()
DomainMetadataTypepublic void setReferenceSystem(DomainMetadataType value)
value - allowed object is
DomainMetadataTypepublic boolean isSetReferenceSystem()
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 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 setMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
public UnNamedDomainType withAllowedValues(AllowedValues value)
public UnNamedDomainType withAnyValue(AnyValue value)
public UnNamedDomainType withNoValues(NoValues value)
public UnNamedDomainType withValuesReference(ValuesReference value)
public UnNamedDomainType withDefaultValue(ValueType value)
public UnNamedDomainType withMeaning(DomainMetadataType value)
public UnNamedDomainType withDataType(DomainMetadataType value)
public UnNamedDomainType withUOM(DomainMetadataType value)
public UnNamedDomainType withReferenceSystem(DomainMetadataType value)
public UnNamedDomainType withMetadata(javax.xml.bind.JAXBElement<? extends MetadataType>... values)
public UnNamedDomainType withMetadata(java.util.Collection<javax.xml.bind.JAXBElement<? extends MetadataType>> values)
public UnNamedDomainType withMetadata(java.util.List<javax.xml.bind.JAXBElement<? extends MetadataType>> value)
Copyright © 2008-2022. All Rights Reserved.