PhysicalSystemType |
PhysicalSystemDocument.addNewPhysicalSystem() |
Appends and returns a new empty "PhysicalSystem" element
|
PhysicalSystemType |
PhysicalSystemPropertyType.addNewPhysicalSystem() |
Appends and returns a new empty "PhysicalSystem" element
|
PhysicalSystemType |
PhysicalSystemDocument.getPhysicalSystem() |
Gets the "PhysicalSystem" element
|
PhysicalSystemType |
PhysicalSystemPropertyType.getPhysicalSystem() |
Gets the "PhysicalSystem" element
|
static PhysicalSystemType |
PhysicalSystemType.Factory.newInstance() |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(File file) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(InputStream is) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(Reader r) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(String xmlAsString) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(URL u) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(XMLStreamReader sr) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(Node node) |
|
static PhysicalSystemType |
PhysicalSystemType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|