Package | Description |
---|---|
net.pmonks.xml.dozer.test | |
net.pmonks.xml.dozer.test.impl |
Modifier and Type | Method and Description |
---|---|
static IdentifierType |
IdentifierType.Factory.newInstance() |
static IdentifierType |
IdentifierType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.newValue(Object obj) |
static IdentifierType |
IdentifierType.Factory.parse(File file) |
static IdentifierType |
IdentifierType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(InputStream is) |
static IdentifierType |
IdentifierType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(Node node) |
static IdentifierType |
IdentifierType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(Reader r) |
static IdentifierType |
IdentifierType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(String xmlAsString) |
static IdentifierType |
IdentifierType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(URL u) |
static IdentifierType |
IdentifierType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static IdentifierType |
IdentifierType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static IdentifierType |
IdentifierType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static IdentifierType |
IdentifierType.Factory.parse(XMLStreamReader sr) |
static IdentifierType |
IdentifierType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
IdentifierType |
ParentType.xgetId()
Gets (as xml) the "Id" element
|
Modifier and Type | Method and Description |
---|---|
void |
ParentType.xsetId(IdentifierType id)
Sets (as xml) the "Id" element
|
Modifier and Type | Class and Description |
---|---|
class |
IdentifierTypeImpl
An XML IdentifierType(@http://www.pmonks.net/xml/dozer/test).
|
Modifier and Type | Method and Description |
---|---|
IdentifierType |
ParentTypeImpl.xgetId()
Gets (as xml) the "Id" element
|
Modifier and Type | Method and Description |
---|---|
void |
ParentTypeImpl.xsetId(IdentifierType id)
Sets (as xml) the "Id" element
|
Copyright © 2005-2014 dozer. All Rights Reserved.