Uses of Interface
org.isotc211.x2005.gmd.CIAddressType
-
Packages that use CIAddressType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of CIAddressType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return CIAddressType Modifier and Type Method Description CIAddressTypeCIAddressDocument. addNewCIAddress()Appends and returns a new empty "CI_Address" elementCIAddressTypeCIAddressPropertyType. addNewCIAddress()Appends and returns a new empty "CI_Address" elementCIAddressTypeCIAddressDocument. getCIAddress()Gets the "CI_Address" elementCIAddressTypeCIAddressPropertyType. getCIAddress()Gets the "CI_Address" elementstatic CIAddressTypeCIAddressType.Factory. newInstance()static CIAddressTypeCIAddressType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CIAddressTypeCIAddressType.Factory. parse(File file)static CIAddressTypeCIAddressType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CIAddressTypeCIAddressType.Factory. parse(InputStream is)static CIAddressTypeCIAddressType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CIAddressTypeCIAddressType.Factory. parse(Reader r)static CIAddressTypeCIAddressType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CIAddressTypeCIAddressType.Factory. parse(String xmlAsString)static CIAddressTypeCIAddressType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CIAddressTypeCIAddressType.Factory. parse(URL u)static CIAddressTypeCIAddressType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CIAddressTypeCIAddressType.Factory. parse(XMLStreamReader sr)static CIAddressTypeCIAddressType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CIAddressTypeCIAddressType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CIAddressTypeCIAddressType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CIAddressTypeCIAddressType.Factory. parse(Node node)static CIAddressTypeCIAddressType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type CIAddressType Modifier and Type Method Description voidCIAddressDocument. setCIAddress(CIAddressType ciAddress)Sets the "CI_Address" elementvoidCIAddressPropertyType. setCIAddress(CIAddressType ciAddress)Sets the "CI_Address" element -
Uses of CIAddressType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement CIAddressType Modifier and Type Class Description classCIAddressTypeImplAn XML CI_Address_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return CIAddressType Modifier and Type Method Description CIAddressTypeCIAddressDocumentImpl. addNewCIAddress()Appends and returns a new empty "CI_Address" elementCIAddressTypeCIAddressPropertyTypeImpl. addNewCIAddress()Appends and returns a new empty "CI_Address" elementCIAddressTypeCIAddressDocumentImpl. getCIAddress()Gets the "CI_Address" elementCIAddressTypeCIAddressPropertyTypeImpl. getCIAddress()Gets the "CI_Address" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type CIAddressType Modifier and Type Method Description voidCIAddressDocumentImpl. setCIAddress(CIAddressType ciAddress)Sets the "CI_Address" elementvoidCIAddressPropertyTypeImpl. setCIAddress(CIAddressType ciAddress)Sets the "CI_Address" element
-