net.opengis.cat.csw.x202
Interface HarvestType

All Superinterfaces:
RequestBaseType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
HarvestTypeImpl

public interface HarvestType
extends RequestBaseType

An XML HarvestType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.


Nested Class Summary
static class HarvestType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.XmlAnyURI addNewResponseHandler()
          Appends and returns a new empty value (as xml) as the last "ResponseHandler" element
 void addResponseHandler(String responseHandler)
          Appends the value as the last "ResponseHandler" element
 org.apache.xmlbeans.GDuration getHarvestInterval()
          Gets the "HarvestInterval" element
 String getResourceFormat()
          Gets the "ResourceFormat" element
 String getResourceType()
          Gets the "ResourceType" element
 String[] getResponseHandlerArray()
          Gets array of all "ResponseHandler" elements
 String getResponseHandlerArray(int i)
          Gets ith "ResponseHandler" element
 String getSource()
          Gets the "Source" element
 org.apache.xmlbeans.XmlAnyURI insertNewResponseHandler(int i)
          Inserts and returns a new empty value (as xml) as the ith "ResponseHandler" element
 void insertResponseHandler(int i, String responseHandler)
          Inserts the value as the ith "ResponseHandler" element
 boolean isSetHarvestInterval()
          True if has "HarvestInterval" element
 boolean isSetResourceFormat()
          True if has "ResourceFormat" element
 void removeResponseHandler(int i)
          Removes the ith "ResponseHandler" element
 void setHarvestInterval(org.apache.xmlbeans.GDuration harvestInterval)
          Sets the "HarvestInterval" element
 void setResourceFormat(String resourceFormat)
          Sets the "ResourceFormat" element
 void setResourceType(String resourceType)
          Sets the "ResourceType" element
 void setResponseHandlerArray(int i, String responseHandler)
          Sets ith "ResponseHandler" element
 void setResponseHandlerArray(String[] responseHandlerArray)
          Sets array of all "ResponseHandler" element
 void setSource(String source)
          Sets the "Source" element
 int sizeOfResponseHandlerArray()
          Returns number of "ResponseHandler" element
 void unsetHarvestInterval()
          Unsets the "HarvestInterval" element
 void unsetResourceFormat()
          Unsets the "ResourceFormat" element
 org.apache.xmlbeans.XmlDuration xgetHarvestInterval()
          Gets (as xml) the "HarvestInterval" element
 org.apache.xmlbeans.XmlString xgetResourceFormat()
          Gets (as xml) the "ResourceFormat" element
 org.apache.xmlbeans.XmlString xgetResourceType()
          Gets (as xml) the "ResourceType" element
 org.apache.xmlbeans.XmlAnyURI[] xgetResponseHandlerArray()
          Gets (as xml) array of all "ResponseHandler" elements
 org.apache.xmlbeans.XmlAnyURI xgetResponseHandlerArray(int i)
          Gets (as xml) ith "ResponseHandler" element
 org.apache.xmlbeans.XmlAnyURI xgetSource()
          Gets (as xml) the "Source" element
 void xsetHarvestInterval(org.apache.xmlbeans.XmlDuration harvestInterval)
          Sets (as xml) the "HarvestInterval" element
 void xsetResourceFormat(org.apache.xmlbeans.XmlString resourceFormat)
          Sets (as xml) the "ResourceFormat" element
 void xsetResourceType(org.apache.xmlbeans.XmlString resourceType)
          Sets (as xml) the "ResourceType" element
 void xsetResponseHandlerArray(int i, org.apache.xmlbeans.XmlAnyURI responseHandler)
          Sets (as xml) ith "ResponseHandler" element
 void xsetResponseHandlerArray(org.apache.xmlbeans.XmlAnyURI[] responseHandlerArray)
          Sets (as xml) array of all "ResponseHandler" element
 void xsetSource(org.apache.xmlbeans.XmlAnyURI source)
          Sets (as xml) the "Source" element
 
Methods inherited from interface net.opengis.cat.csw.x202.RequestBaseType
getService, getVersion, setService, setVersion, xgetService, xgetVersion, xsetService, xsetVersion
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getSource

String getSource()
Gets the "Source" element


xgetSource

org.apache.xmlbeans.XmlAnyURI xgetSource()
Gets (as xml) the "Source" element


setSource

void setSource(String source)
Sets the "Source" element


xsetSource

void xsetSource(org.apache.xmlbeans.XmlAnyURI source)
Sets (as xml) the "Source" element


getResourceType

String getResourceType()
Gets the "ResourceType" element


xgetResourceType

org.apache.xmlbeans.XmlString xgetResourceType()
Gets (as xml) the "ResourceType" element


setResourceType

void setResourceType(String resourceType)
Sets the "ResourceType" element


xsetResourceType

void xsetResourceType(org.apache.xmlbeans.XmlString resourceType)
Sets (as xml) the "ResourceType" element


getResourceFormat

String getResourceFormat()
Gets the "ResourceFormat" element


xgetResourceFormat

org.apache.xmlbeans.XmlString xgetResourceFormat()
Gets (as xml) the "ResourceFormat" element


isSetResourceFormat

boolean isSetResourceFormat()
True if has "ResourceFormat" element


setResourceFormat

void setResourceFormat(String resourceFormat)
Sets the "ResourceFormat" element


xsetResourceFormat

void xsetResourceFormat(org.apache.xmlbeans.XmlString resourceFormat)
Sets (as xml) the "ResourceFormat" element


unsetResourceFormat

void unsetResourceFormat()
Unsets the "ResourceFormat" element


getHarvestInterval

org.apache.xmlbeans.GDuration getHarvestInterval()
Gets the "HarvestInterval" element


xgetHarvestInterval

org.apache.xmlbeans.XmlDuration xgetHarvestInterval()
Gets (as xml) the "HarvestInterval" element


isSetHarvestInterval

boolean isSetHarvestInterval()
True if has "HarvestInterval" element


setHarvestInterval

void setHarvestInterval(org.apache.xmlbeans.GDuration harvestInterval)
Sets the "HarvestInterval" element


xsetHarvestInterval

void xsetHarvestInterval(org.apache.xmlbeans.XmlDuration harvestInterval)
Sets (as xml) the "HarvestInterval" element


unsetHarvestInterval

void unsetHarvestInterval()
Unsets the "HarvestInterval" element


getResponseHandlerArray

String[] getResponseHandlerArray()
Gets array of all "ResponseHandler" elements


getResponseHandlerArray

String getResponseHandlerArray(int i)
Gets ith "ResponseHandler" element


xgetResponseHandlerArray

org.apache.xmlbeans.XmlAnyURI[] xgetResponseHandlerArray()
Gets (as xml) array of all "ResponseHandler" elements


xgetResponseHandlerArray

org.apache.xmlbeans.XmlAnyURI xgetResponseHandlerArray(int i)
Gets (as xml) ith "ResponseHandler" element


sizeOfResponseHandlerArray

int sizeOfResponseHandlerArray()
Returns number of "ResponseHandler" element


setResponseHandlerArray

void setResponseHandlerArray(String[] responseHandlerArray)
Sets array of all "ResponseHandler" element


setResponseHandlerArray

void setResponseHandlerArray(int i,
                             String responseHandler)
Sets ith "ResponseHandler" element


xsetResponseHandlerArray

void xsetResponseHandlerArray(org.apache.xmlbeans.XmlAnyURI[] responseHandlerArray)
Sets (as xml) array of all "ResponseHandler" element


xsetResponseHandlerArray

void xsetResponseHandlerArray(int i,
                              org.apache.xmlbeans.XmlAnyURI responseHandler)
Sets (as xml) ith "ResponseHandler" element


insertResponseHandler

void insertResponseHandler(int i,
                           String responseHandler)
Inserts the value as the ith "ResponseHandler" element


addResponseHandler

void addResponseHandler(String responseHandler)
Appends the value as the last "ResponseHandler" element


insertNewResponseHandler

org.apache.xmlbeans.XmlAnyURI insertNewResponseHandler(int i)
Inserts and returns a new empty value (as xml) as the ith "ResponseHandler" element


addNewResponseHandler

org.apache.xmlbeans.XmlAnyURI addNewResponseHandler()
Appends and returns a new empty value (as xml) as the last "ResponseHandler" element


removeResponseHandler

void removeResponseHandler(int i)
Removes the ith "ResponseHandler" element



Copyright © 2004-2012 52north.org. All Rights Reserved.