Uses of Interface
org.isotc211.x2005.gmd.MDScopeCodePropertyType
-
Packages that use MDScopeCodePropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDScopeCodePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDScopeCodePropertyType Modifier and Type Method Description MDScopeCodePropertyTypeMDMetadataType. addNewHierarchyLevel()Appends and returns a new empty value (as xml) as the last "hierarchyLevel" elementMDScopeCodePropertyTypeDQScopeType. addNewLevel()Appends and returns a new empty "level" elementMDScopeCodePropertyTypeMDMaintenanceInformationType. addNewUpdateScope()Appends and returns a new empty value (as xml) as the last "updateScope" elementMDScopeCodePropertyType[]MDMetadataType. getHierarchyLevelArray()Gets array of all "hierarchyLevel" elementsMDScopeCodePropertyTypeMDMetadataType. getHierarchyLevelArray(int i)Gets ith "hierarchyLevel" elementMDScopeCodePropertyTypeDQScopeType. getLevel()Gets the "level" elementMDScopeCodePropertyType[]MDMaintenanceInformationType. getUpdateScopeArray()Gets array of all "updateScope" elementsMDScopeCodePropertyTypeMDMaintenanceInformationType. getUpdateScopeArray(int i)Gets ith "updateScope" elementMDScopeCodePropertyTypeMDMetadataType. insertNewHierarchyLevel(int i)Inserts and returns a new empty value (as xml) as the ith "hierarchyLevel" elementMDScopeCodePropertyTypeMDMaintenanceInformationType. insertNewUpdateScope(int i)Inserts and returns a new empty value (as xml) as the ith "updateScope" elementstatic MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. newInstance()static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(File file)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(InputStream is)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(Reader r)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(String xmlAsString)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(URL u)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(XMLStreamReader sr)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(Node node)static MDScopeCodePropertyTypeMDScopeCodePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDScopeCodePropertyType Modifier and Type Method Description voidMDMetadataType. setHierarchyLevelArray(int i, MDScopeCodePropertyType hierarchyLevel)Sets ith "hierarchyLevel" elementvoidMDMetadataType. setHierarchyLevelArray(MDScopeCodePropertyType[] hierarchyLevelArray)Sets array of all "hierarchyLevel" elementvoidDQScopeType. setLevel(MDScopeCodePropertyType level)Sets the "level" elementvoidMDMaintenanceInformationType. setUpdateScopeArray(int i, MDScopeCodePropertyType updateScope)Sets ith "updateScope" elementvoidMDMaintenanceInformationType. setUpdateScopeArray(MDScopeCodePropertyType[] updateScopeArray)Sets array of all "updateScope" element -
Uses of MDScopeCodePropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDScopeCodePropertyType Modifier and Type Class Description classMDScopeCodePropertyTypeImplAn XML MD_ScopeCode_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDScopeCodePropertyType Modifier and Type Method Description MDScopeCodePropertyTypeMDMetadataTypeImpl. addNewHierarchyLevel()Appends and returns a new empty value (as xml) as the last "hierarchyLevel" elementMDScopeCodePropertyTypeDQScopeTypeImpl. addNewLevel()Appends and returns a new empty "level" elementMDScopeCodePropertyTypeMDMaintenanceInformationTypeImpl. addNewUpdateScope()Appends and returns a new empty value (as xml) as the last "updateScope" elementMDScopeCodePropertyType[]MDMetadataTypeImpl. getHierarchyLevelArray()Gets array of all "hierarchyLevel" elementsMDScopeCodePropertyTypeMDMetadataTypeImpl. getHierarchyLevelArray(int i)Gets ith "hierarchyLevel" elementMDScopeCodePropertyTypeDQScopeTypeImpl. getLevel()Gets the "level" elementMDScopeCodePropertyType[]MDMaintenanceInformationTypeImpl. getUpdateScopeArray()Gets array of all "updateScope" elementsMDScopeCodePropertyTypeMDMaintenanceInformationTypeImpl. getUpdateScopeArray(int i)Gets ith "updateScope" elementMDScopeCodePropertyTypeMDMetadataTypeImpl. insertNewHierarchyLevel(int i)Inserts and returns a new empty value (as xml) as the ith "hierarchyLevel" elementMDScopeCodePropertyTypeMDMaintenanceInformationTypeImpl. insertNewUpdateScope(int i)Inserts and returns a new empty value (as xml) as the ith "updateScope" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDScopeCodePropertyType Modifier and Type Method Description voidMDMetadataTypeImpl. setHierarchyLevelArray(int i, MDScopeCodePropertyType hierarchyLevel)Sets ith "hierarchyLevel" elementvoidMDMetadataTypeImpl. setHierarchyLevelArray(MDScopeCodePropertyType[] hierarchyLevelArray)Sets array of all "hierarchyLevel" elementvoidDQScopeTypeImpl. setLevel(MDScopeCodePropertyType level)Sets the "level" elementvoidMDMaintenanceInformationTypeImpl. setUpdateScopeArray(int i, MDScopeCodePropertyType updateScope)Sets ith "updateScope" elementvoidMDMaintenanceInformationTypeImpl. setUpdateScopeArray(MDScopeCodePropertyType[] updateScopeArray)Sets array of all "updateScope" element
-