Uses of Interface
org.isotc211.x2005.gmd.PTLocaleType
-
Packages that use PTLocaleType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of PTLocaleType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return PTLocaleType Modifier and Type Method Description PTLocaleTypePTLocaleDocument. addNewPTLocale()Appends and returns a new empty "PT_Locale" elementPTLocaleTypePTLocalePropertyType. addNewPTLocale()Appends and returns a new empty "PT_Locale" elementPTLocaleTypePTLocaleDocument. getPTLocale()Gets the "PT_Locale" elementPTLocaleTypePTLocalePropertyType. getPTLocale()Gets the "PT_Locale" elementstatic PTLocaleTypePTLocaleType.Factory. newInstance()static PTLocaleTypePTLocaleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PTLocaleTypePTLocaleType.Factory. parse(File file)static PTLocaleTypePTLocaleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PTLocaleTypePTLocaleType.Factory. parse(InputStream is)static PTLocaleTypePTLocaleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PTLocaleTypePTLocaleType.Factory. parse(Reader r)static PTLocaleTypePTLocaleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PTLocaleTypePTLocaleType.Factory. parse(String xmlAsString)static PTLocaleTypePTLocaleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PTLocaleTypePTLocaleType.Factory. parse(URL u)static PTLocaleTypePTLocaleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PTLocaleTypePTLocaleType.Factory. parse(XMLStreamReader sr)static PTLocaleTypePTLocaleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PTLocaleTypePTLocaleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PTLocaleTypePTLocaleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PTLocaleTypePTLocaleType.Factory. parse(Node node)static PTLocaleTypePTLocaleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type PTLocaleType Modifier and Type Method Description voidPTLocaleDocument. setPTLocale(PTLocaleType ptLocale)Sets the "PT_Locale" elementvoidPTLocalePropertyType. setPTLocale(PTLocaleType ptLocale)Sets the "PT_Locale" element -
Uses of PTLocaleType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement PTLocaleType Modifier and Type Class Description classPTLocaleTypeImplAn XML PT_Locale_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return PTLocaleType Modifier and Type Method Description PTLocaleTypePTLocaleDocumentImpl. addNewPTLocale()Appends and returns a new empty "PT_Locale" elementPTLocaleTypePTLocalePropertyTypeImpl. addNewPTLocale()Appends and returns a new empty "PT_Locale" elementPTLocaleTypePTLocaleDocumentImpl. getPTLocale()Gets the "PT_Locale" elementPTLocaleTypePTLocalePropertyTypeImpl. getPTLocale()Gets the "PT_Locale" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type PTLocaleType Modifier and Type Method Description voidPTLocaleDocumentImpl. setPTLocale(PTLocaleType ptLocale)Sets the "PT_Locale" elementvoidPTLocalePropertyTypeImpl. setPTLocale(PTLocaleType ptLocale)Sets the "PT_Locale" element
-