Package net.opengis.swe.x20
Interface ComponentType
-
- All Superinterfaces:
AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ComponentTypeImpl
public interface ComponentType extends AbstractSWEType
An XML ComponentType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComponentType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigIntegergetBitLength()Gets the "bitLength" attributeBigIntegergetByteLength()Gets the "byteLength" attributeStringgetDataType()Gets the "dataType" attributeStringgetEncryption()Gets the "encryption" attributeStringgetRef()Gets the "ref" attributeBigIntegergetSignificantBits()Gets the "significantBits" attributebooleanisSetBitLength()True if has "bitLength" attributebooleanisSetByteLength()True if has "byteLength" attributebooleanisSetEncryption()True if has "encryption" attributebooleanisSetSignificantBits()True if has "significantBits" attributevoidsetBitLength(BigInteger bitLength)Sets the "bitLength" attributevoidsetByteLength(BigInteger byteLength)Sets the "byteLength" attributevoidsetDataType(String dataType)Sets the "dataType" attributevoidsetEncryption(String encryption)Sets the "encryption" attributevoidsetRef(String ref)Sets the "ref" attributevoidsetSignificantBits(BigInteger significantBits)Sets the "significantBits" attributevoidunsetBitLength()Unsets the "bitLength" attributevoidunsetByteLength()Unsets the "byteLength" attributevoidunsetEncryption()Unsets the "encryption" attributevoidunsetSignificantBits()Unsets the "significantBits" attributeorg.apache.xmlbeans.XmlIntegerxgetBitLength()Gets (as xml) the "bitLength" attributeorg.apache.xmlbeans.XmlIntegerxgetByteLength()Gets (as xml) the "byteLength" attributeorg.apache.xmlbeans.XmlAnyURIxgetDataType()Gets (as xml) the "dataType" attributeorg.apache.xmlbeans.XmlAnyURIxgetEncryption()Gets (as xml) the "encryption" attributeorg.apache.xmlbeans.XmlStringxgetRef()Gets (as xml) the "ref" attributeorg.apache.xmlbeans.XmlIntegerxgetSignificantBits()Gets (as xml) the "significantBits" attributevoidxsetBitLength(org.apache.xmlbeans.XmlInteger bitLength)Sets (as xml) the "bitLength" attributevoidxsetByteLength(org.apache.xmlbeans.XmlInteger byteLength)Sets (as xml) the "byteLength" attributevoidxsetDataType(org.apache.xmlbeans.XmlAnyURI dataType)Sets (as xml) the "dataType" attributevoidxsetEncryption(org.apache.xmlbeans.XmlAnyURI encryption)Sets (as xml) the "encryption" attributevoidxsetRef(org.apache.xmlbeans.XmlString ref)Sets (as xml) the "ref" attributevoidxsetSignificantBits(org.apache.xmlbeans.XmlInteger significantBits)Sets (as xml) the "significantBits" attribute-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEType
addNewExtension, getExtensionArray, getExtensionArray, getId, insertNewExtension, isSetId, removeExtension, setExtensionArray, setExtensionArray, setId, sizeOfExtensionArray, unsetId, xgetId, xsetId
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getEncryption
String getEncryption()
Gets the "encryption" attribute
-
xgetEncryption
org.apache.xmlbeans.XmlAnyURI xgetEncryption()
Gets (as xml) the "encryption" attribute
-
isSetEncryption
boolean isSetEncryption()
True if has "encryption" attribute
-
setEncryption
void setEncryption(String encryption)
Sets the "encryption" attribute
-
xsetEncryption
void xsetEncryption(org.apache.xmlbeans.XmlAnyURI encryption)
Sets (as xml) the "encryption" attribute
-
unsetEncryption
void unsetEncryption()
Unsets the "encryption" attribute
-
getSignificantBits
BigInteger getSignificantBits()
Gets the "significantBits" attribute
-
xgetSignificantBits
org.apache.xmlbeans.XmlInteger xgetSignificantBits()
Gets (as xml) the "significantBits" attribute
-
isSetSignificantBits
boolean isSetSignificantBits()
True if has "significantBits" attribute
-
setSignificantBits
void setSignificantBits(BigInteger significantBits)
Sets the "significantBits" attribute
-
xsetSignificantBits
void xsetSignificantBits(org.apache.xmlbeans.XmlInteger significantBits)
Sets (as xml) the "significantBits" attribute
-
unsetSignificantBits
void unsetSignificantBits()
Unsets the "significantBits" attribute
-
getBitLength
BigInteger getBitLength()
Gets the "bitLength" attribute
-
xgetBitLength
org.apache.xmlbeans.XmlInteger xgetBitLength()
Gets (as xml) the "bitLength" attribute
-
isSetBitLength
boolean isSetBitLength()
True if has "bitLength" attribute
-
setBitLength
void setBitLength(BigInteger bitLength)
Sets the "bitLength" attribute
-
xsetBitLength
void xsetBitLength(org.apache.xmlbeans.XmlInteger bitLength)
Sets (as xml) the "bitLength" attribute
-
unsetBitLength
void unsetBitLength()
Unsets the "bitLength" attribute
-
getByteLength
BigInteger getByteLength()
Gets the "byteLength" attribute
-
xgetByteLength
org.apache.xmlbeans.XmlInteger xgetByteLength()
Gets (as xml) the "byteLength" attribute
-
isSetByteLength
boolean isSetByteLength()
True if has "byteLength" attribute
-
setByteLength
void setByteLength(BigInteger byteLength)
Sets the "byteLength" attribute
-
xsetByteLength
void xsetByteLength(org.apache.xmlbeans.XmlInteger byteLength)
Sets (as xml) the "byteLength" attribute
-
unsetByteLength
void unsetByteLength()
Unsets the "byteLength" attribute
-
getDataType
String getDataType()
Gets the "dataType" attribute
-
xgetDataType
org.apache.xmlbeans.XmlAnyURI xgetDataType()
Gets (as xml) the "dataType" attribute
-
setDataType
void setDataType(String dataType)
Sets the "dataType" attribute
-
xsetDataType
void xsetDataType(org.apache.xmlbeans.XmlAnyURI dataType)
Sets (as xml) the "dataType" attribute
-
getRef
String getRef()
Gets the "ref" attribute
-
xgetRef
org.apache.xmlbeans.XmlString xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(org.apache.xmlbeans.XmlString ref)
Sets (as xml) the "ref" attribute
-
-