Uses of Interface
org.isotc211.x2005.gmd.LocalisedCharacterStringPropertyType
-
Packages that use LocalisedCharacterStringPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of LocalisedCharacterStringPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return LocalisedCharacterStringPropertyType Modifier and Type Method Description LocalisedCharacterStringPropertyTypePTLocaleContainerType. addNewLocalisedString()Appends and returns a new empty value (as xml) as the last "localisedString" elementLocalisedCharacterStringPropertyTypePTFreeTextType. addNewTextGroup()Appends and returns a new empty value (as xml) as the last "textGroup" elementLocalisedCharacterStringPropertyType[]PTLocaleContainerType. getLocalisedStringArray()Gets array of all "localisedString" elementsLocalisedCharacterStringPropertyTypePTLocaleContainerType. getLocalisedStringArray(int i)Gets ith "localisedString" elementLocalisedCharacterStringPropertyType[]PTFreeTextType. getTextGroupArray()Gets array of all "textGroup" elementsLocalisedCharacterStringPropertyTypePTFreeTextType. getTextGroupArray(int i)Gets ith "textGroup" elementLocalisedCharacterStringPropertyTypePTLocaleContainerType. insertNewLocalisedString(int i)Inserts and returns a new empty value (as xml) as the ith "localisedString" elementLocalisedCharacterStringPropertyTypePTFreeTextType. insertNewTextGroup(int i)Inserts and returns a new empty value (as xml) as the ith "textGroup" elementstatic LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. newInstance()static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(File file)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(InputStream is)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(Reader r)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(String xmlAsString)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(URL u)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(XMLStreamReader sr)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(Node node)static LocalisedCharacterStringPropertyTypeLocalisedCharacterStringPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type LocalisedCharacterStringPropertyType Modifier and Type Method Description voidPTLocaleContainerType. setLocalisedStringArray(int i, LocalisedCharacterStringPropertyType localisedString)Sets ith "localisedString" elementvoidPTLocaleContainerType. setLocalisedStringArray(LocalisedCharacterStringPropertyType[] localisedStringArray)Sets array of all "localisedString" elementvoidPTFreeTextType. setTextGroupArray(int i, LocalisedCharacterStringPropertyType textGroup)Sets ith "textGroup" elementvoidPTFreeTextType. setTextGroupArray(LocalisedCharacterStringPropertyType[] textGroupArray)Sets array of all "textGroup" element -
Uses of LocalisedCharacterStringPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement LocalisedCharacterStringPropertyType Modifier and Type Class Description classLocalisedCharacterStringPropertyTypeImplAn XML LocalisedCharacterString_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return LocalisedCharacterStringPropertyType Modifier and Type Method Description LocalisedCharacterStringPropertyTypePTLocaleContainerTypeImpl. addNewLocalisedString()Appends and returns a new empty value (as xml) as the last "localisedString" elementLocalisedCharacterStringPropertyTypePTFreeTextTypeImpl. addNewTextGroup()Appends and returns a new empty value (as xml) as the last "textGroup" elementLocalisedCharacterStringPropertyType[]PTLocaleContainerTypeImpl. getLocalisedStringArray()Gets array of all "localisedString" elementsLocalisedCharacterStringPropertyTypePTLocaleContainerTypeImpl. getLocalisedStringArray(int i)Gets ith "localisedString" elementLocalisedCharacterStringPropertyType[]PTFreeTextTypeImpl. getTextGroupArray()Gets array of all "textGroup" elementsLocalisedCharacterStringPropertyTypePTFreeTextTypeImpl. getTextGroupArray(int i)Gets ith "textGroup" elementLocalisedCharacterStringPropertyTypePTLocaleContainerTypeImpl. insertNewLocalisedString(int i)Inserts and returns a new empty value (as xml) as the ith "localisedString" elementLocalisedCharacterStringPropertyTypePTFreeTextTypeImpl. insertNewTextGroup(int i)Inserts and returns a new empty value (as xml) as the ith "textGroup" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type LocalisedCharacterStringPropertyType Modifier and Type Method Description voidPTLocaleContainerTypeImpl. setLocalisedStringArray(int i, LocalisedCharacterStringPropertyType localisedString)Sets ith "localisedString" elementvoidPTLocaleContainerTypeImpl. setLocalisedStringArray(LocalisedCharacterStringPropertyType[] localisedStringArray)Sets array of all "localisedString" elementvoidPTFreeTextTypeImpl. setTextGroupArray(int i, LocalisedCharacterStringPropertyType textGroup)Sets ith "textGroup" elementvoidPTFreeTextTypeImpl. setTextGroupArray(LocalisedCharacterStringPropertyType[] textGroupArray)Sets array of all "textGroup" element
-