| Package | Description |
|---|---|
| x0.oasisNamesTcEbxmlRegrepXsdRim3 | |
| x0.oasisNamesTcEbxmlRegrepXsdRim3.impl |
| Modifier and Type | Method and Description |
|---|---|
ServiceBindingType |
ServiceType.addNewServiceBinding()
Appends and returns a new empty value (as xml) as the last "ServiceBinding" element
|
ServiceBindingType |
ServiceBindingDocument.addNewServiceBinding()
Appends and returns a new empty "ServiceBinding" element
|
ServiceBindingType |
ServiceBindingDocument.getServiceBinding()
Gets the "ServiceBinding" element
|
ServiceBindingType[] |
ServiceType.getServiceBindingArray()
Gets array of all "ServiceBinding" elements
|
ServiceBindingType |
ServiceType.getServiceBindingArray(int i)
Gets ith "ServiceBinding" element
|
ServiceBindingType |
ServiceType.insertNewServiceBinding(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceBinding" element
|
static ServiceBindingType |
ServiceBindingType.Factory.newInstance() |
static ServiceBindingType |
ServiceBindingType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.io.File file) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.io.InputStream is) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(org.w3c.dom.Node node) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.io.Reader r) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.lang.String xmlAsString) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.net.URL u) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceBindingType |
ServiceBindingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceBindingType |
ServiceBindingType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static ServiceBindingType |
ServiceBindingType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceBindingDocument.setServiceBinding(ServiceBindingType serviceBinding)
Sets the "ServiceBinding" element
|
void |
ServiceType.setServiceBindingArray(int i,
ServiceBindingType serviceBinding)
Sets ith "ServiceBinding" element
|
void |
ServiceType.setServiceBindingArray(ServiceBindingType[] serviceBindingArray)
Sets array of all "ServiceBinding" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceBindingTypeImpl
An XML ServiceBindingType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBindingType |
ServiceBindingDocumentImpl.addNewServiceBinding()
Appends and returns a new empty "ServiceBinding" element
|
ServiceBindingType |
ServiceTypeImpl.addNewServiceBinding()
Appends and returns a new empty value (as xml) as the last "ServiceBinding" element
|
ServiceBindingType |
ServiceBindingDocumentImpl.getServiceBinding()
Gets the "ServiceBinding" element
|
ServiceBindingType[] |
ServiceTypeImpl.getServiceBindingArray()
Gets array of all "ServiceBinding" elements
|
ServiceBindingType |
ServiceTypeImpl.getServiceBindingArray(int i)
Gets ith "ServiceBinding" element
|
ServiceBindingType |
ServiceTypeImpl.insertNewServiceBinding(int i)
Inserts and returns a new empty value (as xml) as the ith "ServiceBinding" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceBindingDocumentImpl.setServiceBinding(ServiceBindingType serviceBinding)
Sets the "ServiceBinding" element
|
void |
ServiceTypeImpl.setServiceBindingArray(int i,
ServiceBindingType serviceBinding)
Sets ith "ServiceBinding" element
|
void |
ServiceTypeImpl.setServiceBindingArray(ServiceBindingType[] serviceBindingArray)
Sets array of all "ServiceBinding" element
|
Copyright © 2015–2018 52north.org. All rights reserved.