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.
/*
* An XML document type.
* Localname: GetFeatureOfInterest
* Namespace: http://www.opengis.net/sos/1.0
* Java type: net.opengis.sos.x10.GetFeatureOfInterestDocument
*
* Automatically generated - do not modify.
*/
package net.opengis.sos.x10;
/**
* A document containing one GetFeatureOfInterest(@http://www.opengis.net/sos/1.0) element.
*
* This is a complex type.
*/
public interface GetFeatureOfInterestDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GetFeatureOfInterestDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s10AF7FD2A8F04E8111EC741B860FB1D5").resolveHandle("getfeatureofinterestb55fdoctype");
/**
* Gets the "GetFeatureOfInterest" element
*/
net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest getGetFeatureOfInterest();
/**
* Sets the "GetFeatureOfInterest" element
*/
void setGetFeatureOfInterest(net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest getFeatureOfInterest);
/**
* Appends and returns a new empty "GetFeatureOfInterest" element
*/
net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest addNewGetFeatureOfInterest();
/**
* An XML GetFeatureOfInterest(@http://www.opengis.net/sos/1.0).
*
* This is a complex type.
*/
public interface GetFeatureOfInterest extends net.opengis.sos.x10.RequestBaseType
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GetFeatureOfInterest.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s10AF7FD2A8F04E8111EC741B860FB1D5").resolveHandle("getfeatureofinterest5b5celemtype");
/**
* Gets array of all "FeatureOfInterestId" elements
*/
java.lang.String[] getFeatureOfInterestIdArray();
/**
* Gets ith "FeatureOfInterestId" element
*/
java.lang.String getFeatureOfInterestIdArray(int i);
/**
* Gets (as xml) array of all "FeatureOfInterestId" elements
*/
org.apache.xmlbeans.XmlAnyURI[] xgetFeatureOfInterestIdArray();
/**
* Gets (as xml) ith "FeatureOfInterestId" element
*/
org.apache.xmlbeans.XmlAnyURI xgetFeatureOfInterestIdArray(int i);
/**
* Returns number of "FeatureOfInterestId" element
*/
int sizeOfFeatureOfInterestIdArray();
/**
* Sets array of all "FeatureOfInterestId" element
*/
void setFeatureOfInterestIdArray(java.lang.String[] featureOfInterestIdArray);
/**
* Sets ith "FeatureOfInterestId" element
*/
void setFeatureOfInterestIdArray(int i, java.lang.String featureOfInterestId);
/**
* Sets (as xml) array of all "FeatureOfInterestId" element
*/
void xsetFeatureOfInterestIdArray(org.apache.xmlbeans.XmlAnyURI[] featureOfInterestIdArray);
/**
* Sets (as xml) ith "FeatureOfInterestId" element
*/
void xsetFeatureOfInterestIdArray(int i, org.apache.xmlbeans.XmlAnyURI featureOfInterestId);
/**
* Inserts the value as the ith "FeatureOfInterestId" element
*/
void insertFeatureOfInterestId(int i, java.lang.String featureOfInterestId);
/**
* Appends the value as the last "FeatureOfInterestId" element
*/
void addFeatureOfInterestId(java.lang.String featureOfInterestId);
/**
* Inserts and returns a new empty value (as xml) as the ith "FeatureOfInterestId" element
*/
org.apache.xmlbeans.XmlAnyURI insertNewFeatureOfInterestId(int i);
/**
* Appends and returns a new empty value (as xml) as the last "FeatureOfInterestId" element
*/
org.apache.xmlbeans.XmlAnyURI addNewFeatureOfInterestId();
/**
* Removes the ith "FeatureOfInterestId" element
*/
void removeFeatureOfInterestId(int i);
/**
* Gets the "location" element
*/
net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.Location getLocation();
/**
* True if has "location" element
*/
boolean isSetLocation();
/**
* Sets the "location" element
*/
void setLocation(net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.Location location);
/**
* Appends and returns a new empty "location" element
*/
net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.Location addNewLocation();
/**
* Unsets the "location" element
*/
void unsetLocation();
/**
* Gets array of all "eventTime" elements
*/
net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime[] getEventTimeArray();
/**
* Gets ith "eventTime" element
*/
net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime getEventTimeArray(int i);
/**
* Returns number of "eventTime" element
*/
int sizeOfEventTimeArray();
/**
* Sets array of all "eventTime" element
*/
void setEventTimeArray(net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime[] eventTimeArray);
/**
* Sets ith "eventTime" element
*/
void setEventTimeArray(int i, net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime eventTime);
/**
* Inserts and returns a new empty value (as xml) as the ith "eventTime" element
*/
net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime insertNewEventTime(int i);
/**
* Appends and returns a new empty value (as xml) as the last "eventTime" element
*/
net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime addNewEventTime();
/**
* Removes the ith "eventTime" element
*/
void removeEventTime(int i);
/**
* An XML location(@http://www.opengis.net/sos/1.0).
*
* This is a complex type.
*/
public interface Location extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Location.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s10AF7FD2A8F04E8111EC741B860FB1D5").resolveHandle("location9eabelemtype");
/**
* Gets the "spatialOps" element
*/
net.opengis.ogc.SpatialOpsType getSpatialOps();
/**
* Sets the "spatialOps" element
*/
void setSpatialOps(net.opengis.ogc.SpatialOpsType spatialOps);
/**
* Appends and returns a new empty "spatialOps" element
*/
net.opengis.ogc.SpatialOpsType addNewSpatialOps();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.Location newInstance() {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.Location) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.Location newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.Location) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML eventTime(@http://www.opengis.net/sos/1.0).
*
* This is a complex type.
*/
public interface EventTime extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(EventTime.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s10AF7FD2A8F04E8111EC741B860FB1D5").resolveHandle("eventtime1749elemtype");
/**
* Gets the "temporalOps" element
*/
net.opengis.ogc.TemporalOpsType getTemporalOps();
/**
* Sets the "temporalOps" element
*/
void setTemporalOps(net.opengis.ogc.TemporalOpsType temporalOps);
/**
* Appends and returns a new empty "temporalOps" element
*/
net.opengis.ogc.TemporalOpsType addNewTemporalOps();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime newInstance() {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest.EventTime) 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.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest newInstance() {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument.GetFeatureOfInterest) 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.sos.x10.GetFeatureOfInterestDocument newInstance() {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.sos.x10.GetFeatureOfInterestDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.opengis.sos.x10.GetFeatureOfInterestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.opengis.sos.x10.GetFeatureOfInterestDocument 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.sos.x10.GetFeatureOfInterestDocument) 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
}
}