Uses of Interface
net.opengis.waterml.x20.CommentBlockType
-
Packages that use CommentBlockType Package Description net.opengis.waterml.x20 net.opengis.waterml.x20.impl -
-
Uses of CommentBlockType in net.opengis.waterml.x20
Methods in net.opengis.waterml.x20 that return CommentBlockType Modifier and Type Method Description CommentBlockTypeCommentBlockDocument. addNewCommentBlock()Appends and returns a new empty "CommentBlock" elementCommentBlockTypeCommentBlockPropertyType. addNewCommentBlock()Appends and returns a new empty "CommentBlock" elementCommentBlockTypeCommentBlockDocument. getCommentBlock()Gets the "CommentBlock" elementCommentBlockTypeCommentBlockPropertyType. getCommentBlock()Gets the "CommentBlock" elementstatic CommentBlockTypeCommentBlockType.Factory. newInstance()static CommentBlockTypeCommentBlockType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CommentBlockTypeCommentBlockType.Factory. parse(File file)static CommentBlockTypeCommentBlockType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CommentBlockTypeCommentBlockType.Factory. parse(InputStream is)static CommentBlockTypeCommentBlockType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CommentBlockTypeCommentBlockType.Factory. parse(Reader r)static CommentBlockTypeCommentBlockType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CommentBlockTypeCommentBlockType.Factory. parse(String xmlAsString)static CommentBlockTypeCommentBlockType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CommentBlockTypeCommentBlockType.Factory. parse(URL u)static CommentBlockTypeCommentBlockType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CommentBlockTypeCommentBlockType.Factory. parse(XMLStreamReader sr)static CommentBlockTypeCommentBlockType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CommentBlockTypeCommentBlockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CommentBlockTypeCommentBlockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CommentBlockTypeCommentBlockType.Factory. parse(Node node)static CommentBlockTypeCommentBlockType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.waterml.x20 with parameters of type CommentBlockType Modifier and Type Method Description voidCommentBlockDocument. setCommentBlock(CommentBlockType commentBlock)Sets the "CommentBlock" elementvoidCommentBlockPropertyType. setCommentBlock(CommentBlockType commentBlock)Sets the "CommentBlock" element -
Uses of CommentBlockType in net.opengis.waterml.x20.impl
Classes in net.opengis.waterml.x20.impl that implement CommentBlockType Modifier and Type Class Description classCommentBlockTypeImplAn XML CommentBlockType(@http://www.opengis.net/waterml/2.0).Methods in net.opengis.waterml.x20.impl that return CommentBlockType Modifier and Type Method Description CommentBlockTypeCommentBlockDocumentImpl. addNewCommentBlock()Appends and returns a new empty "CommentBlock" elementCommentBlockTypeCommentBlockPropertyTypeImpl. addNewCommentBlock()Appends and returns a new empty "CommentBlock" elementCommentBlockTypeCommentBlockDocumentImpl. getCommentBlock()Gets the "CommentBlock" elementCommentBlockTypeCommentBlockPropertyTypeImpl. getCommentBlock()Gets the "CommentBlock" elementMethods in net.opengis.waterml.x20.impl with parameters of type CommentBlockType Modifier and Type Method Description voidCommentBlockDocumentImpl. setCommentBlock(CommentBlockType commentBlock)Sets the "CommentBlock" elementvoidCommentBlockPropertyTypeImpl. setCommentBlock(CommentBlockType commentBlock)Sets the "CommentBlock" element
-