|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.opengis.swecommon.v_2_0.AbstractSWEType
net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType
net.opengis.swecommon.v_2_0.AbstractDataComponentType
net.opengis.swecommon.v_2_0.DataArrayType
public class DataArrayType
Java class for DataArrayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataArrayType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractDataComponentType">
<sequence>
<element name="elementCount" type="{http://www.opengis.net/swe/2.0}CountPropertyType"/>
<element name="elementType">
<complexType>
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractDataComponentPropertyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</extension>
</complexContent>
</complexType>
</element>
<element name="encoding" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/swe/2.0}AbstractEncoding"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="values" type="{http://www.opengis.net/swe/2.0}EncodedValuesPropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DataArrayType.ElementType
Java class for anonymous complex type. |
static class |
DataArrayType.Encoding
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CountPropertyType |
elementCount
|
protected DataArrayType.ElementType |
elementType
|
protected DataArrayType.Encoding |
encoding
|
protected EncodedValuesPropertyType |
values
|
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentType |
|---|
definition, optional, updatable |
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType |
|---|
description, identifier, label |
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
extension, id |
| Constructor Summary | |
|---|---|
DataArrayType()
|
|
| 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)
|
CountPropertyType |
getElementCount()
Gets the value of the elementCount property. |
DataArrayType.ElementType |
getElementType()
Gets the value of the elementType property. |
DataArrayType.Encoding |
getEncoding()
Gets the value of the encoding property. |
EncodedValuesPropertyType |
getValues()
Gets the value of the values property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetElementCount()
|
boolean |
isSetElementType()
|
boolean |
isSetEncoding()
|
boolean |
isSetValues()
|
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 |
setElementCount(CountPropertyType value)
Sets the value of the elementCount property. |
void |
setElementType(DataArrayType.ElementType value)
Sets the value of the elementType property. |
void |
setEncoding(DataArrayType.Encoding value)
Sets the value of the encoding property. |
void |
setValues(EncodedValuesPropertyType value)
Sets the value of the values property. |
String |
toString()
|
DataArrayType |
withDefinition(String value)
|
DataArrayType |
withDescription(String value)
|
DataArrayType |
withElementCount(CountPropertyType value)
|
DataArrayType |
withElementType(DataArrayType.ElementType value)
|
DataArrayType |
withEncoding(DataArrayType.Encoding value)
|
DataArrayType |
withExtension(Collection<Object> values)
|
DataArrayType |
withExtension(List<Object> value)
|
DataArrayType |
withExtension(Object... values)
|
DataArrayType |
withId(String value)
|
DataArrayType |
withIdentifier(String value)
|
DataArrayType |
withLabel(String value)
|
DataArrayType |
withOptional(boolean value)
|
DataArrayType |
withUpdatable(boolean value)
|
DataArrayType |
withValues(EncodedValuesPropertyType value)
|
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractDataComponentType |
|---|
getDefinition, isOptional, isSetDefinition, isSetOptional, isSetUpdatable, isUpdatable, setDefinition, setOptional, setUpdatable, unsetOptional, unsetUpdatable |
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEIdentifiableType |
|---|
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel |
| Methods inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
getExtension, getId, isSetExtension, isSetId, setExtension, setId, unsetExtension |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected CountPropertyType elementCount
protected DataArrayType.ElementType elementType
protected DataArrayType.Encoding encoding
protected EncodedValuesPropertyType values
| Constructor Detail |
|---|
public DataArrayType()
| Method Detail |
|---|
public CountPropertyType getElementCount()
CountPropertyTypepublic void setElementCount(CountPropertyType value)
value - allowed object is
CountPropertyTypepublic boolean isSetElementCount()
public DataArrayType.ElementType getElementType()
DataArrayType.ElementTypepublic void setElementType(DataArrayType.ElementType value)
value - allowed object is
DataArrayType.ElementTypepublic boolean isSetElementType()
public DataArrayType.Encoding getEncoding()
DataArrayType.Encodingpublic void setEncoding(DataArrayType.Encoding value)
value - allowed object is
DataArrayType.Encodingpublic boolean isSetEncoding()
public EncodedValuesPropertyType getValues()
EncodedValuesPropertyTypepublic void setValues(EncodedValuesPropertyType value)
value - allowed object is
EncodedValuesPropertyTypepublic boolean isSetValues()
public String toString()
toString in class AbstractDataComponentType
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 AbstractDataComponentType
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 AbstractDataComponentType
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 AbstractDataComponentTypepublic boolean equals(Object object)
equals in class AbstractDataComponentType
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 AbstractDataComponentTypepublic int hashCode()
hashCode in class AbstractDataComponentTypepublic Object clone()
clone in class AbstractDataComponentTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractDataComponentType
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 AbstractDataComponentTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class AbstractSWEIdentifiableType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractDataComponentType
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 AbstractDataComponentTypepublic DataArrayType withElementCount(CountPropertyType value)
public DataArrayType withElementType(DataArrayType.ElementType value)
public DataArrayType withEncoding(DataArrayType.Encoding value)
public DataArrayType withValues(EncodedValuesPropertyType value)
public DataArrayType withUpdatable(boolean value)
withUpdatable in class AbstractDataComponentTypepublic DataArrayType withOptional(boolean value)
withOptional in class AbstractDataComponentTypepublic DataArrayType withDefinition(String value)
withDefinition in class AbstractDataComponentTypepublic DataArrayType withIdentifier(String value)
withIdentifier in class AbstractDataComponentTypepublic DataArrayType withLabel(String value)
withLabel in class AbstractDataComponentTypepublic DataArrayType withDescription(String value)
withDescription in class AbstractDataComponentTypepublic DataArrayType withExtension(Object... values)
withExtension in class AbstractDataComponentTypepublic DataArrayType withExtension(Collection<Object> values)
withExtension in class AbstractDataComponentTypepublic DataArrayType withId(String value)
withId in class AbstractDataComponentTypepublic DataArrayType withExtension(List<Object> value)
withExtension in class AbstractDataComponentType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||