Package net.opengis.swe.x101
Interface BinaryBlockDocument.BinaryBlock.Member
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BinaryBlockDocumentImpl.BinaryBlockImpl.MemberImpl
- Enclosing interface:
- BinaryBlockDocument.BinaryBlock
public static interface BinaryBlockDocument.BinaryBlock.Member extends org.apache.xmlbeans.XmlObjectAn XML member(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBinaryBlockDocument.BinaryBlock.Member.BlockAn XML Block(@http://www.opengis.net/swe/1.0.1).static interfaceBinaryBlockDocument.BinaryBlock.Member.ComponentAn XML Component(@http://www.opengis.net/swe/1.0.1).static classBinaryBlockDocument.BinaryBlock.Member.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 BinaryBlockDocument.BinaryBlock.Member.BlockaddNewBlock()Appends and returns a new empty "Block" elementBinaryBlockDocument.BinaryBlock.Member.ComponentaddNewComponent()Appends and returns a new empty "Component" elementBinaryBlockDocument.BinaryBlock.Member.BlockgetBlock()Gets the "Block" elementBinaryBlockDocument.BinaryBlock.Member.ComponentgetComponent()Gets the "Component" elementbooleanisSetBlock()True if has "Block" elementbooleanisSetComponent()True if has "Component" elementvoidsetBlock(BinaryBlockDocument.BinaryBlock.Member.Block block)Sets the "Block" elementvoidsetComponent(BinaryBlockDocument.BinaryBlock.Member.Component component)Sets the "Component" elementvoidunsetBlock()Unsets the "Block" elementvoidunsetComponent()Unsets the "Component" element-
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
-
getComponent
BinaryBlockDocument.BinaryBlock.Member.Component getComponent()
Gets the "Component" element
-
isSetComponent
boolean isSetComponent()
True if has "Component" element
-
setComponent
void setComponent(BinaryBlockDocument.BinaryBlock.Member.Component component)
Sets the "Component" element
-
addNewComponent
BinaryBlockDocument.BinaryBlock.Member.Component addNewComponent()
Appends and returns a new empty "Component" element
-
unsetComponent
void unsetComponent()
Unsets the "Component" element
-
getBlock
BinaryBlockDocument.BinaryBlock.Member.Block getBlock()
Gets the "Block" element
-
isSetBlock
boolean isSetBlock()
True if has "Block" element
-
setBlock
void setBlock(BinaryBlockDocument.BinaryBlock.Member.Block block)
Sets the "Block" element
-
addNewBlock
BinaryBlockDocument.BinaryBlock.Member.Block addNewBlock()
Appends and returns a new empty "Block" element
-
unsetBlock
void unsetBlock()
Unsets the "Block" element
-
-