Uses of Interface
org.isotc211.x2005.gmd.PTFreeTextType
-
Packages that use PTFreeTextType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of PTFreeTextType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return PTFreeTextType Modifier and Type Method Description PTFreeTextTypePTFreeTextDocument. addNewPTFreeText()Appends and returns a new empty "PT_FreeText" elementPTFreeTextTypePTFreeTextPropertyType. addNewPTFreeText()Appends and returns a new empty "PT_FreeText" elementPTFreeTextTypePTFreeTextDocument. getPTFreeText()Gets the "PT_FreeText" elementPTFreeTextTypePTFreeTextPropertyType. getPTFreeText()Gets the "PT_FreeText" elementstatic PTFreeTextTypePTFreeTextType.Factory. newInstance()static PTFreeTextTypePTFreeTextType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PTFreeTextTypePTFreeTextType.Factory. parse(File file)static PTFreeTextTypePTFreeTextType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PTFreeTextTypePTFreeTextType.Factory. parse(InputStream is)static PTFreeTextTypePTFreeTextType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PTFreeTextTypePTFreeTextType.Factory. parse(Reader r)static PTFreeTextTypePTFreeTextType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PTFreeTextTypePTFreeTextType.Factory. parse(String xmlAsString)static PTFreeTextTypePTFreeTextType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PTFreeTextTypePTFreeTextType.Factory. parse(URL u)static PTFreeTextTypePTFreeTextType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PTFreeTextTypePTFreeTextType.Factory. parse(XMLStreamReader sr)static PTFreeTextTypePTFreeTextType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PTFreeTextTypePTFreeTextType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PTFreeTextTypePTFreeTextType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PTFreeTextTypePTFreeTextType.Factory. parse(Node node)static PTFreeTextTypePTFreeTextType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type PTFreeTextType Modifier and Type Method Description voidPTFreeTextDocument. setPTFreeText(PTFreeTextType ptFreeText)Sets the "PT_FreeText" elementvoidPTFreeTextPropertyType. setPTFreeText(PTFreeTextType ptFreeText)Sets the "PT_FreeText" element -
Uses of PTFreeTextType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement PTFreeTextType Modifier and Type Class Description classPTFreeTextTypeImplAn XML PT_FreeText_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return PTFreeTextType Modifier and Type Method Description PTFreeTextTypePTFreeTextDocumentImpl. addNewPTFreeText()Appends and returns a new empty "PT_FreeText" elementPTFreeTextTypePTFreeTextPropertyTypeImpl. addNewPTFreeText()Appends and returns a new empty "PT_FreeText" elementPTFreeTextTypePTFreeTextDocumentImpl. getPTFreeText()Gets the "PT_FreeText" elementPTFreeTextTypePTFreeTextPropertyTypeImpl. getPTFreeText()Gets the "PT_FreeText" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type PTFreeTextType Modifier and Type Method Description voidPTFreeTextDocumentImpl. setPTFreeText(PTFreeTextType ptFreeText)Sets the "PT_FreeText" elementvoidPTFreeTextPropertyTypeImpl. setPTFreeText(PTFreeTextType ptFreeText)Sets the "PT_FreeText" element
-