|
|||||||||
| 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.ComponentType
public class ComponentType
Java class for ComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentType">
<complexContent>
<extension base="{http://www.opengis.net/swe/2.0}AbstractSWEType">
<attribute name="encryption" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="significantBits" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="bitLength" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="byteLength" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="dataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
bitLength
|
protected BigInteger |
byteLength
|
protected String |
dataType
|
protected String |
encryption
|
protected String |
ref
|
protected BigInteger |
significantBits
|
| Fields inherited from class net.opengis.swecommon.v_2_0.AbstractSWEType |
|---|
extension, id |
| Constructor Summary | |
|---|---|
ComponentType()
|
|
| 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)
|
BigInteger |
getBitLength()
Gets the value of the bitLength property. |
BigInteger |
getByteLength()
Gets the value of the byteLength property. |
String |
getDataType()
Gets the value of the dataType property. |
String |
getEncryption()
Gets the value of the encryption property. |
String |
getRef()
Gets the value of the ref property. |
BigInteger |
getSignificantBits()
Gets the value of the significantBits property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetBitLength()
|
boolean |
isSetByteLength()
|
boolean |
isSetDataType()
|
boolean |
isSetEncryption()
|
boolean |
isSetRef()
|
boolean |
isSetSignificantBits()
|
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 |
setBitLength(BigInteger value)
Sets the value of the bitLength property. |
void |
setByteLength(BigInteger value)
Sets the value of the byteLength property. |
void |
setDataType(String value)
Sets the value of the dataType property. |
void |
setEncryption(String value)
Sets the value of the encryption property. |
void |
setRef(String value)
Sets the value of the ref property. |
void |
setSignificantBits(BigInteger value)
Sets the value of the significantBits property. |
String |
toString()
|
ComponentType |
withBitLength(BigInteger value)
|
ComponentType |
withByteLength(BigInteger value)
|
ComponentType |
withDataType(String value)
|
ComponentType |
withEncryption(String value)
|
ComponentType |
withExtension(Collection<Object> values)
|
ComponentType |
withExtension(List<Object> value)
|
ComponentType |
withExtension(Object... values)
|
ComponentType |
withId(String value)
|
ComponentType |
withRef(String value)
|
ComponentType |
withSignificantBits(BigInteger 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 String encryption
protected BigInteger significantBits
protected BigInteger bitLength
protected BigInteger byteLength
protected String dataType
protected String ref
| Constructor Detail |
|---|
public ComponentType()
| Method Detail |
|---|
public String getEncryption()
Stringpublic void setEncryption(String value)
value - allowed object is
Stringpublic boolean isSetEncryption()
public BigInteger getSignificantBits()
BigIntegerpublic void setSignificantBits(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetSignificantBits()
public BigInteger getBitLength()
BigIntegerpublic void setBitLength(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetBitLength()
public BigInteger getByteLength()
BigIntegerpublic void setByteLength(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetByteLength()
public String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic boolean isSetDataType()
public String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic boolean isSetRef()
public String toString()
toString in class AbstractSWEType
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 AbstractSWEType
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 AbstractSWEType
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 AbstractSWETypepublic boolean equals(Object object)
equals in class AbstractSWEType
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 AbstractSWETypepublic int hashCode()
hashCode in class AbstractSWETypepublic Object clone()
clone in class AbstractSWETypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractSWEType
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 AbstractSWETypepublic 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 AbstractSWEType
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 AbstractSWETypepublic ComponentType withEncryption(String value)
public ComponentType withSignificantBits(BigInteger value)
public ComponentType withBitLength(BigInteger value)
public ComponentType withByteLength(BigInteger value)
public ComponentType withDataType(String value)
public ComponentType withRef(String value)
public ComponentType withExtension(Object... values)
withExtension in class AbstractSWETypepublic ComponentType withExtension(Collection<Object> values)
withExtension in class AbstractSWETypepublic ComponentType withId(String value)
withId in class AbstractSWETypepublic ComponentType withExtension(List<Object> value)
withExtension in class AbstractSWEType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||