net.opengis.swe.x101.TextBlockDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: TextBlock
* Namespace: http://www.opengis.net/swe/1.0.1
* Java type: net.opengis.swe.x101.TextBlockDocument
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x101;
/**
* A document containing one TextBlock(@http://www.opengis.net/swe/1.0.1) element.
*
* This is a complex type.
*/
public interface TextBlockDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TextBlockDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("textblock5e9fdoctype");
/**
* Gets the "TextBlock" element
*/
net.opengis.swe.x101.TextBlockDocument.TextBlock getTextBlock();
/**
* Sets the "TextBlock" element
*/
void setTextBlock(net.opengis.swe.x101.TextBlockDocument.TextBlock textBlock);
/**
* Appends and returns a new empty "TextBlock" element
*/
net.opengis.swe.x101.TextBlockDocument.TextBlock addNewTextBlock();
/**
* An XML TextBlock(@http://www.opengis.net/swe/1.0.1).
*
* This is a complex type.
*/
public interface TextBlock extends net.opengis.swe.x101.AbstractEncodingType
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TextBlock.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("textblocka073elemtype");
/**
* Gets the "tokenSeparator" attribute
*/
java.lang.String getTokenSeparator();
/**
* Gets (as xml) the "tokenSeparator" attribute
*/
net.opengis.swe.x101.TextSeparator xgetTokenSeparator();
/**
* Sets the "tokenSeparator" attribute
*/
void setTokenSeparator(java.lang.String tokenSeparator);
/**
* Sets (as xml) the "tokenSeparator" attribute
*/
void xsetTokenSeparator(net.opengis.swe.x101.TextSeparator tokenSeparator);
/**
* Gets the "blockSeparator" attribute
*/
java.lang.String getBlockSeparator();
/**
* Gets (as xml) the "blockSeparator" attribute
*/
net.opengis.swe.x101.TextSeparator xgetBlockSeparator();
/**
* Sets the "blockSeparator" attribute
*/
void setBlockSeparator(java.lang.String blockSeparator);
/**
* Sets (as xml) the "blockSeparator" attribute
*/
void xsetBlockSeparator(net.opengis.swe.x101.TextSeparator blockSeparator);
/**
* Gets the "decimalSeparator" attribute
*/
java.lang.String getDecimalSeparator();
/**
* Gets (as xml) the "decimalSeparator" attribute
*/
net.opengis.swe.x101.DecimalSeparator xgetDecimalSeparator();
/**
* Sets the "decimalSeparator" attribute
*/
void setDecimalSeparator(java.lang.String decimalSeparator);
/**
* Sets (as xml) the "decimalSeparator" attribute
*/
void xsetDecimalSeparator(net.opengis.swe.x101.DecimalSeparator decimalSeparator);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.opengis.swe.x101.TextBlockDocument.TextBlock newInstance() {
return (net.opengis.swe.x101.TextBlockDocument.TextBlock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.TextBlockDocument.TextBlock newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.TextBlockDocument.TextBlock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.opengis.swe.x101.TextBlockDocument newInstance() {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.TextBlockDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.opengis.swe.x101.TextBlockDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.opengis.swe.x101.TextBlockDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static net.opengis.swe.x101.TextBlockDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.opengis.swe.x101.TextBlockDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.opengis.swe.x101.TextBlockDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.opengis.swe.x101.TextBlockDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.opengis.swe.x101.TextBlockDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.opengis.swe.x101.TextBlockDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.opengis.swe.x101.TextBlockDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.opengis.swe.x101.TextBlockDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.opengis.swe.x101.TextBlockDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.opengis.swe.x101.TextBlockDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.opengis.swe.x101.TextBlockDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.opengis.swe.x101.TextBlockDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.swe.x101.TextBlockDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.swe.x101.TextBlockDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.opengis.swe.x101.TextBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
private Factory() { } // No instance of this class allowed
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy