Uses of Interface
net.opengis.swe.x101.TextBlockDocument.TextBlock
-
Packages that use TextBlockDocument.TextBlock Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of TextBlockDocument.TextBlock in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return TextBlockDocument.TextBlock Modifier and Type Method Description TextBlockDocument.TextBlockBlockEncodingPropertyType. addNewTextBlock()Appends and returns a new empty "TextBlock" elementTextBlockDocument.TextBlockTextBlockDocument. addNewTextBlock()Appends and returns a new empty "TextBlock" elementTextBlockDocument.TextBlockBlockEncodingPropertyType. getTextBlock()Gets the "TextBlock" elementTextBlockDocument.TextBlockTextBlockDocument. getTextBlock()Gets the "TextBlock" elementstatic TextBlockDocument.TextBlockTextBlockDocument.TextBlock.Factory. newInstance()static TextBlockDocument.TextBlockTextBlockDocument.TextBlock.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type TextBlockDocument.TextBlock Modifier and Type Method Description voidBlockEncodingPropertyType. setTextBlock(TextBlockDocument.TextBlock textBlock)Sets the "TextBlock" elementvoidTextBlockDocument. setTextBlock(TextBlockDocument.TextBlock textBlock)Sets the "TextBlock" element -
Uses of TextBlockDocument.TextBlock in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement TextBlockDocument.TextBlock Modifier and Type Class Description static classTextBlockDocumentImpl.TextBlockImplAn XML TextBlock(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return TextBlockDocument.TextBlock Modifier and Type Method Description TextBlockDocument.TextBlockBlockEncodingPropertyTypeImpl. addNewTextBlock()Appends and returns a new empty "TextBlock" elementTextBlockDocument.TextBlockTextBlockDocumentImpl. addNewTextBlock()Appends and returns a new empty "TextBlock" elementTextBlockDocument.TextBlockBlockEncodingPropertyTypeImpl. getTextBlock()Gets the "TextBlock" elementTextBlockDocument.TextBlockTextBlockDocumentImpl. getTextBlock()Gets the "TextBlock" elementMethods in net.opengis.swe.x101.impl with parameters of type TextBlockDocument.TextBlock Modifier and Type Method Description voidBlockEncodingPropertyTypeImpl. setTextBlock(TextBlockDocument.TextBlock textBlock)Sets the "TextBlock" elementvoidTextBlockDocumentImpl. setTextBlock(TextBlockDocument.TextBlock textBlock)Sets the "TextBlock" element
-