Uses of Interface
org.isotc211.x2005.gmd.MDConstraintsPropertyType
-
Packages that use MDConstraintsPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDConstraintsPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDConstraintsPropertyType Modifier and Type Method Description MDConstraintsPropertyTypeMDMetadataType. addNewMetadataConstraints()Appends and returns a new empty value (as xml) as the last "metadataConstraints" elementMDConstraintsPropertyTypeAbstractMDIdentificationType. addNewResourceConstraints()Appends and returns a new empty value (as xml) as the last "resourceConstraints" elementMDConstraintsPropertyType[]MDMetadataType. getMetadataConstraintsArray()Gets array of all "metadataConstraints" elementsMDConstraintsPropertyTypeMDMetadataType. getMetadataConstraintsArray(int i)Gets ith "metadataConstraints" elementMDConstraintsPropertyType[]AbstractMDIdentificationType. getResourceConstraintsArray()Gets array of all "resourceConstraints" elementsMDConstraintsPropertyTypeAbstractMDIdentificationType. getResourceConstraintsArray(int i)Gets ith "resourceConstraints" elementMDConstraintsPropertyTypeMDMetadataType. insertNewMetadataConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "metadataConstraints" elementMDConstraintsPropertyTypeAbstractMDIdentificationType. insertNewResourceConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "resourceConstraints" elementstatic MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. newInstance()static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(File file)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(InputStream is)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(Reader r)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(String xmlAsString)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(URL u)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(XMLStreamReader sr)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(Node node)static MDConstraintsPropertyTypeMDConstraintsPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDConstraintsPropertyType Modifier and Type Method Description voidMDMetadataType. setMetadataConstraintsArray(int i, MDConstraintsPropertyType metadataConstraints)Sets ith "metadataConstraints" elementvoidMDMetadataType. setMetadataConstraintsArray(MDConstraintsPropertyType[] metadataConstraintsArray)Sets array of all "metadataConstraints" elementvoidAbstractMDIdentificationType. setResourceConstraintsArray(int i, MDConstraintsPropertyType resourceConstraints)Sets ith "resourceConstraints" elementvoidAbstractMDIdentificationType. setResourceConstraintsArray(MDConstraintsPropertyType[] resourceConstraintsArray)Sets array of all "resourceConstraints" element -
Uses of MDConstraintsPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDConstraintsPropertyType Modifier and Type Class Description classMDConstraintsPropertyTypeImplAn XML MD_Constraints_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDConstraintsPropertyType Modifier and Type Method Description MDConstraintsPropertyTypeMDMetadataTypeImpl. addNewMetadataConstraints()Appends and returns a new empty value (as xml) as the last "metadataConstraints" elementMDConstraintsPropertyTypeAbstractMDIdentificationTypeImpl. addNewResourceConstraints()Appends and returns a new empty value (as xml) as the last "resourceConstraints" elementMDConstraintsPropertyType[]MDMetadataTypeImpl. getMetadataConstraintsArray()Gets array of all "metadataConstraints" elementsMDConstraintsPropertyTypeMDMetadataTypeImpl. getMetadataConstraintsArray(int i)Gets ith "metadataConstraints" elementMDConstraintsPropertyType[]AbstractMDIdentificationTypeImpl. getResourceConstraintsArray()Gets array of all "resourceConstraints" elementsMDConstraintsPropertyTypeAbstractMDIdentificationTypeImpl. getResourceConstraintsArray(int i)Gets ith "resourceConstraints" elementMDConstraintsPropertyTypeMDMetadataTypeImpl. insertNewMetadataConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "metadataConstraints" elementMDConstraintsPropertyTypeAbstractMDIdentificationTypeImpl. insertNewResourceConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "resourceConstraints" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDConstraintsPropertyType Modifier and Type Method Description voidMDMetadataTypeImpl. setMetadataConstraintsArray(int i, MDConstraintsPropertyType metadataConstraints)Sets ith "metadataConstraints" elementvoidMDMetadataTypeImpl. setMetadataConstraintsArray(MDConstraintsPropertyType[] metadataConstraintsArray)Sets array of all "metadataConstraints" elementvoidAbstractMDIdentificationTypeImpl. setResourceConstraintsArray(int i, MDConstraintsPropertyType resourceConstraints)Sets ith "resourceConstraints" elementvoidAbstractMDIdentificationTypeImpl. setResourceConstraintsArray(MDConstraintsPropertyType[] resourceConstraintsArray)Sets array of all "resourceConstraints" element
-