
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: ThoroughfareNumber
* Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
* Java type: x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument
*
* Automatically generated - do not modify.
*/
package x0.oasisNamesTcCiqXsdschemaXAL2;
/**
* A document containing one ThoroughfareNumber(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0) element.
*
* This is a complex type.
*/
public interface ThoroughfareNumberDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ThoroughfareNumberDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("thoroughfarenumbercb6fdoctype");
/**
* Gets the "ThoroughfareNumber" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber getThoroughfareNumber();
/**
* Sets the "ThoroughfareNumber" element
*/
void setThoroughfareNumber(x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber thoroughfareNumber);
/**
* Appends and returns a new empty "ThoroughfareNumber" element
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber addNewThoroughfareNumber();
/**
* An XML ThoroughfareNumber(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
*
* This is a complex type.
*/
public interface ThoroughfareNumber extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ThoroughfareNumber.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("thoroughfarenumberb720elemtype");
/**
* Gets the "NumberType" attribute
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType.Enum getNumberType();
/**
* Gets (as xml) the "NumberType" attribute
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType xgetNumberType();
/**
* True if has "NumberType" attribute
*/
boolean isSetNumberType();
/**
* Sets the "NumberType" attribute
*/
void setNumberType(x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType.Enum numberType);
/**
* Sets (as xml) the "NumberType" attribute
*/
void xsetNumberType(x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType numberType);
/**
* Unsets the "NumberType" attribute
*/
void unsetNumberType();
/**
* Gets the "Type" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getType();
/**
* True if has "Type" attribute
*/
boolean isSetType();
/**
* Sets the "Type" attribute
*/
void setType(org.apache.xmlbeans.XmlAnySimpleType type);
/**
* Appends and returns a new empty "Type" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewType();
/**
* Unsets the "Type" attribute
*/
void unsetType();
/**
* Gets the "Indicator" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getIndicator();
/**
* True if has "Indicator" attribute
*/
boolean isSetIndicator();
/**
* Sets the "Indicator" attribute
*/
void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator);
/**
* Appends and returns a new empty "Indicator" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewIndicator();
/**
* Unsets the "Indicator" attribute
*/
void unsetIndicator();
/**
* Gets the "IndicatorOccurrence" attribute
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence.Enum getIndicatorOccurrence();
/**
* Gets (as xml) the "IndicatorOccurrence" attribute
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence xgetIndicatorOccurrence();
/**
* True if has "IndicatorOccurrence" attribute
*/
boolean isSetIndicatorOccurrence();
/**
* Sets the "IndicatorOccurrence" attribute
*/
void setIndicatorOccurrence(x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence.Enum indicatorOccurrence);
/**
* Sets (as xml) the "IndicatorOccurrence" attribute
*/
void xsetIndicatorOccurrence(x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence indicatorOccurrence);
/**
* Unsets the "IndicatorOccurrence" attribute
*/
void unsetIndicatorOccurrence();
/**
* Gets the "NumberOccurrence" attribute
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence.Enum getNumberOccurrence();
/**
* Gets (as xml) the "NumberOccurrence" attribute
*/
x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence xgetNumberOccurrence();
/**
* True if has "NumberOccurrence" attribute
*/
boolean isSetNumberOccurrence();
/**
* Sets the "NumberOccurrence" attribute
*/
void setNumberOccurrence(x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence.Enum numberOccurrence);
/**
* Sets (as xml) the "NumberOccurrence" attribute
*/
void xsetNumberOccurrence(x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence numberOccurrence);
/**
* Unsets the "NumberOccurrence" attribute
*/
void unsetNumberOccurrence();
/**
* Gets the "Code" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getCode();
/**
* True if has "Code" attribute
*/
boolean isSetCode();
/**
* Sets the "Code" attribute
*/
void setCode(org.apache.xmlbeans.XmlAnySimpleType code);
/**
* Appends and returns a new empty "Code" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewCode();
/**
* Unsets the "Code" attribute
*/
void unsetCode();
/**
* An XML NumberType(@).
*
* This is an atomic type that is a restriction of x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument$ThoroughfareNumber$NumberType.
*/
public interface NumberType extends org.apache.xmlbeans.XmlNMTOKEN
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("numbertyped2ddattrtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum SINGLE = Enum.forString("Single");
static final Enum RANGE = Enum.forString("Range");
static final int INT_SINGLE = Enum.INT_SINGLE;
static final int INT_RANGE = Enum.INT_RANGE;
/**
* Enumeration value class for x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument$ThoroughfareNumber$NumberType.
* These enum values can be used as follows:
*
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_SINGLE
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
*
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_SINGLE = 1;
static final int INT_RANGE = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Single", INT_SINGLE),
new Enum("Range", INT_RANGE),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType newValue(java.lang.Object obj) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType) type.newValue( obj ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType newInstance() {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML IndicatorOccurrence(@).
*
* This is an atomic type that is a restriction of x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument$ThoroughfareNumber$IndicatorOccurrence.
*/
public interface IndicatorOccurrence extends org.apache.xmlbeans.XmlNMTOKEN
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IndicatorOccurrence.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("indicatoroccurrenceca98attrtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum BEFORE = Enum.forString("Before");
static final Enum AFTER = Enum.forString("After");
static final int INT_BEFORE = Enum.INT_BEFORE;
static final int INT_AFTER = Enum.INT_AFTER;
/**
* Enumeration value class for x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument$ThoroughfareNumber$IndicatorOccurrence.
* These enum values can be used as follows:
*
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_BEFORE
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
*
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_BEFORE = 1;
static final int INT_AFTER = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("Before", INT_BEFORE),
new Enum("After", INT_AFTER),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence newValue(java.lang.Object obj) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence) type.newValue( obj ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence newInstance() {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence newInstance(org.apache.xmlbeans.XmlOptions options) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.IndicatorOccurrence) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML NumberOccurrence(@).
*
* This is an atomic type that is a restriction of x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument$ThoroughfareNumber$NumberOccurrence.
*/
public interface NumberOccurrence extends org.apache.xmlbeans.XmlNMTOKEN
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(NumberOccurrence.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3CA567B61847770712CB2EAAB87EE0AF").resolveHandle("numberoccurrenceeaa6attrtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum BEFORE_NAME = Enum.forString("BeforeName");
static final Enum AFTER_NAME = Enum.forString("AfterName");
static final Enum BEFORE_TYPE = Enum.forString("BeforeType");
static final Enum AFTER_TYPE = Enum.forString("AfterType");
static final int INT_BEFORE_NAME = Enum.INT_BEFORE_NAME;
static final int INT_AFTER_NAME = Enum.INT_AFTER_NAME;
static final int INT_BEFORE_TYPE = Enum.INT_BEFORE_TYPE;
static final int INT_AFTER_TYPE = Enum.INT_AFTER_TYPE;
/**
* Enumeration value class for x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument$ThoroughfareNumber$NumberOccurrence.
* These enum values can be used as follows:
*
* enum.toString(); // returns the string value of the enum
* enum.intValue(); // returns an int value, useful for switches
* // e.g., case Enum.INT_BEFORE_NAME
* Enum.forString(s); // returns the enum value for a string
* Enum.forInt(i); // returns the enum value for an int
*
* Enumeration objects are immutable singleton objects that
* can be compared using == object equality. They have no
* public constructor. See the constants defined within this
* class for all the valid values.
*/
static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase
{
/**
* Returns the enum value for a string, or null if none.
*/
public static Enum forString(java.lang.String s)
{ return (Enum)table.forString(s); }
/**
* Returns the enum value corresponding to an int, or null if none.
*/
public static Enum forInt(int i)
{ return (Enum)table.forInt(i); }
private Enum(java.lang.String s, int i)
{ super(s, i); }
static final int INT_BEFORE_NAME = 1;
static final int INT_AFTER_NAME = 2;
static final int INT_BEFORE_TYPE = 3;
static final int INT_AFTER_TYPE = 4;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("BeforeName", INT_BEFORE_NAME),
new Enum("AfterName", INT_AFTER_NAME),
new Enum("BeforeType", INT_BEFORE_TYPE),
new Enum("AfterType", INT_AFTER_TYPE),
}
);
private static final long serialVersionUID = 1L;
private java.lang.Object readResolve() { return forInt(intValue()); }
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence newValue(java.lang.Object obj) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence) type.newValue( obj ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence newInstance() {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence newInstance(org.apache.xmlbeans.XmlOptions options) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber.NumberOccurrence) 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 x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber newInstance() {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber newInstance(org.apache.xmlbeans.XmlOptions options) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument.ThoroughfareNumber) 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 x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument newInstance() {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument 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 (x0.oasisNamesTcCiqXsdschemaXAL2.ThoroughfareNumberDocument) 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