Uses of Interface
org.isotc211.x2005.gco.TypeNameType
-
Packages that use TypeNameType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl -
-
Uses of TypeNameType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return TypeNameType Modifier and Type Method Description TypeNameTypeTypeNameDocument. addNewTypeName()Appends and returns a new empty "TypeName" elementTypeNameTypeTypeNamePropertyType. addNewTypeName()Appends and returns a new empty "TypeName" elementTypeNameTypeTypeNameDocument. getTypeName()Gets the "TypeName" elementTypeNameTypeTypeNamePropertyType. getTypeName()Gets the "TypeName" elementstatic TypeNameTypeTypeNameType.Factory. newInstance()static TypeNameTypeTypeNameType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TypeNameTypeTypeNameType.Factory. parse(File file)static TypeNameTypeTypeNameType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TypeNameTypeTypeNameType.Factory. parse(InputStream is)static TypeNameTypeTypeNameType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TypeNameTypeTypeNameType.Factory. parse(Reader r)static TypeNameTypeTypeNameType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TypeNameTypeTypeNameType.Factory. parse(String xmlAsString)static TypeNameTypeTypeNameType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TypeNameTypeTypeNameType.Factory. parse(URL u)static TypeNameTypeTypeNameType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TypeNameTypeTypeNameType.Factory. parse(XMLStreamReader sr)static TypeNameTypeTypeNameType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TypeNameTypeTypeNameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TypeNameTypeTypeNameType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TypeNameTypeTypeNameType.Factory. parse(Node node)static TypeNameTypeTypeNameType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gco with parameters of type TypeNameType Modifier and Type Method Description voidTypeNameDocument. setTypeName(TypeNameType typeName)Sets the "TypeName" elementvoidTypeNamePropertyType. setTypeName(TypeNameType typeName)Sets the "TypeName" element -
Uses of TypeNameType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement TypeNameType Modifier and Type Class Description classTypeNameTypeImplAn XML TypeName_Type(@http://www.isotc211.org/2005/gco).Methods in org.isotc211.x2005.gco.impl that return TypeNameType Modifier and Type Method Description TypeNameTypeTypeNameDocumentImpl. addNewTypeName()Appends and returns a new empty "TypeName" elementTypeNameTypeTypeNamePropertyTypeImpl. addNewTypeName()Appends and returns a new empty "TypeName" elementTypeNameTypeTypeNameDocumentImpl. getTypeName()Gets the "TypeName" elementTypeNameTypeTypeNamePropertyTypeImpl. getTypeName()Gets the "TypeName" elementMethods in org.isotc211.x2005.gco.impl with parameters of type TypeNameType Modifier and Type Method Description voidTypeNameDocumentImpl. setTypeName(TypeNameType typeName)Sets the "TypeName" elementvoidTypeNamePropertyTypeImpl. setTypeName(TypeNameType typeName)Sets the "TypeName" element
-