TimeInstantPropertyType |
TimePeriodType.addNewBegin() |
Appends and returns a new empty "begin" element
|
TimeInstantPropertyType |
TimePeriodType.addNewEnd() |
Appends and returns a new empty "end" element
|
TimeInstantPropertyType |
TimeCoordinateSystemType.addNewOrigin() |
Appends and returns a new empty "origin" element
|
TimeInstantPropertyType |
TimeNodeType.addNewPosition() |
Appends and returns a new empty "position" element
|
TimeInstantPropertyType |
TimePeriodType.getBegin() |
Gets the "begin" element
|
TimeInstantPropertyType |
TimePeriodType.getEnd() |
Gets the "end" element
|
TimeInstantPropertyType |
TimeCoordinateSystemType.getOrigin() |
Gets the "origin" element
|
TimeInstantPropertyType |
TimeNodeType.getPosition() |
Gets the "position" element
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.newInstance() |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(File file) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(InputStream is) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(Reader r) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(String xmlAsString) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(URL u) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(XMLStreamReader sr) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(Node node) |
|
static TimeInstantPropertyType |
TimeInstantPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|