| Package | Description |
|---|---|
| net.opengis.pubsub.x10 | |
| net.opengis.pubsub.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
ProcessingLanguageType |
ProcessingCapabilitiesType.addNewProcessingLanguage()
Appends and returns a new empty value (as xml) as the last "ProcessingLanguage" element
|
ProcessingLanguageType |
ProcessingLanguageDocument.addNewProcessingLanguage()
Appends and returns a new empty "ProcessingLanguage" element
|
ProcessingLanguageType |
ProcessingLanguageDocument.getProcessingLanguage()
Gets the "ProcessingLanguage" element
|
ProcessingLanguageType[] |
ProcessingCapabilitiesType.getProcessingLanguageArray()
Gets array of all "ProcessingLanguage" elements
|
ProcessingLanguageType |
ProcessingCapabilitiesType.getProcessingLanguageArray(int i)
Gets ith "ProcessingLanguage" element
|
ProcessingLanguageType |
ProcessingCapabilitiesType.insertNewProcessingLanguage(int i)
Inserts and returns a new empty value (as xml) as the ith "ProcessingLanguage" element
|
static ProcessingLanguageType |
ProcessingLanguageType.Factory.newInstance() |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(File file) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(InputStream is) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(Node node) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(Reader r) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(String xmlAsString) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(URL u) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(XMLStreamReader sr) |
static ProcessingLanguageType |
ProcessingLanguageType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingLanguageDocument.setProcessingLanguage(ProcessingLanguageType processingLanguage)
Sets the "ProcessingLanguage" element
|
void |
ProcessingCapabilitiesType.setProcessingLanguageArray(int i,
ProcessingLanguageType processingLanguage)
Sets ith "ProcessingLanguage" element
|
void |
ProcessingCapabilitiesType.setProcessingLanguageArray(ProcessingLanguageType[] processingLanguageArray)
Sets array of all "ProcessingLanguage" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessingLanguageTypeImpl
An XML ProcessingLanguageType(@http://www.opengis.net/pubsub/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingLanguageType |
ProcessingLanguageDocumentImpl.addNewProcessingLanguage()
Appends and returns a new empty "ProcessingLanguage" element
|
ProcessingLanguageType |
ProcessingCapabilitiesTypeImpl.addNewProcessingLanguage()
Appends and returns a new empty value (as xml) as the last "ProcessingLanguage" element
|
ProcessingLanguageType |
ProcessingLanguageDocumentImpl.getProcessingLanguage()
Gets the "ProcessingLanguage" element
|
ProcessingLanguageType[] |
ProcessingCapabilitiesTypeImpl.getProcessingLanguageArray()
Gets array of all "ProcessingLanguage" elements
|
ProcessingLanguageType |
ProcessingCapabilitiesTypeImpl.getProcessingLanguageArray(int i)
Gets ith "ProcessingLanguage" element
|
ProcessingLanguageType |
ProcessingCapabilitiesTypeImpl.insertNewProcessingLanguage(int i)
Inserts and returns a new empty value (as xml) as the ith "ProcessingLanguage" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingLanguageDocumentImpl.setProcessingLanguage(ProcessingLanguageType processingLanguage)
Sets the "ProcessingLanguage" element
|
void |
ProcessingCapabilitiesTypeImpl.setProcessingLanguageArray(int i,
ProcessingLanguageType processingLanguage)
Sets ith "ProcessingLanguage" element
|
void |
ProcessingCapabilitiesTypeImpl.setProcessingLanguageArray(ProcessingLanguageType[] processingLanguageArray)
Sets array of all "ProcessingLanguage" element
|
Copyright © 2017 52north.org. All rights reserved.