LineStringSegmentArrayPropertyType |
TinType.addNewBreakLines() |
Appends and returns a new empty value (as xml) as the last "breakLines" element
|
LineStringSegmentArrayPropertyType |
TinType.addNewStopLines() |
Appends and returns a new empty value (as xml) as the last "stopLines" element
|
LineStringSegmentArrayPropertyType[] |
TinType.getBreakLinesArray() |
Gets array of all "breakLines" elements
|
LineStringSegmentArrayPropertyType |
TinType.getBreakLinesArray(int i) |
Gets ith "breakLines" element
|
LineStringSegmentArrayPropertyType[] |
TinType.getStopLinesArray() |
Gets array of all "stopLines" elements
|
LineStringSegmentArrayPropertyType |
TinType.getStopLinesArray(int i) |
Gets ith "stopLines" element
|
LineStringSegmentArrayPropertyType |
TinType.insertNewBreakLines(int i) |
Inserts and returns a new empty value (as xml) as the ith "breakLines" element
|
LineStringSegmentArrayPropertyType |
TinType.insertNewStopLines(int i) |
Inserts and returns a new empty value (as xml) as the ith "stopLines" element
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.newInstance() |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(File file) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(InputStream is) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(Reader r) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(String xmlAsString) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(URL u) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(XMLStreamReader sr) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(Node node) |
|
static LineStringSegmentArrayPropertyType |
LineStringSegmentArrayPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|