public static interface CapabilitiesDocument.Capabilities.Contents.LinkedCatalog
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog.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 |
|---|---|
String |
getCatalogURL()
Gets the "CatalogURL" element
|
int |
getPushIntervalSeconds()
Gets the "PushIntervalSeconds" element
|
String |
getStatus()
Gets the "Status" element
|
void |
setCatalogURL(String catalogURL)
Sets the "CatalogURL" element
|
void |
setPushIntervalSeconds(int pushIntervalSeconds)
Sets the "PushIntervalSeconds" element
|
void |
setStatus(String status)
Sets the "Status" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetCatalogURL()
Gets (as xml) the "CatalogURL" element
|
org.apache.xmlbeans.XmlInt |
xgetPushIntervalSeconds()
Gets (as xml) the "PushIntervalSeconds" element
|
org.apache.xmlbeans.XmlString |
xgetStatus()
Gets (as xml) the "Status" element
|
void |
xsetCatalogURL(org.apache.xmlbeans.XmlAnyURI catalogURL)
Sets (as xml) the "CatalogURL" element
|
void |
xsetPushIntervalSeconds(org.apache.xmlbeans.XmlInt pushIntervalSeconds)
Sets (as xml) the "PushIntervalSeconds" element
|
void |
xsetStatus(org.apache.xmlbeans.XmlString status)
Sets (as xml) the "Status" element
|
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 getCatalogURL()
org.apache.xmlbeans.XmlAnyURI xgetCatalogURL()
void setCatalogURL(String catalogURL)
void xsetCatalogURL(org.apache.xmlbeans.XmlAnyURI catalogURL)
String getStatus()
org.apache.xmlbeans.XmlString xgetStatus()
void setStatus(String status)
void xsetStatus(org.apache.xmlbeans.XmlString status)
int getPushIntervalSeconds()
org.apache.xmlbeans.XmlInt xgetPushIntervalSeconds()
void setPushIntervalSeconds(int pushIntervalSeconds)
void xsetPushIntervalSeconds(org.apache.xmlbeans.XmlInt pushIntervalSeconds)
Copyright © 2017 52north.org. All rights reserved.