|
|||||||||
| 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.DataStreamType
public class DataStreamType
Java class for DataStreamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataStreamType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractSWEIdentifiableType">
<sequence>
<element name="elementCount" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/swe/2.0}Count"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<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">
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DataStreamType.ElementCount
Java class for anonymous complex type. |
static class |
DataStreamType.ElementType
Java class for anonymous complex type. |
static class |
DataStreamType.Encoding
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected DataStreamType.ElementCount |
elementCount
|
protected DataStreamType.ElementType |
elementType
|
protected DataStreamType.Encoding |
encoding
|
protected EncodedValuesPropertyType |
values
|
| 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 | |
|---|---|
DataStreamType()
|
|
| 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)
|
DataStreamType.ElementCount |
getElementCount()
Gets the value of the elementCount property. |
DataStreamType.ElementType |
getElementType()
Gets the value of the elementType property. |
DataStreamType.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(DataStreamType.ElementCount value)
Sets the value of the elementCount property. |
void |
setElementType(DataStreamType.ElementType value)
Sets the value of the elementType property. |
void |
setEncoding(DataStreamType.Encoding value)
Sets the value of the encoding property. |
void |
setValues(EncodedValuesPropertyType value)
Sets the value of the values property. |
String |
toString()
|
DataStreamType |
withDescription(String value)
|
DataStreamType |
withElementCount(DataStreamType.ElementCount value)
|
DataStreamType |
withElementType(DataStreamType.ElementType value)
|
DataStreamType |
withEncoding(DataStreamType.Encoding value)
|
DataStreamType |
withExtension(Collection<Object> values)
|
DataStreamType |
withExtension(List<Object> value)
|
DataStreamType |
withExtension(Object... values)
|
DataStreamType |
withId(String value)
|
DataStreamType |
withIdentifier(String value)
|
DataStreamType |
withLabel(String value)
|
DataStreamType |
withValues(EncodedValuesPropertyType value)
|
| 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 DataStreamType.ElementCount elementCount
protected DataStreamType.ElementType elementType
protected DataStreamType.Encoding encoding
protected EncodedValuesPropertyType values
| Constructor Detail |
|---|
public DataStreamType()
| Method Detail |
|---|
public DataStreamType.ElementCount getElementCount()
DataStreamType.ElementCountpublic void setElementCount(DataStreamType.ElementCount value)
value - allowed object is
DataStreamType.ElementCountpublic boolean isSetElementCount()
public DataStreamType.ElementType getElementType()
DataStreamType.ElementTypepublic void setElementType(DataStreamType.ElementType value)
value - allowed object is
DataStreamType.ElementTypepublic boolean isSetElementType()
public DataStreamType.Encoding getEncoding()
DataStreamType.Encodingpublic void setEncoding(DataStreamType.Encoding value)
value - allowed object is
DataStreamType.Encodingpublic boolean isSetEncoding()
public EncodedValuesPropertyType getValues()
EncodedValuesPropertyTypepublic void setValues(EncodedValuesPropertyType value)
value - allowed object is
EncodedValuesPropertyTypepublic boolean isSetValues()
public String toString()
toString in class AbstractSWEIdentifiableType
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 AbstractSWEIdentifiableType
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 AbstractSWEIdentifiableType
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 AbstractSWEIdentifiableTypepublic boolean equals(Object object)
equals in class AbstractSWEIdentifiableType
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 AbstractSWEIdentifiableTypepublic int hashCode()
hashCode in class AbstractSWEIdentifiableTypepublic Object clone()
clone in class AbstractSWEIdentifiableTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractSWEIdentifiableType
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 AbstractSWEIdentifiableTypepublic 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 AbstractSWEIdentifiableType
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 AbstractSWEIdentifiableTypepublic DataStreamType withElementCount(DataStreamType.ElementCount value)
public DataStreamType withElementType(DataStreamType.ElementType value)
public DataStreamType withEncoding(DataStreamType.Encoding value)
public DataStreamType withValues(EncodedValuesPropertyType value)
public DataStreamType withIdentifier(String value)
withIdentifier in class AbstractSWEIdentifiableTypepublic DataStreamType withLabel(String value)
withLabel in class AbstractSWEIdentifiableTypepublic DataStreamType withDescription(String value)
withDescription in class AbstractSWEIdentifiableTypepublic DataStreamType withExtension(Object... values)
withExtension in class AbstractSWEIdentifiableTypepublic DataStreamType withExtension(Collection<Object> values)
withExtension in class AbstractSWEIdentifiableTypepublic DataStreamType withId(String value)
withId in class AbstractSWEIdentifiableTypepublic DataStreamType withExtension(List<Object> value)
withExtension in class AbstractSWEIdentifiableType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||