Uses of Interface
org.isotc211.x2005.gmd.DQScopeType
-
Packages that use DQScopeType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DQScopeType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DQScopeType Modifier and Type Method Description DQScopeTypeDQScopeDocument. addNewDQScope()Appends and returns a new empty "DQ_Scope" elementDQScopeTypeDQScopePropertyType. addNewDQScope()Appends and returns a new empty "DQ_Scope" elementDQScopeTypeDQScopeDocument. getDQScope()Gets the "DQ_Scope" elementDQScopeTypeDQScopePropertyType. getDQScope()Gets the "DQ_Scope" elementstatic DQScopeTypeDQScopeType.Factory. newInstance()static DQScopeTypeDQScopeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DQScopeTypeDQScopeType.Factory. parse(File file)static DQScopeTypeDQScopeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DQScopeTypeDQScopeType.Factory. parse(InputStream is)static DQScopeTypeDQScopeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DQScopeTypeDQScopeType.Factory. parse(Reader r)static DQScopeTypeDQScopeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DQScopeTypeDQScopeType.Factory. parse(String xmlAsString)static DQScopeTypeDQScopeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DQScopeTypeDQScopeType.Factory. parse(URL u)static DQScopeTypeDQScopeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DQScopeTypeDQScopeType.Factory. parse(XMLStreamReader sr)static DQScopeTypeDQScopeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DQScopeTypeDQScopeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DQScopeTypeDQScopeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DQScopeTypeDQScopeType.Factory. parse(Node node)static DQScopeTypeDQScopeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type DQScopeType Modifier and Type Method Description voidDQScopeDocument. setDQScope(DQScopeType dqScope)Sets the "DQ_Scope" elementvoidDQScopePropertyType. setDQScope(DQScopeType dqScope)Sets the "DQ_Scope" element -
Uses of DQScopeType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DQScopeType Modifier and Type Class Description classDQScopeTypeImplAn XML DQ_Scope_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return DQScopeType Modifier and Type Method Description DQScopeTypeDQScopeDocumentImpl. addNewDQScope()Appends and returns a new empty "DQ_Scope" elementDQScopeTypeDQScopePropertyTypeImpl. addNewDQScope()Appends and returns a new empty "DQ_Scope" elementDQScopeTypeDQScopeDocumentImpl. getDQScope()Gets the "DQ_Scope" elementDQScopeTypeDQScopePropertyTypeImpl. getDQScope()Gets the "DQ_Scope" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DQScopeType Modifier and Type Method Description voidDQScopeDocumentImpl. setDQScope(DQScopeType dqScope)Sets the "DQ_Scope" elementvoidDQScopePropertyTypeImpl. setDQScope(DQScopeType dqScope)Sets the "DQ_Scope" element
-