public static interface HarvestServiceRequestDocument.HarvestServiceRequest
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
HarvestServiceRequestDocument.HarvestServiceRequest.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
int |
getHarvestIntervalSeconds()
Gets the "HarvestIntervalSeconds" element
|
String |
getService()
Gets the "service" attribute
|
String |
getServiceType()
Gets the "ServiceType" element
|
String |
getServiceURL()
Gets the "ServiceURL" element
|
VersionAttribute.Version.Enum |
getVersion()
Gets the "version" attribute
|
boolean |
isSetHarvestIntervalSeconds()
True if has "HarvestIntervalSeconds" element
|
void |
setHarvestIntervalSeconds(int harvestIntervalSeconds)
Sets the "HarvestIntervalSeconds" element
|
void |
setService(String service)
Sets the "service" attribute
|
void |
setServiceType(String serviceType)
Sets the "ServiceType" element
|
void |
setServiceURL(String serviceURL)
Sets the "ServiceURL" element
|
void |
setVersion(VersionAttribute.Version.Enum version)
Sets the "version" attribute
|
void |
unsetHarvestIntervalSeconds()
Unsets the "HarvestIntervalSeconds" element
|
org.apache.xmlbeans.XmlInt |
xgetHarvestIntervalSeconds()
Gets (as xml) the "HarvestIntervalSeconds" element
|
org.apache.xmlbeans.XmlString |
xgetService()
Gets (as xml) the "service" attribute
|
org.apache.xmlbeans.XmlString |
xgetServiceType()
Gets (as xml) the "ServiceType" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetServiceURL()
Gets (as xml) the "ServiceURL" element
|
VersionAttribute.Version |
xgetVersion()
Gets (as xml) the "version" attribute
|
void |
xsetHarvestIntervalSeconds(org.apache.xmlbeans.XmlInt harvestIntervalSeconds)
Sets (as xml) the "HarvestIntervalSeconds" element
|
void |
xsetService(org.apache.xmlbeans.XmlString service)
Sets (as xml) the "service" attribute
|
void |
xsetServiceType(org.apache.xmlbeans.XmlString serviceType)
Sets (as xml) the "ServiceType" element
|
void |
xsetServiceURL(org.apache.xmlbeans.XmlAnyURI serviceURL)
Sets (as xml) the "ServiceURL" element
|
void |
xsetVersion(VersionAttribute.Version version)
Sets (as xml) the "version" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getServiceURL()
org.apache.xmlbeans.XmlAnyURI xgetServiceURL()
void setServiceURL(String serviceURL)
void xsetServiceURL(org.apache.xmlbeans.XmlAnyURI serviceURL)
String getServiceType()
org.apache.xmlbeans.XmlString xgetServiceType()
void setServiceType(String serviceType)
void xsetServiceType(org.apache.xmlbeans.XmlString serviceType)
int getHarvestIntervalSeconds()
org.apache.xmlbeans.XmlInt xgetHarvestIntervalSeconds()
boolean isSetHarvestIntervalSeconds()
void setHarvestIntervalSeconds(int harvestIntervalSeconds)
void xsetHarvestIntervalSeconds(org.apache.xmlbeans.XmlInt harvestIntervalSeconds)
void unsetHarvestIntervalSeconds()
String getService()
org.apache.xmlbeans.XmlString xgetService()
void setService(String service)
void xsetService(org.apache.xmlbeans.XmlString service)
VersionAttribute.Version.Enum getVersion()
VersionAttribute.Version xgetVersion()
void setVersion(VersionAttribute.Version.Enum version)
void xsetVersion(VersionAttribute.Version version)
Copyright © 2017 52north.org. All rights reserved.