public static interface ContentsDocument.Contents
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContentsDocument.Contents.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 |
|---|---|
CoverageSummaryType |
addNewCoverageSummary()
Appends and returns a new empty value (as xml) as the last "CoverageSummary" element
|
OnlineResourceType |
addNewOtherSource()
Appends and returns a new empty value (as xml) as the last "OtherSource" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewSupportedCRS()
Appends and returns a new empty value (as xml) as the last "SupportedCRS" element
|
MimeType |
addNewSupportedFormat()
Appends and returns a new empty value (as xml) as the last "SupportedFormat" element
|
void |
addSupportedCRS(String supportedCRS)
Appends the value as the last "SupportedCRS" element
|
void |
addSupportedFormat(String supportedFormat)
Appends the value as the last "SupportedFormat" element
|
CoverageSummaryType[] |
getCoverageSummaryArray()
Gets array of all "CoverageSummary" elements
|
CoverageSummaryType |
getCoverageSummaryArray(int i)
Gets ith "CoverageSummary" element
|
OnlineResourceType[] |
getOtherSourceArray()
Gets array of all "OtherSource" elements
|
OnlineResourceType |
getOtherSourceArray(int i)
Gets ith "OtherSource" element
|
String[] |
getSupportedCRSArray()
Gets array of all "SupportedCRS" elements
|
String |
getSupportedCRSArray(int i)
Gets ith "SupportedCRS" element
|
String[] |
getSupportedFormatArray()
Gets array of all "SupportedFormat" elements
|
String |
getSupportedFormatArray(int i)
Gets ith "SupportedFormat" element
|
CoverageSummaryType |
insertNewCoverageSummary(int i)
Inserts and returns a new empty value (as xml) as the ith "CoverageSummary" element
|
OnlineResourceType |
insertNewOtherSource(int i)
Inserts and returns a new empty value (as xml) as the ith "OtherSource" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewSupportedCRS(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedCRS" element
|
MimeType |
insertNewSupportedFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "SupportedFormat" element
|
void |
insertSupportedCRS(int i,
String supportedCRS)
Inserts the value as the ith "SupportedCRS" element
|
void |
insertSupportedFormat(int i,
String supportedFormat)
Inserts the value as the ith "SupportedFormat" element
|
void |
removeCoverageSummary(int i)
Removes the ith "CoverageSummary" element
|
void |
removeOtherSource(int i)
Removes the ith "OtherSource" element
|
void |
removeSupportedCRS(int i)
Removes the ith "SupportedCRS" element
|
void |
removeSupportedFormat(int i)
Removes the ith "SupportedFormat" element
|
void |
setCoverageSummaryArray(CoverageSummaryType[] coverageSummaryArray)
Sets array of all "CoverageSummary" element
|
void |
setCoverageSummaryArray(int i,
CoverageSummaryType coverageSummary)
Sets ith "CoverageSummary" element
|
void |
setOtherSourceArray(int i,
OnlineResourceType otherSource)
Sets ith "OtherSource" element
|
void |
setOtherSourceArray(OnlineResourceType[] otherSourceArray)
Sets array of all "OtherSource" element
|
void |
setSupportedCRSArray(int i,
String supportedCRS)
Sets ith "SupportedCRS" element
|
void |
setSupportedCRSArray(String[] supportedCRSArray)
Sets array of all "SupportedCRS" element
|
void |
setSupportedFormatArray(int i,
String supportedFormat)
Sets ith "SupportedFormat" element
|
void |
setSupportedFormatArray(String[] supportedFormatArray)
Sets array of all "SupportedFormat" element
|
int |
sizeOfCoverageSummaryArray()
Returns number of "CoverageSummary" element
|
int |
sizeOfOtherSourceArray()
Returns number of "OtherSource" element
|
int |
sizeOfSupportedCRSArray()
Returns number of "SupportedCRS" element
|
int |
sizeOfSupportedFormatArray()
Returns number of "SupportedFormat" element
|
org.apache.xmlbeans.XmlAnyURI[] |
xgetSupportedCRSArray()
Gets (as xml) array of all "SupportedCRS" elements
|
org.apache.xmlbeans.XmlAnyURI |
xgetSupportedCRSArray(int i)
Gets (as xml) ith "SupportedCRS" element
|
MimeType[] |
xgetSupportedFormatArray()
Gets (as xml) array of all "SupportedFormat" elements
|
MimeType |
xgetSupportedFormatArray(int i)
Gets (as xml) ith "SupportedFormat" element
|
void |
xsetSupportedCRSArray(int i,
org.apache.xmlbeans.XmlAnyURI supportedCRS)
Sets (as xml) ith "SupportedCRS" element
|
void |
xsetSupportedCRSArray(org.apache.xmlbeans.XmlAnyURI[] supportedCRSArray)
Sets (as xml) array of all "SupportedCRS" element
|
void |
xsetSupportedFormatArray(int i,
MimeType supportedFormat)
Sets (as xml) ith "SupportedFormat" element
|
void |
xsetSupportedFormatArray(MimeType[] supportedFormatArray)
Sets (as xml) array of all "SupportedFormat" 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, xmlTextCoverageSummaryType[] getCoverageSummaryArray()
CoverageSummaryType getCoverageSummaryArray(int i)
int sizeOfCoverageSummaryArray()
void setCoverageSummaryArray(CoverageSummaryType[] coverageSummaryArray)
void setCoverageSummaryArray(int i,
CoverageSummaryType coverageSummary)
CoverageSummaryType insertNewCoverageSummary(int i)
CoverageSummaryType addNewCoverageSummary()
void removeCoverageSummary(int i)
String[] getSupportedCRSArray()
String getSupportedCRSArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetSupportedCRSArray()
org.apache.xmlbeans.XmlAnyURI xgetSupportedCRSArray(int i)
int sizeOfSupportedCRSArray()
void setSupportedCRSArray(String[] supportedCRSArray)
void setSupportedCRSArray(int i,
String supportedCRS)
void xsetSupportedCRSArray(org.apache.xmlbeans.XmlAnyURI[] supportedCRSArray)
void xsetSupportedCRSArray(int i,
org.apache.xmlbeans.XmlAnyURI supportedCRS)
void insertSupportedCRS(int i,
String supportedCRS)
void addSupportedCRS(String supportedCRS)
org.apache.xmlbeans.XmlAnyURI insertNewSupportedCRS(int i)
org.apache.xmlbeans.XmlAnyURI addNewSupportedCRS()
void removeSupportedCRS(int i)
String[] getSupportedFormatArray()
String getSupportedFormatArray(int i)
MimeType[] xgetSupportedFormatArray()
MimeType xgetSupportedFormatArray(int i)
int sizeOfSupportedFormatArray()
void setSupportedFormatArray(String[] supportedFormatArray)
void setSupportedFormatArray(int i,
String supportedFormat)
void xsetSupportedFormatArray(MimeType[] supportedFormatArray)
void xsetSupportedFormatArray(int i,
MimeType supportedFormat)
void insertSupportedFormat(int i,
String supportedFormat)
void addSupportedFormat(String supportedFormat)
MimeType insertNewSupportedFormat(int i)
MimeType addNewSupportedFormat()
void removeSupportedFormat(int i)
OnlineResourceType[] getOtherSourceArray()
OnlineResourceType getOtherSourceArray(int i)
int sizeOfOtherSourceArray()
void setOtherSourceArray(OnlineResourceType[] otherSourceArray)
void setOtherSourceArray(int i,
OnlineResourceType otherSource)
OnlineResourceType insertNewOtherSource(int i)
OnlineResourceType addNewOtherSource()
void removeOtherSource(int i)
Copyright © 2017 52north.org. All rights reserved.