|
|||||||||
| 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.FieldType
public class FieldType
Description of an individual field in a coverage range record.
Java class for FieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldType">
<complexContent>
<extension base="{http://www.opengis.net/ows/1.1}DescriptionType">
<sequence>
<element ref="{http://www.opengis.net/wcs/1.1}Identifier"/>
<element name="Definition" type="{http://www.opengis.net/ows/1.1}UnNamedDomainType"/>
<element name="NullValue" type="{http://www.opengis.net/ows/1.1}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wcs/1.1}InterpolationMethods"/>
<element name="Axis" type="{http://www.opengis.net/wcs/1.1}AxisType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AxisType> |
axis
|
protected UnNamedDomainType |
definition
|
protected String |
identifier
|
protected InterpolationMethods |
interpolationMethods
|
protected List<CodeType> |
nullValue
|
| Fields inherited from class net.opengis.ows.v_1_1_0.DescriptionType |
|---|
_abstract, keywords, title |
| Constructor Summary | |
|---|---|
FieldType()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
|
List<AxisType> |
getAxis()
Gets the value of the axis property. |
UnNamedDomainType |
getDefinition()
Gets the value of the definition property. |
String |
getIdentifier()
Identifier of this Field. |
InterpolationMethods |
getInterpolationMethods()
Spatial interpolation method(s) that server can apply to this field. |
List<CodeType> |
getNullValue()
Gets the value of the nullValue property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetAxis()
|
boolean |
isSetDefinition()
|
boolean |
isSetIdentifier()
|
boolean |
isSetInterpolationMethods()
|
boolean |
isSetNullValue()
|
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.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAxis(List<AxisType> value)
|
void |
setDefinition(UnNamedDomainType value)
Sets the value of the definition property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setInterpolationMethods(InterpolationMethods value)
Sets the value of the interpolationMethods property. |
void |
setNullValue(List<CodeType> value)
|
String |
toString()
|
void |
unsetAxis()
|
void |
unsetNullValue()
|
FieldType |
withAxis(AxisType... values)
|
FieldType |
withAxis(Collection<AxisType> values)
|
FieldType |
withAxis(List<AxisType> value)
|
FieldType |
withDefinition(UnNamedDomainType value)
|
FieldType |
withIdentifier(String value)
|
FieldType |
withInterpolationMethods(InterpolationMethods value)
|
FieldType |
withNullValue(CodeType... values)
|
FieldType |
withNullValue(Collection<CodeType> values)
|
FieldType |
withNullValue(List<CodeType> value)
|
| Methods inherited from class net.opengis.ows.v_1_1_0.DescriptionType |
|---|
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, setAbstract, setKeywords, setTitle, unsetAbstract, unsetKeywords, unsetTitle, 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 String identifier
protected UnNamedDomainType definition
protected List<CodeType> nullValue
protected InterpolationMethods interpolationMethods
protected List<AxisType> axis
| Constructor Detail |
|---|
public FieldType()
| Method Detail |
|---|
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic boolean isSetIdentifier()
public UnNamedDomainType getDefinition()
UnNamedDomainTypepublic void setDefinition(UnNamedDomainType value)
value - allowed object is
UnNamedDomainTypepublic boolean isSetDefinition()
public List<CodeType> getNullValue()
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 nullValue property.
For example, to add a new item, do as follows:
getNullValue().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
public boolean isSetNullValue()
public void unsetNullValue()
public InterpolationMethods getInterpolationMethods()
InterpolationMethodspublic void setInterpolationMethods(InterpolationMethods value)
value - allowed object is
InterpolationMethodspublic boolean isSetInterpolationMethods()
public List<AxisType> getAxis()
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 axis property.
For example, to add a new item, do as follows:
getAxis().add(newItem);
Objects of the following type(s) are allowed in the list
AxisType
public boolean isSetAxis()
public void unsetAxis()
public String toString()
toString in class DescriptionType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class DescriptionType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode 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.CopyTo2copyTo in class DescriptionType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class DescriptionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class DescriptionType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom 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.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class DescriptionTypepublic void setNullValue(List<CodeType> value)
public void setAxis(List<AxisType> value)
public FieldType withIdentifier(String value)
public FieldType withDefinition(UnNamedDomainType value)
public FieldType withNullValue(CodeType... values)
public FieldType withNullValue(Collection<CodeType> values)
public FieldType withInterpolationMethods(InterpolationMethods value)
public FieldType withAxis(AxisType... values)
public FieldType withAxis(Collection<AxisType> values)
public FieldType withNullValue(List<CodeType> value)
public FieldType withAxis(List<AxisType> value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||