| Package | Description |
|---|---|
| x0.oasisNamesTcEbxmlRegrepXsdRim3 | |
| x0.oasisNamesTcEbxmlRegrepXsdRim3.impl |
| Modifier and Type | Method and Description |
|---|---|
ObjectRefType |
ObjectRefListType.addNewObjectRef()
Appends and returns a new empty value (as xml) as the last "ObjectRef" element
|
ObjectRefType |
ObjectRefDocument.addNewObjectRef()
Appends and returns a new empty "ObjectRef" element
|
ObjectRefType |
ObjectRefDocument.getObjectRef()
Gets the "ObjectRef" element
|
ObjectRefType[] |
ObjectRefListType.getObjectRefArray()
Gets array of all "ObjectRef" elements
|
ObjectRefType |
ObjectRefListType.getObjectRefArray(int i)
Gets ith "ObjectRef" element
|
ObjectRefType |
ObjectRefListType.insertNewObjectRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ObjectRef" element
|
static ObjectRefType |
ObjectRefType.Factory.newInstance() |
static ObjectRefType |
ObjectRefType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.io.File file) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.io.InputStream is) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ObjectRefType |
ObjectRefType.Factory.parse(org.w3c.dom.Node node) |
static ObjectRefType |
ObjectRefType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.io.Reader r) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.lang.String xmlAsString) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.net.URL u) |
static ObjectRefType |
ObjectRefType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static ObjectRefType |
ObjectRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ObjectRefType |
ObjectRefType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ObjectRefType |
ObjectRefType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static ObjectRefType |
ObjectRefType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectRefDocument.setObjectRef(ObjectRefType objectRef)
Sets the "ObjectRef" element
|
void |
ObjectRefListType.setObjectRefArray(int i,
ObjectRefType objectRef)
Sets ith "ObjectRef" element
|
void |
ObjectRefListType.setObjectRefArray(ObjectRefType[] objectRefArray)
Sets array of all "ObjectRef" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectRefTypeImpl
An XML ObjectRefType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
ObjectRefType |
ObjectRefListTypeImpl.addNewObjectRef()
Appends and returns a new empty value (as xml) as the last "ObjectRef" element
|
ObjectRefType |
ObjectRefDocumentImpl.addNewObjectRef()
Appends and returns a new empty "ObjectRef" element
|
ObjectRefType |
ObjectRefDocumentImpl.getObjectRef()
Gets the "ObjectRef" element
|
ObjectRefType[] |
ObjectRefListTypeImpl.getObjectRefArray()
Gets array of all "ObjectRef" elements
|
ObjectRefType |
ObjectRefListTypeImpl.getObjectRefArray(int i)
Gets ith "ObjectRef" element
|
ObjectRefType |
ObjectRefListTypeImpl.insertNewObjectRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ObjectRef" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectRefDocumentImpl.setObjectRef(ObjectRefType objectRef)
Sets the "ObjectRef" element
|
void |
ObjectRefListTypeImpl.setObjectRefArray(int i,
ObjectRefType objectRef)
Sets ith "ObjectRef" element
|
void |
ObjectRefListTypeImpl.setObjectRefArray(ObjectRefType[] objectRefArray)
Sets array of all "ObjectRef" element
|
Copyright © 2015–2018 52north.org. All rights reserved.