public static interface CapabilitiesDocument.Capabilities.Contents
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CapabilitiesDocument.Capabilities.Contents.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
CapabilitiesDocument.Capabilities.Contents.HarvestedService
An XML HarvestedService(@http://52north.org/sir/0.3.2).
|
static interface |
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog
An XML LinkedCatalog(@http://52north.org/sir/0.3.2).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
CapabilitiesDocument.Capabilities.Contents.HarvestedService |
addNewHarvestedService()
Appends and returns a new empty value (as xml) as the last "HarvestedService" element
|
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog |
addNewLinkedCatalog()
Appends and returns a new empty value (as xml) as the last "LinkedCatalog" element
|
CapabilitiesDocument.Capabilities.Contents.HarvestedService[] |
getHarvestedServiceArray()
Gets array of all "HarvestedService" elements
|
CapabilitiesDocument.Capabilities.Contents.HarvestedService |
getHarvestedServiceArray(int i)
Gets ith "HarvestedService" element
|
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog[] |
getLinkedCatalogArray()
Gets array of all "LinkedCatalog" elements
|
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog |
getLinkedCatalogArray(int i)
Gets ith "LinkedCatalog" element
|
CapabilitiesDocument.Capabilities.Contents.HarvestedService |
insertNewHarvestedService(int i)
Inserts and returns a new empty value (as xml) as the ith "HarvestedService" element
|
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog |
insertNewLinkedCatalog(int i)
Inserts and returns a new empty value (as xml) as the ith "LinkedCatalog" element
|
void |
removeHarvestedService(int i)
Removes the ith "HarvestedService" element
|
void |
removeLinkedCatalog(int i)
Removes the ith "LinkedCatalog" element
|
void |
setHarvestedServiceArray(CapabilitiesDocument.Capabilities.Contents.HarvestedService[] harvestedServiceArray)
Sets array of all "HarvestedService" element
|
void |
setHarvestedServiceArray(int i,
CapabilitiesDocument.Capabilities.Contents.HarvestedService harvestedService)
Sets ith "HarvestedService" element
|
void |
setLinkedCatalogArray(CapabilitiesDocument.Capabilities.Contents.LinkedCatalog[] linkedCatalogArray)
Sets array of all "LinkedCatalog" element
|
void |
setLinkedCatalogArray(int i,
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog linkedCatalog)
Sets ith "LinkedCatalog" element
|
int |
sizeOfHarvestedServiceArray()
Returns number of "HarvestedService" element
|
int |
sizeOfLinkedCatalogArray()
Returns number of "LinkedCatalog" 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, xmlTextCapabilitiesDocument.Capabilities.Contents.HarvestedService[] getHarvestedServiceArray()
CapabilitiesDocument.Capabilities.Contents.HarvestedService getHarvestedServiceArray(int i)
int sizeOfHarvestedServiceArray()
void setHarvestedServiceArray(CapabilitiesDocument.Capabilities.Contents.HarvestedService[] harvestedServiceArray)
void setHarvestedServiceArray(int i,
CapabilitiesDocument.Capabilities.Contents.HarvestedService harvestedService)
CapabilitiesDocument.Capabilities.Contents.HarvestedService insertNewHarvestedService(int i)
CapabilitiesDocument.Capabilities.Contents.HarvestedService addNewHarvestedService()
void removeHarvestedService(int i)
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog[] getLinkedCatalogArray()
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog getLinkedCatalogArray(int i)
int sizeOfLinkedCatalogArray()
void setLinkedCatalogArray(CapabilitiesDocument.Capabilities.Contents.LinkedCatalog[] linkedCatalogArray)
void setLinkedCatalogArray(int i,
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog linkedCatalog)
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog insertNewLinkedCatalog(int i)
CapabilitiesDocument.Capabilities.Contents.LinkedCatalog addNewLinkedCatalog()
void removeLinkedCatalog(int i)
Copyright © 2017 52north.org. All rights reserved.