EXVerticalExtentPropertyType |
EXExtentType.addNewVerticalElement() |
Appends and returns a new empty value (as xml) as the last "verticalElement" element
|
EXVerticalExtentPropertyType[] |
EXExtentType.getVerticalElementArray() |
Gets array of all "verticalElement" elements
|
EXVerticalExtentPropertyType |
EXExtentType.getVerticalElementArray(int i) |
Gets ith "verticalElement" element
|
EXVerticalExtentPropertyType |
EXExtentType.insertNewVerticalElement(int i) |
Inserts and returns a new empty value (as xml) as the ith "verticalElement" element
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.newInstance() |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(File file) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(InputStream is) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(Reader r) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(String xmlAsString) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(URL u) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(XMLStreamReader sr) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(Node node) |
|
static EXVerticalExtentPropertyType |
EXVerticalExtentPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|