Uses of Interface
org.isotc211.x2005.gmd.CITelephoneType
-
Packages that use CITelephoneType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of CITelephoneType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return CITelephoneType Modifier and Type Method Description CITelephoneTypeCITelephoneDocument. addNewCITelephone()Appends and returns a new empty "CI_Telephone" elementCITelephoneTypeCITelephonePropertyType. addNewCITelephone()Appends and returns a new empty "CI_Telephone" elementCITelephoneTypeCITelephoneDocument. getCITelephone()Gets the "CI_Telephone" elementCITelephoneTypeCITelephonePropertyType. getCITelephone()Gets the "CI_Telephone" elementstatic CITelephoneTypeCITelephoneType.Factory. newInstance()static CITelephoneTypeCITelephoneType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CITelephoneTypeCITelephoneType.Factory. parse(File file)static CITelephoneTypeCITelephoneType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CITelephoneTypeCITelephoneType.Factory. parse(InputStream is)static CITelephoneTypeCITelephoneType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CITelephoneTypeCITelephoneType.Factory. parse(Reader r)static CITelephoneTypeCITelephoneType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CITelephoneTypeCITelephoneType.Factory. parse(String xmlAsString)static CITelephoneTypeCITelephoneType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CITelephoneTypeCITelephoneType.Factory. parse(URL u)static CITelephoneTypeCITelephoneType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CITelephoneTypeCITelephoneType.Factory. parse(XMLStreamReader sr)static CITelephoneTypeCITelephoneType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CITelephoneTypeCITelephoneType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CITelephoneTypeCITelephoneType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CITelephoneTypeCITelephoneType.Factory. parse(Node node)static CITelephoneTypeCITelephoneType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type CITelephoneType Modifier and Type Method Description voidCITelephoneDocument. setCITelephone(CITelephoneType ciTelephone)Sets the "CI_Telephone" elementvoidCITelephonePropertyType. setCITelephone(CITelephoneType ciTelephone)Sets the "CI_Telephone" element -
Uses of CITelephoneType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement CITelephoneType Modifier and Type Class Description classCITelephoneTypeImplAn XML CI_Telephone_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return CITelephoneType Modifier and Type Method Description CITelephoneTypeCITelephoneDocumentImpl. addNewCITelephone()Appends and returns a new empty "CI_Telephone" elementCITelephoneTypeCITelephonePropertyTypeImpl. addNewCITelephone()Appends and returns a new empty "CI_Telephone" elementCITelephoneTypeCITelephoneDocumentImpl. getCITelephone()Gets the "CI_Telephone" elementCITelephoneTypeCITelephonePropertyTypeImpl. getCITelephone()Gets the "CI_Telephone" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type CITelephoneType Modifier and Type Method Description voidCITelephoneDocumentImpl. setCITelephone(CITelephoneType ciTelephone)Sets the "CI_Telephone" elementvoidCITelephonePropertyTypeImpl. setCITelephone(CITelephoneType ciTelephone)Sets the "CI_Telephone" element
-