Uses of Interface
org.isotc211.x2005.gmd.CICitationType
-
Packages that use CICitationType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of CICitationType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return CICitationType Modifier and Type Method Description CICitationTypeCICitationDocument. addNewCICitation()Appends and returns a new empty "CI_Citation" elementCICitationTypeCICitationPropertyType. addNewCICitation()Appends and returns a new empty "CI_Citation" elementCICitationTypeCICitationDocument. getCICitation()Gets the "CI_Citation" elementCICitationTypeCICitationPropertyType. getCICitation()Gets the "CI_Citation" elementstatic CICitationTypeCICitationType.Factory. newInstance()static CICitationTypeCICitationType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CICitationTypeCICitationType.Factory. parse(File file)static CICitationTypeCICitationType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CICitationTypeCICitationType.Factory. parse(InputStream is)static CICitationTypeCICitationType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CICitationTypeCICitationType.Factory. parse(Reader r)static CICitationTypeCICitationType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CICitationTypeCICitationType.Factory. parse(String xmlAsString)static CICitationTypeCICitationType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CICitationTypeCICitationType.Factory. parse(URL u)static CICitationTypeCICitationType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CICitationTypeCICitationType.Factory. parse(XMLStreamReader sr)static CICitationTypeCICitationType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CICitationTypeCICitationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CICitationTypeCICitationType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CICitationTypeCICitationType.Factory. parse(Node node)static CICitationTypeCICitationType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type CICitationType Modifier and Type Method Description voidCICitationDocument. setCICitation(CICitationType ciCitation)Sets the "CI_Citation" elementvoidCICitationPropertyType. setCICitation(CICitationType ciCitation)Sets the "CI_Citation" element -
Uses of CICitationType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement CICitationType Modifier and Type Class Description classCICitationTypeImplAn XML CI_Citation_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return CICitationType Modifier and Type Method Description CICitationTypeCICitationDocumentImpl. addNewCICitation()Appends and returns a new empty "CI_Citation" elementCICitationTypeCICitationPropertyTypeImpl. addNewCICitation()Appends and returns a new empty "CI_Citation" elementCICitationTypeCICitationDocumentImpl. getCICitation()Gets the "CI_Citation" elementCICitationTypeCICitationPropertyTypeImpl. getCICitation()Gets the "CI_Citation" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type CICitationType Modifier and Type Method Description voidCICitationDocumentImpl. setCICitation(CICitationType ciCitation)Sets the "CI_Citation" elementvoidCICitationPropertyTypeImpl. setCICitation(CICitationType ciCitation)Sets the "CI_Citation" element
-