| Package | Description |
|---|---|
| x0.oasisNamesTcEbxmlRegrepXsdRim3 | |
| x0.oasisNamesTcEbxmlRegrepXsdRim3.impl |
| Modifier and Type | Method and Description |
|---|---|
LongName |
ValueListType.addNewValue()
Appends and returns a new empty value (as xml) as the last "Value" element
|
LongName |
ValueListType.insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "Value" element
|
static LongName |
LongName.Factory.newInstance() |
static LongName |
LongName.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LongName |
LongName.Factory.newValue(java.lang.Object obj) |
static LongName |
LongName.Factory.parse(java.io.File file) |
static LongName |
LongName.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static LongName |
LongName.Factory.parse(java.io.InputStream is) |
static LongName |
LongName.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LongName |
LongName.Factory.parse(org.w3c.dom.Node node) |
static LongName |
LongName.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static LongName |
LongName.Factory.parse(java.io.Reader r) |
static LongName |
LongName.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LongName |
LongName.Factory.parse(java.lang.String xmlAsString) |
static LongName |
LongName.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LongName |
LongName.Factory.parse(java.net.URL u) |
static LongName |
LongName.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static LongName |
LongName.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LongName |
LongName.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LongName |
LongName.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static LongName |
LongName.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
LongName |
ClassificationNodeType.xgetCode()
Gets (as xml) the "code" attribute
|
LongName |
ExtrinsicObjectType.xgetMimeType()
Gets (as xml) the "mimeType" attribute
|
LongName |
SlotType1.xgetName()
Gets (as xml) the "name" attribute
|
LongName |
ClassificationType.xgetNodeRepresentation()
Gets (as xml) the "nodeRepresentation" attribute
|
LongName |
ValueDocument.xgetValue()
Gets (as xml) the "Value" element
|
LongName |
ExternalIdentifierType.xgetValue()
Gets (as xml) the "value" attribute
|
LongName[] |
ValueListType.xgetValueArray()
Gets (as xml) array of all "Value" elements
|
LongName |
ValueListType.xgetValueArray(int i)
Gets (as xml) ith "Value" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationNodeType.xsetCode(LongName code)
Sets (as xml) the "code" attribute
|
void |
ExtrinsicObjectType.xsetMimeType(LongName mimeType)
Sets (as xml) the "mimeType" attribute
|
void |
SlotType1.xsetName(LongName name)
Sets (as xml) the "name" attribute
|
void |
ClassificationType.xsetNodeRepresentation(LongName nodeRepresentation)
Sets (as xml) the "nodeRepresentation" attribute
|
void |
ValueDocument.xsetValue(LongName value)
Sets (as xml) the "Value" element
|
void |
ExternalIdentifierType.xsetValue(LongName value)
Sets (as xml) the "value" attribute
|
void |
ValueListType.xsetValueArray(int i,
LongName value)
Sets (as xml) ith "Value" element
|
void |
ValueListType.xsetValueArray(LongName[] valueArray)
Sets (as xml) array of all "Value" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
LongNameImpl
An XML LongName(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
LongName |
ValueListTypeImpl.addNewValue()
Appends and returns a new empty value (as xml) as the last "Value" element
|
LongName |
ValueListTypeImpl.insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "Value" element
|
LongName |
ClassificationNodeTypeImpl.xgetCode()
Gets (as xml) the "code" attribute
|
LongName |
ExtrinsicObjectTypeImpl.xgetMimeType()
Gets (as xml) the "mimeType" attribute
|
LongName |
SlotType1Impl.xgetName()
Gets (as xml) the "name" attribute
|
LongName |
ClassificationTypeImpl.xgetNodeRepresentation()
Gets (as xml) the "nodeRepresentation" attribute
|
LongName |
ValueDocumentImpl.xgetValue()
Gets (as xml) the "Value" element
|
LongName |
ExternalIdentifierTypeImpl.xgetValue()
Gets (as xml) the "value" attribute
|
LongName[] |
ValueListTypeImpl.xgetValueArray()
Gets (as xml) array of all "Value" elements
|
LongName |
ValueListTypeImpl.xgetValueArray(int i)
Gets (as xml) ith "Value" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationNodeTypeImpl.xsetCode(LongName code)
Sets (as xml) the "code" attribute
|
void |
ExtrinsicObjectTypeImpl.xsetMimeType(LongName mimeType)
Sets (as xml) the "mimeType" attribute
|
void |
SlotType1Impl.xsetName(LongName name)
Sets (as xml) the "name" attribute
|
void |
ClassificationTypeImpl.xsetNodeRepresentation(LongName nodeRepresentation)
Sets (as xml) the "nodeRepresentation" attribute
|
void |
ValueDocumentImpl.xsetValue(LongName value)
Sets (as xml) the "Value" element
|
void |
ExternalIdentifierTypeImpl.xsetValue(LongName value)
Sets (as xml) the "value" attribute
|
void |
ValueListTypeImpl.xsetValueArray(int i,
LongName value)
Sets (as xml) ith "Value" element
|
void |
ValueListTypeImpl.xsetValueArray(LongName[] valueArray)
Sets (as xml) array of all "Value" element
|
Copyright © 2015–2018 52north.org. All rights reserved.