|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HarvestType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getSource()
org.apache.xmlbeans.XmlAnyURI xgetSource()
void setSource(String source)
void xsetSource(org.apache.xmlbeans.XmlAnyURI source)
String getResourceType()
org.apache.xmlbeans.XmlString xgetResourceType()
void setResourceType(String resourceType)
void xsetResourceType(org.apache.xmlbeans.XmlString resourceType)
String getResourceFormat()
org.apache.xmlbeans.XmlString xgetResourceFormat()
boolean isSetResourceFormat()
void setResourceFormat(String resourceFormat)
void xsetResourceFormat(org.apache.xmlbeans.XmlString resourceFormat)
void unsetResourceFormat()
org.apache.xmlbeans.GDuration getHarvestInterval()
org.apache.xmlbeans.XmlDuration xgetHarvestInterval()
boolean isSetHarvestInterval()
void setHarvestInterval(org.apache.xmlbeans.GDuration harvestInterval)
void xsetHarvestInterval(org.apache.xmlbeans.XmlDuration harvestInterval)
void unsetHarvestInterval()
String[] getResponseHandlerArray()
String getResponseHandlerArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetResponseHandlerArray()
org.apache.xmlbeans.XmlAnyURI xgetResponseHandlerArray(int i)
int sizeOfResponseHandlerArray()
void setResponseHandlerArray(String[] responseHandlerArray)
void setResponseHandlerArray(int i, String responseHandler)
void xsetResponseHandlerArray(org.apache.xmlbeans.XmlAnyURI[] responseHandlerArray)
void xsetResponseHandlerArray(int i, org.apache.xmlbeans.XmlAnyURI responseHandler)
void insertResponseHandler(int i, String responseHandler)
void addResponseHandler(String responseHandler)
org.apache.xmlbeans.XmlAnyURI insertNewResponseHandler(int i)
org.apache.xmlbeans.XmlAnyURI addNewResponseHandler()
void removeResponseHandler(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |