
org.nbnResolving.epicurlite.EpicurliteDocument 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!
/*
* An XML document type.
* Localname: epicurlite
* Namespace: http://nbn-resolving.org/epicurlite
* Java type: org.nbnResolving.epicurlite.EpicurliteDocument
*
* Automatically generated - do not modify.
*/
package org.nbnResolving.epicurlite;
/**
* A document containing one epicurlite(@http://nbn-resolving.org/epicurlite) element.
*
* This is a complex type.
*/
public interface EpicurliteDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EpicurliteDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7F9370017BA1D190A14E19A35D3F8C33").resolveHandle("epicurlite5dcedoctype");
/**
* Gets the "epicurlite" element
*/
org.nbnResolving.epicurlite.EpicurliteDocument.Epicurlite getEpicurlite();
/**
* Sets the "epicurlite" element
*/
void setEpicurlite(org.nbnResolving.epicurlite.EpicurliteDocument.Epicurlite epicurlite);
/**
* Appends and returns a new empty "epicurlite" element
*/
org.nbnResolving.epicurlite.EpicurliteDocument.Epicurlite addNewEpicurlite();
/**
* An XML epicurlite(@http://nbn-resolving.org/epicurlite).
*
* This is a complex type.
*/
public interface Epicurlite extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Epicurlite.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s7F9370017BA1D190A14E19A35D3F8C33").resolveHandle("epicurlitee4a2elemtype");
/**
* Gets the "login" element
*/
java.lang.String getLogin();
/**
* Gets (as xml) the "login" element
*/
org.apache.xmlbeans.XmlToken xgetLogin();
/**
* Sets the "login" element
*/
void setLogin(java.lang.String login);
/**
* Sets (as xml) the "login" element
*/
void xsetLogin(org.apache.xmlbeans.XmlToken login);
/**
* Gets the "password" element
*/
java.lang.String getPassword();
/**
* Gets (as xml) the "password" element
*/
org.apache.xmlbeans.XmlToken xgetPassword();
/**
* Sets the "password" element
*/
void setPassword(java.lang.String password);
/**
* Sets (as xml) the "password" element
*/
void xsetPassword(org.apache.xmlbeans.XmlToken password);
/**
* Gets the "identifier" element
*/
org.nbnResolving.epicurlite.IdentifierType getIdentifier();
/**
* True if has "identifier" element
*/
boolean isSetIdentifier();
/**
* Sets the "identifier" element
*/
void setIdentifier(org.nbnResolving.epicurlite.IdentifierType identifier);
/**
* Appends and returns a new empty "identifier" element
*/
org.nbnResolving.epicurlite.IdentifierType addNewIdentifier();
/**
* Unsets the "identifier" element
*/
void unsetIdentifier();
/**
* Gets array of all "resource" elements
*/
org.nbnResolving.epicurlite.ResourceType[] getResourceArray();
/**
* Gets ith "resource" element
*/
org.nbnResolving.epicurlite.ResourceType getResourceArray(int i);
/**
* Returns number of "resource" element
*/
int sizeOfResourceArray();
/**
* Sets array of all "resource" element
*/
void setResourceArray(org.nbnResolving.epicurlite.ResourceType[] resourceArray);
/**
* Sets ith "resource" element
*/
void setResourceArray(int i, org.nbnResolving.epicurlite.ResourceType resource);
/**
* Inserts and returns a new empty value (as xml) as the ith "resource" element
*/
org.nbnResolving.epicurlite.ResourceType insertNewResource(int i);
/**
* Appends and returns a new empty value (as xml) as the last "resource" element
*/
org.nbnResolving.epicurlite.ResourceType addNewResource();
/**
* Removes the ith "resource" element
*/
void removeResource(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.nbnResolving.epicurlite.EpicurliteDocument.Epicurlite newInstance() {
return (org.nbnResolving.epicurlite.EpicurliteDocument.Epicurlite) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument.Epicurlite newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.nbnResolving.epicurlite.EpicurliteDocument.Epicurlite) 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.nbnResolving.epicurlite.EpicurliteDocument newInstance() {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.nbnResolving.epicurlite.EpicurliteDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.nbnResolving.epicurlite.EpicurliteDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.nbnResolving.epicurlite.EpicurliteDocument 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.nbnResolving.epicurlite.EpicurliteDocument) 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