net.opengis.swe.x101.BinaryBlockDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: BinaryBlock
* Namespace: http://www.opengis.net/swe/1.0.1
* Java type: net.opengis.swe.x101.BinaryBlockDocument
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x101;
/**
* A document containing one BinaryBlock(@http://www.opengis.net/swe/1.0.1) element.
*
* This is a complex type.
*/
public interface BinaryBlockDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BinaryBlockDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("binaryblock7433doctype");
/**
* Gets the "BinaryBlock" element
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock getBinaryBlock();
/**
* Sets the "BinaryBlock" element
*/
void setBinaryBlock(net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock binaryBlock);
/**
* Appends and returns a new empty "BinaryBlock" element
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock addNewBinaryBlock();
/**
* An XML BinaryBlock(@http://www.opengis.net/swe/1.0.1).
*
* This is a complex type.
*/
public interface BinaryBlock extends net.opengis.swe.x101.AbstractEncodingType
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BinaryBlock.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("binaryblock07dbelemtype");
/**
* Gets array of all "member" elements
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member[] getMemberArray();
/**
* Gets ith "member" element
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member getMemberArray(int i);
/**
* Returns number of "member" element
*/
int sizeOfMemberArray();
/**
* Sets array of all "member" element
*/
void setMemberArray(net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member[] memberArray);
/**
* Sets ith "member" element
*/
void setMemberArray(int i, net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member member);
/**
* Inserts and returns a new empty value (as xml) as the ith "member" element
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member insertNewMember(int i);
/**
* Appends and returns a new empty value (as xml) as the last "member" element
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member addNewMember();
/**
* Removes the ith "member" element
*/
void removeMember(int i);
/**
* Gets the "byteLength" attribute
*/
java.math.BigInteger getByteLength();
/**
* Gets (as xml) the "byteLength" attribute
*/
org.apache.xmlbeans.XmlPositiveInteger xgetByteLength();
/**
* True if has "byteLength" attribute
*/
boolean isSetByteLength();
/**
* Sets the "byteLength" attribute
*/
void setByteLength(java.math.BigInteger byteLength);
/**
* Sets (as xml) the "byteLength" attribute
*/
void xsetByteLength(org.apache.xmlbeans.XmlPositiveInteger byteLength);
/**
* Unsets the "byteLength" attribute
*/
void unsetByteLength();
/**
* Gets the "byteEncoding" attribute
*/
net.opengis.swe.x101.ByteEncoding.Enum getByteEncoding();
/**
* Gets (as xml) the "byteEncoding" attribute
*/
net.opengis.swe.x101.ByteEncoding xgetByteEncoding();
/**
* Sets the "byteEncoding" attribute
*/
void setByteEncoding(net.opengis.swe.x101.ByteEncoding.Enum byteEncoding);
/**
* Sets (as xml) the "byteEncoding" attribute
*/
void xsetByteEncoding(net.opengis.swe.x101.ByteEncoding byteEncoding);
/**
* Gets the "byteOrder" attribute
*/
net.opengis.swe.x101.ByteOrder.Enum getByteOrder();
/**
* Gets (as xml) the "byteOrder" attribute
*/
net.opengis.swe.x101.ByteOrder xgetByteOrder();
/**
* Sets the "byteOrder" attribute
*/
void setByteOrder(net.opengis.swe.x101.ByteOrder.Enum byteOrder);
/**
* Sets (as xml) the "byteOrder" attribute
*/
void xsetByteOrder(net.opengis.swe.x101.ByteOrder byteOrder);
/**
* An XML member(@http://www.opengis.net/swe/1.0.1).
*
* This is a complex type.
*/
public interface Member extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Member.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("member7265elemtype");
/**
* Gets the "Component" element
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Component getComponent();
/**
* True if has "Component" element
*/
boolean isSetComponent();
/**
* Sets the "Component" element
*/
void setComponent(net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Component component);
/**
* Appends and returns a new empty "Component" element
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Component addNewComponent();
/**
* Unsets the "Component" element
*/
void unsetComponent();
/**
* Gets the "Block" element
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Block getBlock();
/**
* True if has "Block" element
*/
boolean isSetBlock();
/**
* Sets the "Block" element
*/
void setBlock(net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Block block);
/**
* Appends and returns a new empty "Block" element
*/
net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Block addNewBlock();
/**
* Unsets the "Block" element
*/
void unsetBlock();
/**
* An XML Component(@http://www.opengis.net/swe/1.0.1).
*
* This is a complex type.
*/
public interface Component extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Component.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("componentaeeeelemtype");
/**
* Gets the "ref" attribute
*/
java.lang.String getRef();
/**
* Gets (as xml) the "ref" attribute
*/
org.apache.xmlbeans.XmlToken xgetRef();
/**
* Sets the "ref" attribute
*/
void setRef(java.lang.String ref);
/**
* Sets (as xml) the "ref" attribute
*/
void xsetRef(org.apache.xmlbeans.XmlToken ref);
/**
* Gets the "dataType" attribute
*/
java.lang.String getDataType();
/**
* Gets (as xml) the "dataType" attribute
*/
org.apache.xmlbeans.XmlAnyURI xgetDataType();
/**
* True if has "dataType" attribute
*/
boolean isSetDataType();
/**
* Sets the "dataType" attribute
*/
void setDataType(java.lang.String dataType);
/**
* Sets (as xml) the "dataType" attribute
*/
void xsetDataType(org.apache.xmlbeans.XmlAnyURI dataType);
/**
* Unsets the "dataType" attribute
*/
void unsetDataType();
/**
* Gets the "significantBits" attribute
*/
java.math.BigInteger getSignificantBits();
/**
* Gets (as xml) the "significantBits" attribute
*/
org.apache.xmlbeans.XmlPositiveInteger xgetSignificantBits();
/**
* True if has "significantBits" attribute
*/
boolean isSetSignificantBits();
/**
* Sets the "significantBits" attribute
*/
void setSignificantBits(java.math.BigInteger significantBits);
/**
* Sets (as xml) the "significantBits" attribute
*/
void xsetSignificantBits(org.apache.xmlbeans.XmlPositiveInteger significantBits);
/**
* Unsets the "significantBits" attribute
*/
void unsetSignificantBits();
/**
* Gets the "bitLength" attribute
*/
java.math.BigInteger getBitLength();
/**
* Gets (as xml) the "bitLength" attribute
*/
org.apache.xmlbeans.XmlPositiveInteger xgetBitLength();
/**
* True if has "bitLength" attribute
*/
boolean isSetBitLength();
/**
* Sets the "bitLength" attribute
*/
void setBitLength(java.math.BigInteger bitLength);
/**
* Sets (as xml) the "bitLength" attribute
*/
void xsetBitLength(org.apache.xmlbeans.XmlPositiveInteger bitLength);
/**
* Unsets the "bitLength" attribute
*/
void unsetBitLength();
/**
* Gets the "paddingBits-before" attribute
*/
java.math.BigInteger getPaddingBitsBefore();
/**
* Gets (as xml) the "paddingBits-before" attribute
*/
org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBitsBefore();
/**
* True if has "paddingBits-before" attribute
*/
boolean isSetPaddingBitsBefore();
/**
* Sets the "paddingBits-before" attribute
*/
void setPaddingBitsBefore(java.math.BigInteger paddingBitsBefore);
/**
* Sets (as xml) the "paddingBits-before" attribute
*/
void xsetPaddingBitsBefore(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsBefore);
/**
* Unsets the "paddingBits-before" attribute
*/
void unsetPaddingBitsBefore();
/**
* Gets the "paddingBits-after" attribute
*/
java.math.BigInteger getPaddingBitsAfter();
/**
* Gets (as xml) the "paddingBits-after" attribute
*/
org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBitsAfter();
/**
* True if has "paddingBits-after" attribute
*/
boolean isSetPaddingBitsAfter();
/**
* Sets the "paddingBits-after" attribute
*/
void setPaddingBitsAfter(java.math.BigInteger paddingBitsAfter);
/**
* Sets (as xml) the "paddingBits-after" attribute
*/
void xsetPaddingBitsAfter(org.apache.xmlbeans.XmlNonNegativeInteger paddingBitsAfter);
/**
* Unsets the "paddingBits-after" attribute
*/
void unsetPaddingBitsAfter();
/**
* Gets the "encryption" attribute
*/
java.lang.String getEncryption();
/**
* Gets (as xml) the "encryption" attribute
*/
org.apache.xmlbeans.XmlAnyURI xgetEncryption();
/**
* True if has "encryption" attribute
*/
boolean isSetEncryption();
/**
* Sets the "encryption" attribute
*/
void setEncryption(java.lang.String encryption);
/**
* Sets (as xml) the "encryption" attribute
*/
void xsetEncryption(org.apache.xmlbeans.XmlAnyURI encryption);
/**
* Unsets the "encryption" attribute
*/
void unsetEncryption();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Component newInstance() {
return (net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Component) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Component newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Component) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Block(@http://www.opengis.net/swe/1.0.1).
*
* This is a complex type.
*/
public interface Block extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Block.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("block4e7eelemtype");
/**
* Gets the "ref" attribute
*/
java.lang.String getRef();
/**
* Gets (as xml) the "ref" attribute
*/
org.apache.xmlbeans.XmlToken xgetRef();
/**
* Sets the "ref" attribute
*/
void setRef(java.lang.String ref);
/**
* Sets (as xml) the "ref" attribute
*/
void xsetRef(org.apache.xmlbeans.XmlToken ref);
/**
* Gets the "byteLength" attribute
*/
java.math.BigInteger getByteLength();
/**
* Gets (as xml) the "byteLength" attribute
*/
org.apache.xmlbeans.XmlPositiveInteger xgetByteLength();
/**
* True if has "byteLength" attribute
*/
boolean isSetByteLength();
/**
* Sets the "byteLength" attribute
*/
void setByteLength(java.math.BigInteger byteLength);
/**
* Sets (as xml) the "byteLength" attribute
*/
void xsetByteLength(org.apache.xmlbeans.XmlPositiveInteger byteLength);
/**
* Unsets the "byteLength" attribute
*/
void unsetByteLength();
/**
* Gets the "paddingBytes-before" attribute
*/
java.math.BigInteger getPaddingBytesBefore();
/**
* Gets (as xml) the "paddingBytes-before" attribute
*/
org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBytesBefore();
/**
* True if has "paddingBytes-before" attribute
*/
boolean isSetPaddingBytesBefore();
/**
* Sets the "paddingBytes-before" attribute
*/
void setPaddingBytesBefore(java.math.BigInteger paddingBytesBefore);
/**
* Sets (as xml) the "paddingBytes-before" attribute
*/
void xsetPaddingBytesBefore(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesBefore);
/**
* Unsets the "paddingBytes-before" attribute
*/
void unsetPaddingBytesBefore();
/**
* Gets the "paddingBytes-after" attribute
*/
java.math.BigInteger getPaddingBytesAfter();
/**
* Gets (as xml) the "paddingBytes-after" attribute
*/
org.apache.xmlbeans.XmlNonNegativeInteger xgetPaddingBytesAfter();
/**
* True if has "paddingBytes-after" attribute
*/
boolean isSetPaddingBytesAfter();
/**
* Sets the "paddingBytes-after" attribute
*/
void setPaddingBytesAfter(java.math.BigInteger paddingBytesAfter);
/**
* Sets (as xml) the "paddingBytes-after" attribute
*/
void xsetPaddingBytesAfter(org.apache.xmlbeans.XmlNonNegativeInteger paddingBytesAfter);
/**
* Unsets the "paddingBytes-after" attribute
*/
void unsetPaddingBytesAfter();
/**
* Gets the "encryption" attribute
*/
java.lang.String getEncryption();
/**
* Gets (as xml) the "encryption" attribute
*/
org.apache.xmlbeans.XmlAnyURI xgetEncryption();
/**
* True if has "encryption" attribute
*/
boolean isSetEncryption();
/**
* Sets the "encryption" attribute
*/
void setEncryption(java.lang.String encryption);
/**
* Sets (as xml) the "encryption" attribute
*/
void xsetEncryption(org.apache.xmlbeans.XmlAnyURI encryption);
/**
* Unsets the "encryption" attribute
*/
void unsetEncryption();
/**
* Gets the "compression" attribute
*/
java.lang.String getCompression();
/**
* Gets (as xml) the "compression" attribute
*/
org.apache.xmlbeans.XmlAnyURI xgetCompression();
/**
* True if has "compression" attribute
*/
boolean isSetCompression();
/**
* Sets the "compression" attribute
*/
void setCompression(java.lang.String compression);
/**
* Sets (as xml) the "compression" attribute
*/
void xsetCompression(org.apache.xmlbeans.XmlAnyURI compression);
/**
* Unsets the "compression" attribute
*/
void unsetCompression();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Block newInstance() {
return (net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Block) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Block newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member.Block) 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.BinaryBlockDocument.BinaryBlock.Member newInstance() {
return (net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock.Member) 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.BinaryBlockDocument.BinaryBlock newInstance() {
return (net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.BinaryBlockDocument.BinaryBlock) 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.BinaryBlockDocument newInstance() {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.opengis.swe.x101.BinaryBlockDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.BinaryBlockDocument) 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.BinaryBlockDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.opengis.swe.x101.BinaryBlockDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.swe.x101.BinaryBlockDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.opengis.swe.x101.BinaryBlockDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.swe.x101.BinaryBlockDocument 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.BinaryBlockDocument) 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