Package net.opengis.swe.x101
Interface BinaryBlockDocument.BinaryBlock.Member.Component
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BinaryBlockDocumentImpl.BinaryBlockImpl.MemberImpl.ComponentImpl
- Enclosing interface:
- BinaryBlockDocument.BinaryBlock.Member
public static interface BinaryBlockDocument.BinaryBlock.Member.Component extends org.apache.xmlbeans.XmlObjectAn XML Component(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinaryBlockDocument.BinaryBlock.Member.Component.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" attributeStringgetDataType()Gets the "dataType" attributeStringgetEncryption()Gets the "encryption" attributeBigIntegergetPaddingBitsAfter()Gets the "paddingBits-after" attributeBigIntegergetPaddingBitsBefore()Gets the "paddingBits-before" attributeStringgetRef()Gets the "ref" attributeBigIntegergetSignificantBits()Gets the "significantBits" attributebooleanisSetBitLength()True if has "bitLength" attributebooleanisSetDataType()True if has "dataType" attributebooleanisSetEncryption()True if has "encryption" attributebooleanisSetPaddingBitsAfter()True if has "paddingBits-after" attributebooleanisSetPaddingBitsBefore()True if has "paddingBits-before" attributebooleanisSetSignificantBits()True if has "significantBits" attributevoidsetBitLength(BigInteger bitLength)Sets the "bitLength" attributevoidsetDataType(String dataType)Sets the "dataType" attributevoidsetEncryption(String encryption)Sets the "encryption" attributevoidsetPaddingBitsAfter(BigInteger paddingBitsAfter)Sets the "paddingBits-after" attributevoidsetPaddingBitsBefore(BigInteger paddingBitsBefore)Sets the "paddingBits-before" attributevoidsetRef(String ref)Sets the "ref" attributevoidsetSignificantBits(BigInteger significantBits)Sets the "significantBits" attributevoidunsetBitLength()Unsets the "bitLength" attributevoidunsetDataType()Unsets the "dataType" attributevoidunsetEncryption()Unsets the "encryption" attributevoidunsetPaddingBitsAfter()Unsets the "paddingBits-after" attributevoidunsetPaddingBitsBefore()Unsets the "paddingBits-before" attributevoidunsetSignificantBits()Unsets the "significantBits" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetBitLength()Gets (as xml) the "bitLength" attributeorg.apache.xmlbeans.XmlAnyURIxgetDataType()Gets (as xml) the "dataType" attributeorg.apache.xmlbeans.XmlAnyURIxgetEncryption()Gets (as xml) the "encryption" attributeorg.apache.xmlbeans.XmlNonNegativeIntegerxgetPaddingBitsAfter()Gets (as xml) the "paddingBits-after" attributeorg.apache.xmlbeans.XmlNonNegativeIntegerxgetPaddingBitsBefore()Gets (as xml) the "paddingBits-before" attributeorg.apache.xmlbeans.XmlTokenxgetRef()Gets (as xml) the "ref" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetSignificantBits()Gets (as xml) the "significantBits" attributevoidxsetBitLength(org.apache.xmlbeans.XmlPositiveInteger bitLength)Sets (as xml) the "bitLength" attributevoidxsetDataType(org.apache.xmlbeans.XmlAnyURI dataType)Sets (as xml) the "dataType" attributevoidxsetEncryption(org.apache.xmlbeans.XmlAnyURI encryption)Sets (as xml) the "encryption" attributevoidxsetPaddingBitsAfter(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsAfter)Sets (as xml) the "paddingBits-after" attributevoidxsetPaddingBitsBefore(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsBefore)Sets (as xml) the "paddingBits-before" attributevoidxsetRef(org.apache.xmlbeans.XmlToken ref)Sets (as xml) the "ref" attributevoidxsetSignificantBits(org.apache.xmlbeans.XmlPositiveInteger significantBits)Sets (as xml) the "significantBits" attribute-
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
-
getRef
String getRef()
Gets the "ref" attribute
-
xgetRef
org.apache.xmlbeans.XmlToken xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(org.apache.xmlbeans.XmlToken ref)
Sets (as xml) the "ref" attribute
-
getDataType
String getDataType()
Gets the "dataType" attribute
-
xgetDataType
org.apache.xmlbeans.XmlAnyURI xgetDataType()
Gets (as xml) the "dataType" attribute
-
isSetDataType
boolean isSetDataType()
True if has "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
-
unsetDataType
void unsetDataType()
Unsets the "dataType" attribute
-
getSignificantBits
BigInteger getSignificantBits()
Gets the "significantBits" attribute
-
xgetSignificantBits
org.apache.xmlbeans.XmlPositiveInteger 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.XmlPositiveInteger 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.XmlPositiveInteger 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.XmlPositiveInteger bitLength)
Sets (as xml) the "bitLength" attribute
-
unsetBitLength
void unsetBitLength()
Unsets the "bitLength" attribute
-
getPaddingBitsBefore
BigInteger getPaddingBitsBefore()
Gets the "paddingBits-before" attribute
-
xgetPaddingBitsBefore
org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBitsBefore()
Gets (as xml) the "paddingBits-before" attribute
-
isSetPaddingBitsBefore
boolean isSetPaddingBitsBefore()
True if has "paddingBits-before" attribute
-
setPaddingBitsBefore
void setPaddingBitsBefore(BigInteger paddingBitsBefore)
Sets the "paddingBits-before" attribute
-
xsetPaddingBitsBefore
void xsetPaddingBitsBefore(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsBefore)
Sets (as xml) the "paddingBits-before" attribute
-
unsetPaddingBitsBefore
void unsetPaddingBitsBefore()
Unsets the "paddingBits-before" attribute
-
getPaddingBitsAfter
BigInteger getPaddingBitsAfter()
Gets the "paddingBits-after" attribute
-
xgetPaddingBitsAfter
org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBitsAfter()
Gets (as xml) the "paddingBits-after" attribute
-
isSetPaddingBitsAfter
boolean isSetPaddingBitsAfter()
True if has "paddingBits-after" attribute
-
setPaddingBitsAfter
void setPaddingBitsAfter(BigInteger paddingBitsAfter)
Sets the "paddingBits-after" attribute
-
xsetPaddingBitsAfter
void xsetPaddingBitsAfter(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsAfter)
Sets (as xml) the "paddingBits-after" attribute
-
unsetPaddingBitsAfter
void unsetPaddingBitsAfter()
Unsets the "paddingBits-after" attribute
-
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
-
-