|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.ows.v_1_1_0.DescriptionType
net.opengis.wcs.v_1_1.AxisType
public class AxisType
This type is largely a subset of the ows:DomainType as needed for a range field axis.
Java class for AxisType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AxisType">
<complexContent>
<extension base="{http://www.opengis.net/ows/1.1}DescriptionType">
<sequence>
<element ref="{http://www.opengis.net/wcs/1.1}AvailableKeys"/>
<element ref="{http://www.opengis.net/ows/1.1}Meaning" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/1.1}DataType" minOccurs="0"/>
<group ref="{http://www.opengis.net/ows/1.1}ValuesUnit" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows/1.1}Metadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="identifier" use="required" type="{http://www.opengis.net/wcs/1.1}IdentifierType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AvailableKeys |
availableKeys
|
protected DomainMetadataType |
dataType
|
protected String |
identifier
|
protected DomainMetadataType |
meaning
|
protected List<MetadataType> |
metadata
|
protected DomainMetadataType |
referenceSystem
|
protected DomainMetadataType |
uom
|
| Fields inherited from class net.opengis.ows.v_1_1_0.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
AxisType()
|
|
| 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)
|
AvailableKeys |
getAvailableKeys()
Gets the value of the availableKeys property. |
DomainMetadataType |
getDataType()
Data type metadata, which may be referenced for this axis. |
String |
getIdentifier()
Gets the value of the identifier property. |
DomainMetadataType |
getMeaning()
Meaning metadata, which should be referenced for this axis. |
List<MetadataType> |
getMetadata()
Optional unordered list of other metadata elements about this axis. |
DomainMetadataType |
getReferenceSystem()
Identifier of reference system used by this set of values. |
DomainMetadataType |
getUOM()
Identifier of unit of measure of this set of values. |
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 |
setAvailableKeys(AvailableKeys value)
Sets the value of the availableKeys property. |
void |
setDataType(DomainMetadataType value)
Sets the value of the dataType property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setMeaning(DomainMetadataType value)
Sets the value of the meaning property. |
void |
setMetadata(List<MetadataType> value)
|
void |
setReferenceSystem(DomainMetadataType value)
Sets the value of the referenceSystem property. |
void |
setUOM(DomainMetadataType value)
Sets the value of the uom property. |
String |
toString()
|
AxisType |
withAvailableKeys(AvailableKeys value)
|
AxisType |
withDataType(DomainMetadataType value)
|
AxisType |
withIdentifier(String value)
|
AxisType |
withMeaning(DomainMetadataType value)
|
AxisType |
withMetadata(Collection<MetadataType> values)
|
AxisType |
withMetadata(List<MetadataType> value)
|
AxisType |
withMetadata(MetadataType... values)
|
AxisType |
withReferenceSystem(DomainMetadataType value)
|
AxisType |
withUOM(DomainMetadataType value)
|
| Methods inherited from class net.opengis.ows.v_1_1_0.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, setAbstract, setKeywords, setTitle, withAbstract, withAbstract, withAbstract, withKeywords, withKeywords, withKeywords, withTitle, withTitle, withTitle |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AvailableKeys availableKeys
protected DomainMetadataType meaning
protected DomainMetadataType dataType
protected DomainMetadataType uom
protected DomainMetadataType referenceSystem
protected List<MetadataType> metadata
protected String identifier
| Constructor Detail |
|---|
public AxisType()
| Method Detail |
|---|
public AvailableKeys getAvailableKeys()
AvailableKeyspublic void setAvailableKeys(AvailableKeys value)
value - allowed object is
AvailableKeyspublic DomainMetadataType getMeaning()
DomainMetadataTypepublic void setMeaning(DomainMetadataType value)
value - allowed object is
DomainMetadataTypepublic DomainMetadataType getDataType()
DomainMetadataTypepublic void setDataType(DomainMetadataType value)
value - allowed object is
DomainMetadataTypepublic DomainMetadataType getUOM()
DomainMetadataTypepublic void setUOM(DomainMetadataType value)
value - allowed object is
DomainMetadataTypepublic DomainMetadataType getReferenceSystem()
DomainMetadataTypepublic void setReferenceSystem(DomainMetadataType value)
value - allowed object is
DomainMetadataTypepublic List<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
MetadataType
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String toString()
toString in class DescriptionType
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 DescriptionType
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 DescriptionType
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 DescriptionTypepublic boolean equals(Object object)
equals in class DescriptionType
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 DescriptionTypepublic int hashCode()
hashCode in class DescriptionTypepublic Object clone()
clone in class DescriptionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class DescriptionType
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 DescriptionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class DescriptionType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class DescriptionType
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 DescriptionTypepublic void setMetadata(List<MetadataType> value)
public AxisType withAvailableKeys(AvailableKeys value)
public AxisType withMeaning(DomainMetadataType value)
public AxisType withDataType(DomainMetadataType value)
public AxisType withUOM(DomainMetadataType value)
public AxisType withReferenceSystem(DomainMetadataType value)
public AxisType withMetadata(MetadataType... values)
public AxisType withMetadata(Collection<MetadataType> values)
public AxisType withIdentifier(String value)
public AxisType withMetadata(List<MetadataType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||