Please wait. This can take some minutes ...
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.
org.x52North.wns.v2.XMLHashTableDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: XMLHashTable
* Namespace: http://www.52north.org/wns/v2
* Java type: org.x52North.wns.v2.XMLHashTableDocument
*
* Automatically generated - do not modify.
*/
package org.x52North.wns.v2;
/**
* A document containing one XMLHashTable(@http://www.52north.org/wns/v2) element.
*
* This is a complex type.
*/
public interface XMLHashTableDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XMLHashTableDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("xmlhashtablece4bdoctype");
/**
* Gets the "XMLHashTable" element
*/
org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable getXMLHashTable();
/**
* Sets the "XMLHashTable" element
*/
void setXMLHashTable(org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable xmlHashTable);
/**
* Appends and returns a new empty "XMLHashTable" element
*/
org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable addNewXMLHashTable();
/**
* An XML XMLHashTable(@http://www.52north.org/wns/v2).
*
* This is a complex type.
*/
public interface XMLHashTable extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XMLHashTable.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("xmlhashtable30a6elemtype");
/**
* Gets array of all "Hash" elements
*/
org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash[] getHashArray();
/**
* Gets ith "Hash" element
*/
org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash getHashArray(int i);
/**
* Returns number of "Hash" element
*/
int sizeOfHashArray();
/**
* Sets array of all "Hash" element
*/
void setHashArray(org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash[] hashArray);
/**
* Sets ith "Hash" element
*/
void setHashArray(int i, org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash hash);
/**
* Inserts and returns a new empty value (as xml) as the ith "Hash" element
*/
org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash insertNewHash(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Hash" element
*/
org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash addNewHash();
/**
* Removes the ith "Hash" element
*/
void removeHash(int i);
/**
* An XML Hash(@http://www.52north.org/wns/v2).
*
* This is a complex type.
*/
public interface Hash extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Hash.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE8B7EC2C55D66E03E687E924ECFA3D66").resolveHandle("hash8770elemtype");
/**
* Gets the "Date" element
*/
long getDate();
/**
* Gets (as xml) the "Date" element
*/
org.apache.xmlbeans.XmlLong xgetDate();
/**
* Sets the "Date" element
*/
void setDate(long date);
/**
* Sets (as xml) the "Date" element
*/
void xsetDate(org.apache.xmlbeans.XmlLong date);
/**
* Gets the "MessageID" element
*/
java.lang.String getMessageID();
/**
* Gets (as xml) the "MessageID" element
*/
org.apache.xmlbeans.XmlToken xgetMessageID();
/**
* Sets the "MessageID" element
*/
void setMessageID(java.lang.String messageID);
/**
* Sets (as xml) the "MessageID" element
*/
void xsetMessageID(org.apache.xmlbeans.XmlToken messageID);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash newInstance() {
return (org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable.Hash) 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.XMLHashTableDocument.XMLHashTable newInstance() {
return (org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.XMLHashTableDocument.XMLHashTable) 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.XMLHashTableDocument newInstance() {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.x52North.wns.v2.XMLHashTableDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.XMLHashTableDocument) 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.XMLHashTableDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static org.x52North.wns.v2.XMLHashTableDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.x52North.wns.v2.XMLHashTableDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.x52North.wns.v2.XMLHashTableDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.x52North.wns.v2.XMLHashTableDocument 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.XMLHashTableDocument) 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
}
}