
noNamespace.ResponsePackageV3Type Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broadleaf-usps-schemas Show documentation
Show all versions of broadleaf-usps-schemas Show documentation
BroadleafCommerce USPS Schemas
The newest version!
/*
* XML Type: ResponsePackageV3Type
* Namespace:
* Java type: noNamespace.ResponsePackageV3Type
*
* Automatically generated - do not modify.
*/
package noNamespace;
/**
* An XML ResponsePackageV3Type(@).
*
* This is a complex type.
*/
public interface ResponsePackageV3Type extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResponsePackageV3Type.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3503F9A07BB1731BF5BC1281AADEB8D0").resolveHandle("responsepackagev3typebd93type");
/**
* Gets the "ZipOrigination" element
*/
int getZipOrigination();
/**
* Gets (as xml) the "ZipOrigination" element
*/
org.apache.xmlbeans.XmlInt xgetZipOrigination();
/**
* Sets the "ZipOrigination" element
*/
void setZipOrigination(int zipOrigination);
/**
* Sets (as xml) the "ZipOrigination" element
*/
void xsetZipOrigination(org.apache.xmlbeans.XmlInt zipOrigination);
/**
* Gets the "ZipDestination" element
*/
int getZipDestination();
/**
* Gets (as xml) the "ZipDestination" element
*/
org.apache.xmlbeans.XmlInt xgetZipDestination();
/**
* Sets the "ZipDestination" element
*/
void setZipDestination(int zipDestination);
/**
* Sets (as xml) the "ZipDestination" element
*/
void xsetZipDestination(org.apache.xmlbeans.XmlInt zipDestination);
/**
* Gets the "Pounds" element
*/
int getPounds();
/**
* Gets (as xml) the "Pounds" element
*/
org.apache.xmlbeans.XmlInt xgetPounds();
/**
* Sets the "Pounds" element
*/
void setPounds(int pounds);
/**
* Sets (as xml) the "Pounds" element
*/
void xsetPounds(org.apache.xmlbeans.XmlInt pounds);
/**
* Gets the "Ounces" element
*/
float getOunces();
/**
* Gets (as xml) the "Ounces" element
*/
org.apache.xmlbeans.XmlFloat xgetOunces();
/**
* Sets the "Ounces" element
*/
void setOunces(float ounces);
/**
* Sets (as xml) the "Ounces" element
*/
void xsetOunces(org.apache.xmlbeans.XmlFloat ounces);
/**
* Gets the "FirstClassMailType" element
*/
noNamespace.ResponsePackageV3Type.FirstClassMailType.Enum getFirstClassMailType();
/**
* Gets (as xml) the "FirstClassMailType" element
*/
noNamespace.ResponsePackageV3Type.FirstClassMailType xgetFirstClassMailType();
/**
* True if has "FirstClassMailType" element
*/
boolean isSetFirstClassMailType();
/**
* Sets the "FirstClassMailType" element
*/
void setFirstClassMailType(noNamespace.ResponsePackageV3Type.FirstClassMailType.Enum firstClassMailType);
/**
* Sets (as xml) the "FirstClassMailType" element
*/
void xsetFirstClassMailType(noNamespace.ResponsePackageV3Type.FirstClassMailType firstClassMailType);
/**
* Unsets the "FirstClassMailType" element
*/
void unsetFirstClassMailType();
/**
* Gets the "Container" element
*/
noNamespace.ResponsePackageV3Type.Container.Enum getContainer();
/**
* Gets (as xml) the "Container" element
*/
noNamespace.ResponsePackageV3Type.Container xgetContainer();
/**
* True if has "Container" element
*/
boolean isSetContainer();
/**
* Sets the "Container" element
*/
void setContainer(noNamespace.ResponsePackageV3Type.Container.Enum container);
/**
* Sets (as xml) the "Container" element
*/
void xsetContainer(noNamespace.ResponsePackageV3Type.Container container);
/**
* Unsets the "Container" element
*/
void unsetContainer();
/**
* Gets the "Size" element
*/
noNamespace.ResponsePackageV3Type.Size.Enum getSize();
/**
* Gets (as xml) the "Size" element
*/
noNamespace.ResponsePackageV3Type.Size xgetSize();
/**
* True if has "Size" element
*/
boolean isSetSize();
/**
* Sets the "Size" element
*/
void setSize(noNamespace.ResponsePackageV3Type.Size.Enum size);
/**
* Sets (as xml) the "Size" element
*/
void xsetSize(noNamespace.ResponsePackageV3Type.Size size);
/**
* Unsets the "Size" element
*/
void unsetSize();
/**
* Gets the "Machinable" element
*/
boolean getMachinable();
/**
* Gets (as xml) the "Machinable" element
*/
org.apache.xmlbeans.XmlBoolean xgetMachinable();
/**
* True if has "Machinable" element
*/
boolean isSetMachinable();
/**
* Sets the "Machinable" element
*/
void setMachinable(boolean machinable);
/**
* Sets (as xml) the "Machinable" element
*/
void xsetMachinable(org.apache.xmlbeans.XmlBoolean machinable);
/**
* Unsets the "Machinable" element
*/
void unsetMachinable();
/**
* Gets the "Width" element
*/
float getWidth();
/**
* Gets (as xml) the "Width" element
*/
org.apache.xmlbeans.XmlFloat xgetWidth();
/**
* True if has "Width" element
*/
boolean isSetWidth();
/**
* Sets the "Width" element
*/
void setWidth(float width);
/**
* Sets (as xml) the "Width" element
*/
void xsetWidth(org.apache.xmlbeans.XmlFloat width);
/**
* Unsets the "Width" element
*/
void unsetWidth();
/**
* Gets the "Length" element
*/
float getLength();
/**
* Gets (as xml) the "Length" element
*/
org.apache.xmlbeans.XmlFloat xgetLength();
/**
* True if has "Length" element
*/
boolean isSetLength();
/**
* Sets the "Length" element
*/
void setLength(float length);
/**
* Sets (as xml) the "Length" element
*/
void xsetLength(org.apache.xmlbeans.XmlFloat length);
/**
* Unsets the "Length" element
*/
void unsetLength();
/**
* Gets the "Height" element
*/
float getHeight();
/**
* Gets (as xml) the "Height" element
*/
org.apache.xmlbeans.XmlFloat xgetHeight();
/**
* True if has "Height" element
*/
boolean isSetHeight();
/**
* Sets the "Height" element
*/
void setHeight(float height);
/**
* Sets (as xml) the "Height" element
*/
void xsetHeight(org.apache.xmlbeans.XmlFloat height);
/**
* Unsets the "Height" element
*/
void unsetHeight();
/**
* Gets the "Girth" element
*/
float getGirth();
/**
* Gets (as xml) the "Girth" element
*/
org.apache.xmlbeans.XmlFloat xgetGirth();
/**
* True if has "Girth" element
*/
boolean isSetGirth();
/**
* Sets the "Girth" element
*/
void setGirth(float girth);
/**
* Sets (as xml) the "Girth" element
*/
void xsetGirth(org.apache.xmlbeans.XmlFloat girth);
/**
* Unsets the "Girth" element
*/
void unsetGirth();
/**
* Gets the "Zone" element
*/
java.lang.String getZone();
/**
* Gets (as xml) the "Zone" element
*/
org.apache.xmlbeans.XmlString xgetZone();
/**
* True if has "Zone" element
*/
boolean isSetZone();
/**
* Sets the "Zone" element
*/
void setZone(java.lang.String zone);
/**
* Sets (as xml) the "Zone" element
*/
void xsetZone(org.apache.xmlbeans.XmlString zone);
/**
* Unsets the "Zone" element
*/
void unsetZone();
/**
* Gets array of all "Postage" elements
*/
noNamespace.PostageV3Type[] getPostageArray();
/**
* Gets ith "Postage" element
*/
noNamespace.PostageV3Type getPostageArray(int i);
/**
* Returns number of "Postage" element
*/
int sizeOfPostageArray();
/**
* Sets array of all "Postage" element
*/
void setPostageArray(noNamespace.PostageV3Type[] postageArray);
/**
* Sets ith "Postage" element
*/
void setPostageArray(int i, noNamespace.PostageV3Type postage);
/**
* Inserts and returns a new empty value (as xml) as the ith "Postage" element
*/
noNamespace.PostageV3Type insertNewPostage(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Postage" element
*/
noNamespace.PostageV3Type addNewPostage();
/**
* Removes the ith "Postage" element
*/
void removePostage(int i);
/**
* Gets the "Restrictions" element
*/
java.lang.String getRestrictions();
/**
* Gets (as xml) the "Restrictions" element
*/
org.apache.xmlbeans.XmlString xgetRestrictions();
/**
* True if has "Restrictions" element
*/
boolean isSetRestrictions();
/**
* Sets the "Restrictions" element
*/
void setRestrictions(java.lang.String restrictions);
/**
* Sets (as xml) the "Restrictions" element
*/
void xsetRestrictions(org.apache.xmlbeans.XmlString restrictions);
/**
* Unsets the "Restrictions" element
*/
void unsetRestrictions();
/**
* Gets the "Error" element
*/
noNamespace.ErrorV3Type getError();
/**
* True if has "Error" element
*/
boolean isSetError();
/**
* Sets the "Error" element
*/
void setError(noNamespace.ErrorV3Type error);
/**
* Appends and returns a new empty "Error" element
*/
noNamespace.ErrorV3Type addNewError();
/**
* Unsets the "Error" element
*/
void unsetError();
/**
* Gets the "ID" attribute
*/
java.lang.String getID();
/**
* Gets (as xml) the "ID" attribute
*/
org.apache.xmlbeans.XmlString xgetID();
/**
* True if has "ID" attribute
*/
boolean isSetID();
/**
* Sets the "ID" attribute
*/
void setID(java.lang.String id);
/**
* Sets (as xml) the "ID" attribute
*/
void xsetID(org.apache.xmlbeans.XmlString id);
/**
* Unsets the "ID" attribute
*/
void unsetID();
/**
* An XML FirstClassMailType(@).
*
* This is an atomic type that is a restriction of noNamespace.ResponsePackageV3Type$FirstClassMailType.
*/
public interface FirstClassMailType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(FirstClassMailType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3503F9A07BB1731BF5BC1281AADEB8D0").resolveHandle("firstclassmailtype1998elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum LETTER = Enum.forString("LETTER");
static final Enum FLAT = Enum.forString("FLAT");
static final Enum PARCEL = Enum.forString("PARCEL");
static final int INT_LETTER = Enum.INT_LETTER;
static final int INT_FLAT = Enum.INT_FLAT;
static final int INT_PARCEL = Enum.INT_PARCEL;
/**
* Enumeration value class for noNamespace.ResponsePackageV3Type$FirstClassMailType.
* 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_LETTER
* 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_LETTER = 1;
static final int INT_FLAT = 2;
static final int INT_PARCEL = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("LETTER", INT_LETTER),
new Enum("FLAT", INT_FLAT),
new Enum("PARCEL", INT_PARCEL),
}
);
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 noNamespace.ResponsePackageV3Type.FirstClassMailType newValue(java.lang.Object obj) {
return (noNamespace.ResponsePackageV3Type.FirstClassMailType) type.newValue( obj ); }
public static noNamespace.ResponsePackageV3Type.FirstClassMailType newInstance() {
return (noNamespace.ResponsePackageV3Type.FirstClassMailType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static noNamespace.ResponsePackageV3Type.FirstClassMailType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (noNamespace.ResponsePackageV3Type.FirstClassMailType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Container(@).
*
* This is an atomic type that is a restriction of noNamespace.ResponsePackageV3Type$Container.
*/
public interface Container extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Container.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3503F9A07BB1731BF5BC1281AADEB8D0").resolveHandle("containerf170elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum RECTANGULAR = Enum.forString("RECTANGULAR");
static final Enum NONRECTANGULAR = Enum.forString("NONRECTANGULAR");
static final Enum VARIABLE = Enum.forString("VARIABLE");
static final Enum FLAT_RATE_BOX = Enum.forString("FLAT RATE BOX");
static final Enum FLAT_RATE_ENVELOPE = Enum.forString("FLAT RATE ENVELOPE");
static final Enum LG_FLAT_RATE_BOX = Enum.forString("LG FLAT RATE BOX");
static final int INT_RECTANGULAR = Enum.INT_RECTANGULAR;
static final int INT_NONRECTANGULAR = Enum.INT_NONRECTANGULAR;
static final int INT_VARIABLE = Enum.INT_VARIABLE;
static final int INT_FLAT_RATE_BOX = Enum.INT_FLAT_RATE_BOX;
static final int INT_FLAT_RATE_ENVELOPE = Enum.INT_FLAT_RATE_ENVELOPE;
static final int INT_LG_FLAT_RATE_BOX = Enum.INT_LG_FLAT_RATE_BOX;
/**
* Enumeration value class for noNamespace.ResponsePackageV3Type$Container.
* 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_RECTANGULAR
* 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_RECTANGULAR = 1;
static final int INT_NONRECTANGULAR = 2;
static final int INT_VARIABLE = 3;
static final int INT_FLAT_RATE_BOX = 4;
static final int INT_FLAT_RATE_ENVELOPE = 5;
static final int INT_LG_FLAT_RATE_BOX = 6;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("RECTANGULAR", INT_RECTANGULAR),
new Enum("NONRECTANGULAR", INT_NONRECTANGULAR),
new Enum("VARIABLE", INT_VARIABLE),
new Enum("FLAT RATE BOX", INT_FLAT_RATE_BOX),
new Enum("FLAT RATE ENVELOPE", INT_FLAT_RATE_ENVELOPE),
new Enum("LG FLAT RATE BOX", INT_LG_FLAT_RATE_BOX),
}
);
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 noNamespace.ResponsePackageV3Type.Container newValue(java.lang.Object obj) {
return (noNamespace.ResponsePackageV3Type.Container) type.newValue( obj ); }
public static noNamespace.ResponsePackageV3Type.Container newInstance() {
return (noNamespace.ResponsePackageV3Type.Container) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static noNamespace.ResponsePackageV3Type.Container newInstance(org.apache.xmlbeans.XmlOptions options) {
return (noNamespace.ResponsePackageV3Type.Container) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML Size(@).
*
* This is an atomic type that is a restriction of noNamespace.ResponsePackageV3Type$Size.
*/
public interface Size extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Size.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s3503F9A07BB1731BF5BC1281AADEB8D0").resolveHandle("sizea140elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum REGULAR = Enum.forString("REGULAR");
static final Enum LARGE = Enum.forString("LARGE");
static final Enum OVERSIZE = Enum.forString("OVERSIZE");
static final int INT_REGULAR = Enum.INT_REGULAR;
static final int INT_LARGE = Enum.INT_LARGE;
static final int INT_OVERSIZE = Enum.INT_OVERSIZE;
/**
* Enumeration value class for noNamespace.ResponsePackageV3Type$Size.
* 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_REGULAR
* 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_REGULAR = 1;
static final int INT_LARGE = 2;
static final int INT_OVERSIZE = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("REGULAR", INT_REGULAR),
new Enum("LARGE", INT_LARGE),
new Enum("OVERSIZE", INT_OVERSIZE),
}
);
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 noNamespace.ResponsePackageV3Type.Size newValue(java.lang.Object obj) {
return (noNamespace.ResponsePackageV3Type.Size) type.newValue( obj ); }
public static noNamespace.ResponsePackageV3Type.Size newInstance() {
return (noNamespace.ResponsePackageV3Type.Size) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static noNamespace.ResponsePackageV3Type.Size newInstance(org.apache.xmlbeans.XmlOptions options) {
return (noNamespace.ResponsePackageV3Type.Size) 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 noNamespace.ResponsePackageV3Type newInstance() {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static noNamespace.ResponsePackageV3Type newInstance(org.apache.xmlbeans.XmlOptions options) {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static noNamespace.ResponsePackageV3Type parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static noNamespace.ResponsePackageV3Type parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static noNamespace.ResponsePackageV3Type parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static noNamespace.ResponsePackageV3Type parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static noNamespace.ResponsePackageV3Type parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static noNamespace.ResponsePackageV3Type parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static noNamespace.ResponsePackageV3Type parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static noNamespace.ResponsePackageV3Type parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static noNamespace.ResponsePackageV3Type parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static noNamespace.ResponsePackageV3Type parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static noNamespace.ResponsePackageV3Type parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static noNamespace.ResponsePackageV3Type parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static noNamespace.ResponsePackageV3Type parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static noNamespace.ResponsePackageV3Type parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static noNamespace.ResponsePackageV3Type parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (noNamespace.ResponsePackageV3Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static noNamespace.ResponsePackageV3Type 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 (noNamespace.ResponsePackageV3Type) 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