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