public abstract class AbstractSimpleComponentType extends AbstractDataComponentType
Java class for AbstractSimpleComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractSimpleComponentType"> <complexContent> <extension base="{http://www.opengis.net/swe/2.0}AbstractDataComponentType"> <sequence> <element name="quality" type="{http://www.opengis.net/swe/2.0}QualityPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="nilValues" type="{http://www.opengis.net/swe/2.0}NilValuesPropertyType" minOccurs="0"/> </sequence> <attribute name="referenceFrame" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="axisID" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Constructor and Description |
---|
AbstractSimpleComponentType() |
AbstractSimpleComponentType(String id,
String definition,
String axisID) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getAxisID()
Gets the value of the axisID property.
|
NilValuesPropertyType |
getNilValues()
Gets the value of the nilValues property.
|
List<QualityPropertyType> |
getQuality()
Gets the value of the quality property.
|
String |
getReferenceFrame()
Gets the value of the referenceFrame property.
|
int |
hashCode() |
void |
setAxisID(String value)
Sets the value of the axisID property.
|
void |
setNilValues(NilValuesPropertyType value)
Sets the value of the nilValues property.
|
void |
setReferenceFrame(String value)
Sets the value of the referenceFrame property.
|
String |
toString()
Retourne une representation de l'objet.
|
getDefinition, getDescriptionReference, getParameterName, isFixed, isOptional, isUpdatable, setDefinition, setOptional, setUpdatable
getDescription, getIdentifier, getLabel, getName, setDescription, setIdentifier, setLabel, setName
getExtension, getId, setId
getDescription, getId, getName, setDescription, setId, setName
public List<QualityPropertyType> getQuality()
QualityPropertyType
public NilValuesPropertyType getNilValues()
NilValuesPropertyType
public void setNilValues(NilValuesPropertyType value)
value
- allowed object is
NilValuesPropertyType
public String getReferenceFrame()
String
public void setReferenceFrame(String value)
value
- allowed object is
String
public String getAxisID()
String
public void setAxisID(String value)
value
- allowed object is
String
public boolean equals(Object object)
equals
in class AbstractDataComponentType
public int hashCode()
hashCode
in class AbstractDataComponentType
public String toString()
toString
in class AbstractDataComponentType
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.