Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* An XML document type.
* Localname: WNSUser
* Namespace: http://www.52north.org/wns/v2
* Java type: org.x52North.wns.v2.WNSUserDocument
*
* Automatically generated - do not modify.
*/
package org.x52North.wns.v2;
/**
* A document containing one WNSUser(@http://www.52north.org/wns/v2) element.
*
* This is a complex type.
*/
public interface WNSUserDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(WNSUserDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("wnsuserf0d7doctype");
/**
* Gets the "WNSUser" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser getWNSUser();
/**
* Sets the "WNSUser" element
*/
void setWNSUser(org.x52North.wns.v2.WNSUserDocument.WNSUser wnsUser);
/**
* Appends and returns a new empty "WNSUser" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser addNewWNSUser();
/**
* An XML WNSUser(@http://www.52north.org/wns/v2).
*
* This is a complex type.
*/
public interface WNSUser extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(WNSUser.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("wnsuserc08aelemtype");
/**
* Gets the "SingleUser" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser getSingleUser();
/**
* Sets the "SingleUser" element
*/
void setSingleUser(org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser singleUser);
/**
* Appends and returns a new empty "SingleUser" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser addNewSingleUser();
/**
* Gets the "MultiUser" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser getMultiUser();
/**
* Sets the "MultiUser" element
*/
void setMultiUser(org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser multiUser);
/**
* Appends and returns a new empty "MultiUser" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser addNewMultiUser();
/**
* An XML SingleUser(@http://www.52north.org/wns/v2).
*
* This is a complex type.
*/
public interface SingleUser extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(SingleUser.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("singleuser8db9elemtype");
/**
* Gets array of all "User" elements
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User[] getUserArray();
/**
* Gets ith "User" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User getUserArray(int i);
/**
* Returns number of "User" element
*/
int sizeOfUserArray();
/**
* Sets array of all "User" element
*/
void setUserArray(org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User[] userArray);
/**
* Sets ith "User" element
*/
void setUserArray(int i, org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User user);
/**
* Inserts and returns a new empty value (as xml) as the ith "User" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User insertNewUser(int i);
/**
* Appends and returns a new empty value (as xml) as the last "User" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User addNewUser();
/**
* Removes the ith "User" element
*/
void removeUser(int i);
/**
* An XML User(@http://www.52north.org/wns/v2).
*
* This is a complex type.
*/
public interface User extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(User.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("userbc52elemtype");
/**
* Gets the "ID" element
*/
java.lang.String getID();
/**
* Gets (as xml) the "ID" element
*/
org.apache.xmlbeans.XmlToken xgetID();
/**
* Sets the "ID" element
*/
void setID(java.lang.String id);
/**
* Sets (as xml) the "ID" element
*/
void xsetID(org.apache.xmlbeans.XmlToken id);
/**
* Gets the "Name" element
*/
java.lang.String getName();
/**
* Gets (as xml) the "Name" element
*/
org.apache.xmlbeans.XmlToken xgetName();
/**
* Sets the "Name" element
*/
void setName(java.lang.String name);
/**
* Sets (as xml) the "Name" element
*/
void xsetName(org.apache.xmlbeans.XmlToken name);
/**
* Gets array of all "Channel" elements
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel[] getChannelArray();
/**
* Gets ith "Channel" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel getChannelArray(int i);
/**
* Returns number of "Channel" element
*/
int sizeOfChannelArray();
/**
* Sets array of all "Channel" element
*/
void setChannelArray(org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel[] channelArray);
/**
* Sets ith "Channel" element
*/
void setChannelArray(int i, org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel channel);
/**
* Inserts and returns a new empty value (as xml) as the ith "Channel" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel insertNewChannel(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Channel" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel addNewChannel();
/**
* Removes the ith "Channel" element
*/
void removeChannel(int i);
/**
* An XML Channel(@http://www.52north.org/wns/v2).
*
* This is a complex type.
*/
public interface Channel extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Channel.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("channelfe61elemtype");
/**
* Gets the "Protocol" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol.Enum getProtocol();
/**
* Gets (as xml) the "Protocol" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol xgetProtocol();
/**
* Sets the "Protocol" element
*/
void setProtocol(org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol.Enum protocol);
/**
* Sets (as xml) the "Protocol" element
*/
void xsetProtocol(org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol protocol);
/**
* Gets array of all "Target" elements
*/
java.lang.String[] getTargetArray();
/**
* Gets ith "Target" element
*/
java.lang.String getTargetArray(int i);
/**
* Gets (as xml) array of all "Target" elements
*/
org.apache.xmlbeans.XmlToken[] xgetTargetArray();
/**
* Gets (as xml) ith "Target" element
*/
org.apache.xmlbeans.XmlToken xgetTargetArray(int i);
/**
* Returns number of "Target" element
*/
int sizeOfTargetArray();
/**
* Sets array of all "Target" element
*/
void setTargetArray(java.lang.String[] targetArray);
/**
* Sets ith "Target" element
*/
void setTargetArray(int i, java.lang.String target);
/**
* Sets (as xml) array of all "Target" element
*/
void xsetTargetArray(org.apache.xmlbeans.XmlToken[] targetArray);
/**
* Sets (as xml) ith "Target" element
*/
void xsetTargetArray(int i, org.apache.xmlbeans.XmlToken target);
/**
* Inserts the value as the ith "Target" element
*/
void insertTarget(int i, java.lang.String target);
/**
* Appends the value as the last "Target" element
*/
void addTarget(java.lang.String target);
/**
* Inserts and returns a new empty value (as xml) as the ith "Target" element
*/
org.apache.xmlbeans.XmlToken insertNewTarget(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Target" element
*/
org.apache.xmlbeans.XmlToken addNewTarget();
/**
* Removes the ith "Target" element
*/
void removeTarget(int i);
/**
* An XML Protocol(@http://www.52north.org/wns/v2).
*
* This is an atomic type that is a restriction of org.x52North.wns.v2.WNSUserDocument$WNSUser$SingleUser$User$Channel$Protocol.
*/
public interface Protocol extends org.apache.xmlbeans.XmlToken
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Protocol.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("protocol19b5elemtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum HTTP = Enum.forString("HTTP");
static final Enum XMPP = Enum.forString("XMPP");
static final Enum SMS = Enum.forString("SMS");
static final Enum PHONE = Enum.forString("Phone");
static final Enum MAIL = Enum.forString("Mail");
static final Enum FAX = Enum.forString("Fax");
static final Enum EMAIL = Enum.forString("Email");
static final int INT_HTTP = Enum.INT_HTTP;
static final int INT_XMPP = Enum.INT_XMPP;
static final int INT_SMS = Enum.INT_SMS;
static final int INT_PHONE = Enum.INT_PHONE;
static final int INT_MAIL = Enum.INT_MAIL;
static final int INT_FAX = Enum.INT_FAX;
static final int INT_EMAIL = Enum.INT_EMAIL;
/**
* Enumeration value class for org.x52North.wns.v2.WNSUserDocument$WNSUser$SingleUser$User$Channel$Protocol.
* 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_HTTP
* 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_HTTP = 1;
static final int INT_XMPP = 2;
static final int INT_SMS = 3;
static final int INT_PHONE = 4;
static final int INT_MAIL = 5;
static final int INT_FAX = 6;
static final int INT_EMAIL = 7;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("HTTP", INT_HTTP),
new Enum("XMPP", INT_XMPP),
new Enum("SMS", INT_SMS),
new Enum("Phone", INT_PHONE),
new Enum("Mail", INT_MAIL),
new Enum("Fax", INT_FAX),
new Enum("Email", INT_EMAIL),
}
);
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 org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol newValue(java.lang.Object obj) {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol) type.newValue( obj ); }
public static org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol newInstance() {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel.Protocol) 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 org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel newInstance() {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User.Channel) 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 org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User newInstance() {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser.User) 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 org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser newInstance() {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.SingleUser) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML MultiUser(@http://www.52north.org/wns/v2).
*
* This is a complex type.
*/
public interface MultiUser extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(MultiUser.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("multiuser577aelemtype");
/**
* Gets array of all "User" elements
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User[] getUserArray();
/**
* Gets ith "User" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User getUserArray(int i);
/**
* Returns number of "User" element
*/
int sizeOfUserArray();
/**
* Sets array of all "User" element
*/
void setUserArray(org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User[] userArray);
/**
* Sets ith "User" element
*/
void setUserArray(int i, org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User user);
/**
* Inserts and returns a new empty value (as xml) as the ith "User" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User insertNewUser(int i);
/**
* Appends and returns a new empty value (as xml) as the last "User" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User addNewUser();
/**
* Removes the ith "User" element
*/
void removeUser(int i);
/**
* An XML User(@http://www.52north.org/wns/v2).
*
* This is a complex type.
*/
public interface User extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(User.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("user71c1elemtype");
/**
* Gets the "ID" element
*/
java.lang.String getID();
/**
* Gets (as xml) the "ID" element
*/
org.apache.xmlbeans.XmlToken xgetID();
/**
* Sets the "ID" element
*/
void setID(java.lang.String id);
/**
* Sets (as xml) the "ID" element
*/
void xsetID(org.apache.xmlbeans.XmlToken id);
/**
* Gets the "AssociatedUsers" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User.AssociatedUsers getAssociatedUsers();
/**
* Sets the "AssociatedUsers" element
*/
void setAssociatedUsers(org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User.AssociatedUsers associatedUsers);
/**
* Appends and returns a new empty "AssociatedUsers" element
*/
org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User.AssociatedUsers addNewAssociatedUsers();
/**
* An XML AssociatedUsers(@http://www.52north.org/wns/v2).
*
* This is a complex type.
*/
public interface AssociatedUsers extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AssociatedUsers.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("associatedusersdd93elemtype");
/**
* Gets array of all "ID" elements
*/
java.lang.String[] getIDArray();
/**
* Gets ith "ID" element
*/
java.lang.String getIDArray(int i);
/**
* Gets (as xml) array of all "ID" elements
*/
org.apache.xmlbeans.XmlToken[] xgetIDArray();
/**
* Gets (as xml) ith "ID" element
*/
org.apache.xmlbeans.XmlToken xgetIDArray(int i);
/**
* Returns number of "ID" element
*/
int sizeOfIDArray();
/**
* Sets array of all "ID" element
*/
void setIDArray(java.lang.String[] idArray);
/**
* Sets ith "ID" element
*/
void setIDArray(int i, java.lang.String id);
/**
* Sets (as xml) array of all "ID" element
*/
void xsetIDArray(org.apache.xmlbeans.XmlToken[] idArray);
/**
* Sets (as xml) ith "ID" element
*/
void xsetIDArray(int i, org.apache.xmlbeans.XmlToken id);
/**
* Inserts the value as the ith "ID" element
*/
void insertID(int i, java.lang.String id);
/**
* Appends the value as the last "ID" element
*/
void addID(java.lang.String id);
/**
* Inserts and returns a new empty value (as xml) as the ith "ID" element
*/
org.apache.xmlbeans.XmlToken insertNewID(int i);
/**
* Appends and returns a new empty value (as xml) as the last "ID" element
*/
org.apache.xmlbeans.XmlToken addNewID();
/**
* Removes the ith "ID" element
*/
void removeID(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User.AssociatedUsers newInstance() {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User.AssociatedUsers) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User.AssociatedUsers newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User.AssociatedUsers) 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 org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User newInstance() {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser.User) 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 org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser newInstance() {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser.MultiUser) 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 org.x52North.wns.v2.WNSUserDocument.WNSUser newInstance() {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.WNSUserDocument.WNSUser newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.WNSUserDocument.WNSUser) 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 org.x52North.wns.v2.WNSUserDocument newInstance() {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.WNSUserDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.x52North.wns.v2.WNSUserDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static org.x52North.wns.v2.WNSUserDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.x52North.wns.v2.WNSUserDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static org.x52North.wns.v2.WNSUserDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static org.x52North.wns.v2.WNSUserDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static org.x52North.wns.v2.WNSUserDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static org.x52North.wns.v2.WNSUserDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static org.x52North.wns.v2.WNSUserDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static org.x52North.wns.v2.WNSUserDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static org.x52North.wns.v2.WNSUserDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static org.x52North.wns.v2.WNSUserDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static org.x52North.wns.v2.WNSUserDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static org.x52North.wns.v2.WNSUserDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static org.x52North.wns.v2.WNSUserDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.x52North.wns.v2.WNSUserDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.x52North.wns.v2.WNSUserDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.x52North.wns.v2.WNSUserDocument 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 (org.x52North.wns.v2.WNSUserDocument) 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
}
}