Uses of Interface
net.opengis.swe.x20.BlockType
-
Packages that use BlockType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of BlockType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return BlockType Modifier and Type Method Description BlockTypeBinaryEncodingType.Member. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeBlockDocument. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeBlockPropertyByValueType. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeBlockPropertyType. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeComponentOrBlockPropertyType. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeBinaryEncodingType.Member. getBlock()Gets the "Block" elementBlockTypeBlockDocument. getBlock()Gets the "Block" elementBlockTypeBlockPropertyByValueType. getBlock()Gets the "Block" elementBlockTypeBlockPropertyType. getBlock()Gets the "Block" elementBlockTypeComponentOrBlockPropertyType. getBlock()Gets the "Block" elementstatic BlockTypeBlockType.Factory. newInstance()static BlockTypeBlockType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BlockTypeBlockType.Factory. parse(File file)static BlockTypeBlockType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BlockTypeBlockType.Factory. parse(InputStream is)static BlockTypeBlockType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BlockTypeBlockType.Factory. parse(Reader r)static BlockTypeBlockType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BlockTypeBlockType.Factory. parse(String xmlAsString)static BlockTypeBlockType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BlockTypeBlockType.Factory. parse(URL u)static BlockTypeBlockType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BlockTypeBlockType.Factory. parse(XMLStreamReader sr)static BlockTypeBlockType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BlockTypeBlockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BlockTypeBlockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BlockTypeBlockType.Factory. parse(Node node)static BlockTypeBlockType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type BlockType Modifier and Type Method Description voidBinaryEncodingType.Member. setBlock(BlockType block)Sets the "Block" elementvoidBlockDocument. setBlock(BlockType block)Sets the "Block" elementvoidBlockPropertyByValueType. setBlock(BlockType block)Sets the "Block" elementvoidBlockPropertyType. setBlock(BlockType block)Sets the "Block" elementvoidComponentOrBlockPropertyType. setBlock(BlockType block)Sets the "Block" element -
Uses of BlockType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement BlockType Modifier and Type Class Description classBlockTypeImplAn XML BlockType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return BlockType Modifier and Type Method Description BlockTypeBinaryEncodingTypeImpl.MemberImpl. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeBlockDocumentImpl. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeBlockPropertyByValueTypeImpl. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeBlockPropertyTypeImpl. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeComponentOrBlockPropertyTypeImpl. addNewBlock()Appends and returns a new empty "Block" elementBlockTypeBinaryEncodingTypeImpl.MemberImpl. getBlock()Gets the "Block" elementBlockTypeBlockDocumentImpl. getBlock()Gets the "Block" elementBlockTypeBlockPropertyByValueTypeImpl. getBlock()Gets the "Block" elementBlockTypeBlockPropertyTypeImpl. getBlock()Gets the "Block" elementBlockTypeComponentOrBlockPropertyTypeImpl. getBlock()Gets the "Block" elementMethods in net.opengis.swe.x20.impl with parameters of type BlockType Modifier and Type Method Description voidBinaryEncodingTypeImpl.MemberImpl. setBlock(BlockType block)Sets the "Block" elementvoidBlockDocumentImpl. setBlock(BlockType block)Sets the "Block" elementvoidBlockPropertyByValueTypeImpl. setBlock(BlockType block)Sets the "Block" elementvoidBlockPropertyTypeImpl. setBlock(BlockType block)Sets the "Block" elementvoidComponentOrBlockPropertyTypeImpl. setBlock(BlockType block)Sets the "Block" element
-