net.opengis.swe.x101.AllowedValuesDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: AllowedValues
* Namespace: http://www.opengis.net/swe/1.0.1
* Java type: net.opengis.swe.x101.AllowedValuesDocument
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x101;
/**
* A document containing one AllowedValues(@http://www.opengis.net/swe/1.0.1) element.
*
* This is a complex type.
*/
public interface AllowedValuesDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AllowedValuesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("allowedvaluesf9d5doctype");
/**
* Gets the "AllowedValues" element
*/
net.opengis.swe.x101.AllowedValuesDocument.AllowedValues getAllowedValues();
/**
* Sets the "AllowedValues" element
*/
void setAllowedValues(net.opengis.swe.x101.AllowedValuesDocument.AllowedValues allowedValues);
/**
* Appends and returns a new empty "AllowedValues" element
*/
net.opengis.swe.x101.AllowedValuesDocument.AllowedValues addNewAllowedValues();
/**
* An XML AllowedValues(@http://www.opengis.net/swe/1.0.1).
*
* This is a complex type.
*/
public interface AllowedValues extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AllowedValues.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("allowedvaluesd95felemtype");
/**
* Gets the "min" element
*/
double getMin();
/**
* Gets (as xml) the "min" element
*/
org.apache.xmlbeans.XmlDouble xgetMin();
/**
* True if has "min" element
*/
boolean isSetMin();
/**
* Sets the "min" element
*/
void setMin(double min);
/**
* Sets (as xml) the "min" element
*/
void xsetMin(org.apache.xmlbeans.XmlDouble min);
/**
* Unsets the "min" element
*/
void unsetMin();
/**
* Gets the "max" element
*/
double getMax();
/**
* Gets (as xml) the "max" element
*/
org.apache.xmlbeans.XmlDouble xgetMax();
/**
* True if has "max" element
*/
boolean isSetMax();
/**
* Sets the "max" element
*/
void setMax(double max);
/**
* Sets (as xml) the "max" element
*/
void xsetMax(org.apache.xmlbeans.XmlDouble max);
/**
* Unsets the "max" element
*/
void unsetMax();
/**
* Gets array of all "interval" elements
*/
java.util.List[] getIntervalArray();
/**
* Gets ith "interval" element
*/
java.util.List getIntervalArray(int i);
/**
* Gets (as xml) array of all "interval" elements
*/
net.opengis.swe.x101.DecimalPair[] xgetIntervalArray();
/**
* Gets (as xml) ith "interval" element
*/
net.opengis.swe.x101.DecimalPair xgetIntervalArray(int i);
/**
* Returns number of "interval" element
*/
int sizeOfIntervalArray();
/**
* Sets array of all "interval" element
*/
void setIntervalArray(java.util.List[] intervalArray);
/**
* Sets ith "interval" element
*/
void setIntervalArray(int i, java.util.List interval);
/**
* Sets (as xml) array of all "interval" element
*/
void xsetIntervalArray(net.opengis.swe.x101.DecimalPair[] intervalArray);
/**
* Sets (as xml) ith "interval" element
*/
void xsetIntervalArray(int i, net.opengis.swe.x101.DecimalPair interval);
/**
* Inserts the value as the ith "interval" element
*/
void insertInterval(int i, java.util.List interval);
/**
* Appends the value as the last "interval" element
*/
void addInterval(java.util.List interval);
/**
* Inserts and returns a new empty value (as xml) as the ith "interval" element
*/
net.opengis.swe.x101.DecimalPair insertNewInterval(int i);
/**
* Appends and returns a new empty value (as xml) as the last "interval" element
*/
net.opengis.swe.x101.DecimalPair addNewInterval();
/**
* Removes the ith "interval" element
*/
void removeInterval(int i);
/**
* Gets array of all "valueList" elements
*/
java.util.List[] getValueListArray();
/**
* Gets ith "valueList" element
*/
java.util.List getValueListArray(int i);
/**
* Gets (as xml) array of all "valueList" elements
*/
net.opengis.swe.x101.DecimalList[] xgetValueListArray();
/**
* Gets (as xml) ith "valueList" element
*/
net.opengis.swe.x101.DecimalList xgetValueListArray(int i);
/**
* Returns number of "valueList" element
*/
int sizeOfValueListArray();
/**
* Sets array of all "valueList" element
*/
void setValueListArray(java.util.List[] valueListArray);
/**
* Sets ith "valueList" element
*/
void setValueListArray(int i, java.util.List valueList);
/**
* Sets (as xml) array of all "valueList" element
*/
void xsetValueListArray(net.opengis.swe.x101.DecimalList[] valueListArray);
/**
* Sets (as xml) ith "valueList" element
*/
void xsetValueListArray(int i, net.opengis.swe.x101.DecimalList valueList);
/**
* Inserts the value as the ith "valueList" element
*/
void insertValueList(int i, java.util.List valueList);
/**
* Appends the value as the last "valueList" element
*/
void addValueList(java.util.List valueList);
/**
* Inserts and returns a new empty value (as xml) as the ith "valueList" element
*/
net.opengis.swe.x101.DecimalList insertNewValueList(int i);
/**
* Appends and returns a new empty value (as xml) as the last "valueList" element
*/
net.opengis.swe.x101.DecimalList addNewValueList();
/**
* Removes the ith "valueList" element
*/
void removeValueList(int i);
/**
* Gets the "id" attribute
*/
java.lang.String getId();
/**
* Gets (as xml) the "id" attribute
*/
org.apache.xmlbeans.XmlID 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.XmlID id);
/**
* Unsets the "id" attribute
*/
void unsetId();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.opengis.swe.x101.AllowedValuesDocument.AllowedValues newInstance() {
return (net.opengis.swe.x101.AllowedValuesDocument.AllowedValues) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.AllowedValuesDocument.AllowedValues newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.AllowedValuesDocument.AllowedValues) 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 net.opengis.swe.x101.AllowedValuesDocument newInstance() {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.AllowedValuesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.opengis.swe.x101.AllowedValuesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.swe.x101.AllowedValuesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.opengis.swe.x101.AllowedValuesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.swe.x101.AllowedValuesDocument 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 (net.opengis.swe.x101.AllowedValuesDocument) 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