
nbnDe11112004033116.IdentifierType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of epicur Show documentation
Show all versions of epicur Show documentation
Java classes (generated with XML-Beans) for XML-Schemas xepicur and epicurlite processing.
See the official URN:NBN Resolver http://nbn-resolving.org or http://persid.org
The newest version!
/*
* XML Type: identifierType
* Namespace: urn:nbn:de:1111-2004033116
* Java type: nbnDe11112004033116.IdentifierType
*
* Automatically generated - do not modify.
*/
package nbnDe11112004033116;
/**
* An XML identifierType(@urn:nbn:de:1111-2004033116).
*
* This is an atomic type that is a restriction of nbnDe11112004033116.IdentifierType.
*/
public interface IdentifierType extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(IdentifierType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7F9370017BA1D190A14E19A35D3F8C33").resolveHandle("identifiertypeb879type");
/**
* Gets the "scheme" attribute
*/
nbnDe11112004033116.IdentifierType.Scheme.Enum getScheme();
/**
* Gets (as xml) the "scheme" attribute
*/
nbnDe11112004033116.IdentifierType.Scheme xgetScheme();
/**
* Sets the "scheme" attribute
*/
void setScheme(nbnDe11112004033116.IdentifierType.Scheme.Enum scheme);
/**
* Sets (as xml) the "scheme" attribute
*/
void xsetScheme(nbnDe11112004033116.IdentifierType.Scheme scheme);
/**
* Gets the "type" attribute
*/
nbnDe11112004033116.IdentifierType.Type.Enum getType();
/**
* Gets (as xml) the "type" attribute
*/
nbnDe11112004033116.IdentifierType.Type xgetType();
/**
* True if has "type" attribute
*/
boolean isSetType();
/**
* Sets the "type" attribute
*/
void setType(nbnDe11112004033116.IdentifierType.Type.Enum type);
/**
* Sets (as xml) the "type" attribute
*/
void xsetType(nbnDe11112004033116.IdentifierType.Type type);
/**
* Unsets the "type" attribute
*/
void unsetType();
/**
* Gets the "status" attribute
*/
nbnDe11112004033116.IdentifierType.Status.Enum getStatus();
/**
* Gets (as xml) the "status" attribute
*/
nbnDe11112004033116.IdentifierType.Status xgetStatus();
/**
* True if has "status" attribute
*/
boolean isSetStatus();
/**
* Sets the "status" attribute
*/
void setStatus(nbnDe11112004033116.IdentifierType.Status.Enum status);
/**
* Sets (as xml) the "status" attribute
*/
void xsetStatus(nbnDe11112004033116.IdentifierType.Status status);
/**
* Unsets the "status" attribute
*/
void unsetStatus();
/**
* Gets the "role" attribute
*/
nbnDe11112004033116.IdentifierType.Role.Enum getRole();
/**
* Gets (as xml) the "role" attribute
*/
nbnDe11112004033116.IdentifierType.Role xgetRole();
/**
* True if has "role" attribute
*/
boolean isSetRole();
/**
* Sets the "role" attribute
*/
void setRole(nbnDe11112004033116.IdentifierType.Role.Enum role);
/**
* Sets (as xml) the "role" attribute
*/
void xsetRole(nbnDe11112004033116.IdentifierType.Role role);
/**
* Unsets the "role" attribute
*/
void unsetRole();
/**
* Gets the "origin" attribute
*/
nbnDe11112004033116.IdentifierType.Origin.Enum getOrigin();
/**
* Gets (as xml) the "origin" attribute
*/
nbnDe11112004033116.IdentifierType.Origin xgetOrigin();
/**
* True if has "origin" attribute
*/
boolean isSetOrigin();
/**
* Sets the "origin" attribute
*/
void setOrigin(nbnDe11112004033116.IdentifierType.Origin.Enum origin);
/**
* Sets (as xml) the "origin" attribute
*/
void xsetOrigin(nbnDe11112004033116.IdentifierType.Origin origin);
/**
* Unsets the "origin" attribute
*/
void unsetOrigin();
/**
* Gets the "target" attribute
*/
nbnDe11112004033116.IdentifierType.Target.Enum getTarget();
/**
* Gets (as xml) the "target" attribute
*/
nbnDe11112004033116.IdentifierType.Target xgetTarget();
/**
* True if has "target" attribute
*/
boolean isSetTarget();
/**
* Sets the "target" attribute
*/
void setTarget(nbnDe11112004033116.IdentifierType.Target.Enum target);
/**
* Sets (as xml) the "target" attribute
*/
void xsetTarget(nbnDe11112004033116.IdentifierType.Target target);
/**
* Unsets the "target" attribute
*/
void unsetTarget();
/**
* An XML scheme(@).
*
* This is an atomic type that is a restriction of nbnDe11112004033116.IdentifierType$Scheme.
*/
public interface Scheme extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Scheme.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7F9370017BA1D190A14E19A35D3F8C33").resolveHandle("scheme1dbeattrtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum URN = Enum.forString("urn");
static final Enum URN_NBN = Enum.forString("urn:nbn");
static final Enum URN_NBN_DE = Enum.forString("urn:nbn:de");
static final Enum URN_NBN_AT = Enum.forString("urn:nbn:at");
static final Enum URN_NBN_CH = Enum.forString("urn:nbn:ch");
static final Enum URL = Enum.forString("url");
static final int INT_URN = Enum.INT_URN;
static final int INT_URN_NBN = Enum.INT_URN_NBN;
static final int INT_URN_NBN_DE = Enum.INT_URN_NBN_DE;
static final int INT_URN_NBN_AT = Enum.INT_URN_NBN_AT;
static final int INT_URN_NBN_CH = Enum.INT_URN_NBN_CH;
static final int INT_URL = Enum.INT_URL;
/**
* Enumeration value class for nbnDe11112004033116.IdentifierType$Scheme.
* 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_URN
* 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_URN = 1;
static final int INT_URN_NBN = 2;
static final int INT_URN_NBN_DE = 3;
static final int INT_URN_NBN_AT = 4;
static final int INT_URN_NBN_CH = 5;
static final int INT_URL = 6;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("urn", INT_URN),
new Enum("urn:nbn", INT_URN_NBN),
new Enum("urn:nbn:de", INT_URN_NBN_DE),
new Enum("urn:nbn:at", INT_URN_NBN_AT),
new Enum("urn:nbn:ch", INT_URN_NBN_CH),
new Enum("url", INT_URL),
}
);
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 nbnDe11112004033116.IdentifierType.Scheme newValue(java.lang.Object obj) {
return (nbnDe11112004033116.IdentifierType.Scheme) type.newValue( obj ); }
public static nbnDe11112004033116.IdentifierType.Scheme newInstance() {
return (nbnDe11112004033116.IdentifierType.Scheme) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static nbnDe11112004033116.IdentifierType.Scheme newInstance(org.apache.xmlbeans.XmlOptions options) {
return (nbnDe11112004033116.IdentifierType.Scheme) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML type(@).
*
* This is an atomic type that is a restriction of nbnDe11112004033116.IdentifierType$Type.
*/
public interface Type extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Type.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7F9370017BA1D190A14E19A35D3F8C33").resolveHandle("typec2d3attrtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum FRONTPAGE = Enum.forString("frontpage");
static final int INT_FRONTPAGE = Enum.INT_FRONTPAGE;
/**
* Enumeration value class for nbnDe11112004033116.IdentifierType$Type.
* 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_FRONTPAGE
* 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_FRONTPAGE = 1;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("frontpage", INT_FRONTPAGE),
}
);
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 nbnDe11112004033116.IdentifierType.Type newValue(java.lang.Object obj) {
return (nbnDe11112004033116.IdentifierType.Type) type.newValue( obj ); }
public static nbnDe11112004033116.IdentifierType.Type newInstance() {
return (nbnDe11112004033116.IdentifierType.Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static nbnDe11112004033116.IdentifierType.Type newInstance(org.apache.xmlbeans.XmlOptions options) {
return (nbnDe11112004033116.IdentifierType.Type) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML status(@).
*
* This is an atomic type that is a restriction of nbnDe11112004033116.IdentifierType$Status.
*/
public interface Status extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Status.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7F9370017BA1D190A14E19A35D3F8C33").resolveHandle("status388battrtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum OLD = Enum.forString("old");
static final Enum NEW = Enum.forString("new");
static final int INT_OLD = Enum.INT_OLD;
static final int INT_NEW = Enum.INT_NEW;
/**
* Enumeration value class for nbnDe11112004033116.IdentifierType$Status.
* 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_OLD
* 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_OLD = 1;
static final int INT_NEW = 2;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("old", INT_OLD),
new Enum("new", INT_NEW),
}
);
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 nbnDe11112004033116.IdentifierType.Status newValue(java.lang.Object obj) {
return (nbnDe11112004033116.IdentifierType.Status) type.newValue( obj ); }
public static nbnDe11112004033116.IdentifierType.Status newInstance() {
return (nbnDe11112004033116.IdentifierType.Status) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static nbnDe11112004033116.IdentifierType.Status newInstance(org.apache.xmlbeans.XmlOptions options) {
return (nbnDe11112004033116.IdentifierType.Status) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML role(@).
*
* This is an atomic type that is a restriction of nbnDe11112004033116.IdentifierType$Role.
*/
public interface Role extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Role.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7F9370017BA1D190A14E19A35D3F8C33").resolveHandle("roleca0fattrtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum PRIMARY = Enum.forString("primary");
static final int INT_PRIMARY = Enum.INT_PRIMARY;
/**
* Enumeration value class for nbnDe11112004033116.IdentifierType$Role.
* 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_PRIMARY
* 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_PRIMARY = 1;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("primary", INT_PRIMARY),
}
);
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 nbnDe11112004033116.IdentifierType.Role newValue(java.lang.Object obj) {
return (nbnDe11112004033116.IdentifierType.Role) type.newValue( obj ); }
public static nbnDe11112004033116.IdentifierType.Role newInstance() {
return (nbnDe11112004033116.IdentifierType.Role) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static nbnDe11112004033116.IdentifierType.Role newInstance(org.apache.xmlbeans.XmlOptions options) {
return (nbnDe11112004033116.IdentifierType.Role) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML origin(@).
*
* This is an atomic type that is a restriction of nbnDe11112004033116.IdentifierType$Origin.
*/
public interface Origin extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Origin.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7F9370017BA1D190A14E19A35D3F8C33").resolveHandle("origin19bfattrtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum ORIGINAL = Enum.forString("original");
static final Enum EXTERN = Enum.forString("extern");
static final Enum ARCHIVE = Enum.forString("archive");
static final int INT_ORIGINAL = Enum.INT_ORIGINAL;
static final int INT_EXTERN = Enum.INT_EXTERN;
static final int INT_ARCHIVE = Enum.INT_ARCHIVE;
/**
* Enumeration value class for nbnDe11112004033116.IdentifierType$Origin.
* 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_ORIGINAL
* 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_ORIGINAL = 1;
static final int INT_EXTERN = 2;
static final int INT_ARCHIVE = 3;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("original", INT_ORIGINAL),
new Enum("extern", INT_EXTERN),
new Enum("archive", INT_ARCHIVE),
}
);
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 nbnDe11112004033116.IdentifierType.Origin newValue(java.lang.Object obj) {
return (nbnDe11112004033116.IdentifierType.Origin) type.newValue( obj ); }
public static nbnDe11112004033116.IdentifierType.Origin newInstance() {
return (nbnDe11112004033116.IdentifierType.Origin) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static nbnDe11112004033116.IdentifierType.Origin newInstance(org.apache.xmlbeans.XmlOptions options) {
return (nbnDe11112004033116.IdentifierType.Origin) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML target(@).
*
* This is an atomic type that is a restriction of nbnDe11112004033116.IdentifierType$Target.
*/
public interface Target extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Target.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7F9370017BA1D190A14E19A35D3F8C33").resolveHandle("target27aaattrtype");
org.apache.xmlbeans.StringEnumAbstractBase enumValue();
void set(org.apache.xmlbeans.StringEnumAbstractBase e);
static final Enum TRANSFER = Enum.forString("transfer");
static final int INT_TRANSFER = Enum.INT_TRANSFER;
/**
* Enumeration value class for nbnDe11112004033116.IdentifierType$Target.
* 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_TRANSFER
* 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_TRANSFER = 1;
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table =
new org.apache.xmlbeans.StringEnumAbstractBase.Table
(
new Enum[]
{
new Enum("transfer", INT_TRANSFER),
}
);
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 nbnDe11112004033116.IdentifierType.Target newValue(java.lang.Object obj) {
return (nbnDe11112004033116.IdentifierType.Target) type.newValue( obj ); }
public static nbnDe11112004033116.IdentifierType.Target newInstance() {
return (nbnDe11112004033116.IdentifierType.Target) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static nbnDe11112004033116.IdentifierType.Target newInstance(org.apache.xmlbeans.XmlOptions options) {
return (nbnDe11112004033116.IdentifierType.Target) 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 nbnDe11112004033116.IdentifierType newInstance() {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static nbnDe11112004033116.IdentifierType newInstance(org.apache.xmlbeans.XmlOptions options) {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static nbnDe11112004033116.IdentifierType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static nbnDe11112004033116.IdentifierType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static nbnDe11112004033116.IdentifierType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static nbnDe11112004033116.IdentifierType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static nbnDe11112004033116.IdentifierType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static nbnDe11112004033116.IdentifierType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static nbnDe11112004033116.IdentifierType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static nbnDe11112004033116.IdentifierType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static nbnDe11112004033116.IdentifierType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static nbnDe11112004033116.IdentifierType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static nbnDe11112004033116.IdentifierType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static nbnDe11112004033116.IdentifierType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static nbnDe11112004033116.IdentifierType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static nbnDe11112004033116.IdentifierType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static nbnDe11112004033116.IdentifierType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (nbnDe11112004033116.IdentifierType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static nbnDe11112004033116.IdentifierType 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 (nbnDe11112004033116.IdentifierType) 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