|
|||||||||
| 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.AbstractEncodingType
net.opengis.swecommon.v_2_0.BinaryEncodingType
public class BinaryEncodingType
Java class for BinaryEncodingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinaryEncodingType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractEncodingType">
<sequence>
<element name="member" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.opengis.net/swe/2.0}ComponentOrBlock"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="byteOrder" use="required" type="{http://www.opengis.net/swe/2.0}ByteOrderType" />
<attribute name="byteEncoding" use="required" type="{http://www.opengis.net/swe/2.0}ByteEncodingType" />
<attribute name="byteLength" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
BinaryEncodingType.Member
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ByteEncodingType |
byteEncoding
|
protected BigInteger |
byteLength
|
protected ByteOrderType |
byteOrder
|
protected List<BinaryEncodingType.Member> |
member
|
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
extension, id |
| Constructor Summary | |
|---|---|
BinaryEncodingType()
|
|
| 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)
|
ByteEncodingType |
getByteEncoding()
Gets the value of the byteEncoding property. |
BigInteger |
getByteLength()
Gets the value of the byteLength property. |
ByteOrderType |
getByteOrder()
Gets the value of the byteOrder property. |
List<BinaryEncodingType.Member> |
getMember()
Gets the value of the member property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetByteEncoding()
|
boolean |
isSetByteLength()
|
boolean |
isSetByteOrder()
|
boolean |
isSetMember()
|
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 |
setByteEncoding(ByteEncodingType value)
Sets the value of the byteEncoding property. |
void |
setByteLength(BigInteger value)
Sets the value of the byteLength property. |
void |
setByteOrder(ByteOrderType value)
Sets the value of the byteOrder property. |
void |
setMember(List<BinaryEncodingType.Member> value)
|
String |
toString()
|
void |
unsetMember()
|
BinaryEncodingType |
withByteEncoding(ByteEncodingType value)
|
BinaryEncodingType |
withByteLength(BigInteger value)
|
BinaryEncodingType |
withByteOrder(ByteOrderType value)
|
BinaryEncodingType |
withExtension(Collection<Object> values)
|
BinaryEncodingType |
withExtension(List<Object> value)
|
BinaryEncodingType |
withExtension(Object... values)
|
BinaryEncodingType |
withId(String value)
|
BinaryEncodingType |
withMember(BinaryEncodingType.Member... values)
|
BinaryEncodingType |
withMember(Collection<BinaryEncodingType.Member> values)
|
BinaryEncodingType |
withMember(List<BinaryEncodingType.Member> value)
|
| 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 List<BinaryEncodingType.Member> member
protected ByteOrderType byteOrder
protected ByteEncodingType byteEncoding
protected BigInteger byteLength
| Constructor Detail |
|---|
public BinaryEncodingType()
| Method Detail |
|---|
public List<BinaryEncodingType.Member> getMember()
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 member property.
For example, to add a new item, do as follows:
getMember().add(newItem);
Objects of the following type(s) are allowed in the list
BinaryEncodingType.Member
public boolean isSetMember()
public void unsetMember()
public ByteOrderType getByteOrder()
ByteOrderTypepublic void setByteOrder(ByteOrderType value)
value - allowed object is
ByteOrderTypepublic boolean isSetByteOrder()
public ByteEncodingType getByteEncoding()
ByteEncodingTypepublic void setByteEncoding(ByteEncodingType value)
value - allowed object is
ByteEncodingTypepublic boolean isSetByteEncoding()
public BigInteger getByteLength()
BigIntegerpublic void setByteLength(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetByteLength()
public String toString()
toString in class AbstractEncodingType
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 AbstractEncodingType
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 AbstractEncodingType
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 AbstractEncodingTypepublic boolean equals(Object object)
equals in class AbstractEncodingType
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 AbstractEncodingTypepublic int hashCode()
hashCode in class AbstractEncodingTypepublic Object clone()
clone in class AbstractEncodingTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractEncodingType
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 AbstractEncodingTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class AbstractSWEType
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractEncodingType
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 AbstractEncodingTypepublic void setMember(List<BinaryEncodingType.Member> value)
public BinaryEncodingType withMember(BinaryEncodingType.Member... values)
public BinaryEncodingType withMember(Collection<BinaryEncodingType.Member> values)
public BinaryEncodingType withByteOrder(ByteOrderType value)
public BinaryEncodingType withByteEncoding(ByteEncodingType value)
public BinaryEncodingType withByteLength(BigInteger value)
public BinaryEncodingType withMember(List<BinaryEncodingType.Member> value)
public BinaryEncodingType withExtension(Object... values)
withExtension in class AbstractEncodingTypepublic BinaryEncodingType withExtension(Collection<Object> values)
withExtension in class AbstractEncodingTypepublic BinaryEncodingType withId(String value)
withId in class AbstractEncodingTypepublic BinaryEncodingType withExtension(List<Object> value)
withExtension in class AbstractEncodingType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||