net.opengis.swe.x101.AllowedTimesDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: AllowedTimes
* Namespace: http://www.opengis.net/swe/1.0.1
* Java type: net.opengis.swe.x101.AllowedTimesDocument
*
* Automatically generated - do not modify.
*/
package net.opengis.swe.x101;
/**
* A document containing one AllowedTimes(@http://www.opengis.net/swe/1.0.1) element.
*
* This is a complex type.
*/
public interface AllowedTimesDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AllowedTimesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("allowedtimes79efdoctype");
/**
* Gets the "AllowedTimes" element
*/
net.opengis.swe.x101.AllowedTimesDocument.AllowedTimes getAllowedTimes();
/**
* Sets the "AllowedTimes" element
*/
void setAllowedTimes(net.opengis.swe.x101.AllowedTimesDocument.AllowedTimes allowedTimes);
/**
* Appends and returns a new empty "AllowedTimes" element
*/
net.opengis.swe.x101.AllowedTimesDocument.AllowedTimes addNewAllowedTimes();
/**
* An XML AllowedTimes(@http://www.opengis.net/swe/1.0.1).
*
* This is a complex type.
*/
public interface AllowedTimes extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(AllowedTimes.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s746EE08EBAFCE08196059CD2378D54C5").resolveHandle("allowedtimes7529elemtype");
/**
* Gets the "min" element
*/
java.lang.Object getMin();
/**
* Gets (as xml) the "min" element
*/
net.opengis.swe.x101.TimePositionType xgetMin();
/**
* True if has "min" element
*/
boolean isSetMin();
/**
* Sets the "min" element
*/
void setMin(java.lang.Object min);
/**
* Sets (as xml) the "min" element
*/
void xsetMin(net.opengis.swe.x101.TimePositionType min);
/**
* Unsets the "min" element
*/
void unsetMin();
/**
* Gets the "max" element
*/
java.lang.Object getMax();
/**
* Gets (as xml) the "max" element
*/
net.opengis.swe.x101.TimePositionType xgetMax();
/**
* True if has "max" element
*/
boolean isSetMax();
/**
* Sets the "max" element
*/
void setMax(java.lang.Object max);
/**
* Sets (as xml) the "max" element
*/
void xsetMax(net.opengis.swe.x101.TimePositionType 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.TimePair[] xgetIntervalArray();
/**
* Gets (as xml) ith "interval" element
*/
net.opengis.swe.x101.TimePair 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.TimePair[] intervalArray);
/**
* Sets (as xml) ith "interval" element
*/
void xsetIntervalArray(int i, net.opengis.swe.x101.TimePair 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.TimePair insertNewInterval(int i);
/**
* Appends and returns a new empty value (as xml) as the last "interval" element
*/
net.opengis.swe.x101.TimePair 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.TimeList[] xgetValueListArray();
/**
* Gets (as xml) ith "valueList" element
*/
net.opengis.swe.x101.TimeList 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.TimeList[] valueListArray);
/**
* Sets (as xml) ith "valueList" element
*/
void xsetValueListArray(int i, net.opengis.swe.x101.TimeList 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.TimeList insertNewValueList(int i);
/**
* Appends and returns a new empty value (as xml) as the last "valueList" element
*/
net.opengis.swe.x101.TimeList 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.AllowedTimesDocument.AllowedTimes newInstance() {
return (net.opengis.swe.x101.AllowedTimesDocument.AllowedTimes) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.AllowedTimesDocument.AllowedTimes newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.AllowedTimesDocument.AllowedTimes) 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.AllowedTimesDocument newInstance() {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.swe.x101.AllowedTimesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.opengis.swe.x101.AllowedTimesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedTimesDocument) 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.AllowedTimesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.opengis.swe.x101.AllowedTimesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.swe.x101.AllowedTimesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.opengis.swe.x101.AllowedTimesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.swe.x101.AllowedTimesDocument 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.AllowedTimesDocument) 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