Uses of Interface
org.isotc211.x2005.gmd.MDConstraintsType
-
Packages that use MDConstraintsType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDConstraintsType in org.isotc211.x2005.gmd
Subinterfaces of MDConstraintsType in org.isotc211.x2005.gmd Modifier and Type Interface Description interfaceMDLegalConstraintsTypeAn XML MD_LegalConstraints_Type(@http://www.isotc211.org/2005/gmd).interfaceMDSecurityConstraintsTypeAn XML MD_SecurityConstraints_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd that return MDConstraintsType Modifier and Type Method Description MDConstraintsTypeMDConstraintsDocument. addNewMDConstraints()Appends and returns a new empty "MD_Constraints" elementMDConstraintsTypeMDConstraintsPropertyType. addNewMDConstraints()Appends and returns a new empty "MD_Constraints" elementMDConstraintsTypeMDConstraintsDocument. getMDConstraints()Gets the "MD_Constraints" elementMDConstraintsTypeMDConstraintsPropertyType. getMDConstraints()Gets the "MD_Constraints" elementstatic MDConstraintsTypeMDConstraintsType.Factory. newInstance()static MDConstraintsTypeMDConstraintsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDConstraintsTypeMDConstraintsType.Factory. parse(File file)static MDConstraintsTypeMDConstraintsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDConstraintsTypeMDConstraintsType.Factory. parse(InputStream is)static MDConstraintsTypeMDConstraintsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDConstraintsTypeMDConstraintsType.Factory. parse(Reader r)static MDConstraintsTypeMDConstraintsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDConstraintsTypeMDConstraintsType.Factory. parse(String xmlAsString)static MDConstraintsTypeMDConstraintsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDConstraintsTypeMDConstraintsType.Factory. parse(URL u)static MDConstraintsTypeMDConstraintsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDConstraintsTypeMDConstraintsType.Factory. parse(XMLStreamReader sr)static MDConstraintsTypeMDConstraintsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDConstraintsTypeMDConstraintsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDConstraintsTypeMDConstraintsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDConstraintsTypeMDConstraintsType.Factory. parse(Node node)static MDConstraintsTypeMDConstraintsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDConstraintsType Modifier and Type Method Description voidMDConstraintsDocument. setMDConstraints(MDConstraintsType mdConstraints)Sets the "MD_Constraints" elementvoidMDConstraintsPropertyType. setMDConstraints(MDConstraintsType mdConstraints)Sets the "MD_Constraints" element -
Uses of MDConstraintsType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDConstraintsType Modifier and Type Class Description classMDConstraintsTypeImplAn XML MD_Constraints_Type(@http://www.isotc211.org/2005/gmd).classMDLegalConstraintsTypeImplAn XML MD_LegalConstraints_Type(@http://www.isotc211.org/2005/gmd).classMDSecurityConstraintsTypeImplAn XML MD_SecurityConstraints_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDConstraintsType Modifier and Type Method Description MDConstraintsTypeMDConstraintsDocumentImpl. addNewMDConstraints()Appends and returns a new empty "MD_Constraints" elementMDConstraintsTypeMDConstraintsPropertyTypeImpl. addNewMDConstraints()Appends and returns a new empty "MD_Constraints" elementMDConstraintsTypeMDConstraintsDocumentImpl. getMDConstraints()Gets the "MD_Constraints" elementMDConstraintsTypeMDConstraintsPropertyTypeImpl. getMDConstraints()Gets the "MD_Constraints" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDConstraintsType Modifier and Type Method Description voidMDConstraintsDocumentImpl. setMDConstraints(MDConstraintsType mdConstraints)Sets the "MD_Constraints" elementvoidMDConstraintsPropertyTypeImpl. setMDConstraints(MDConstraintsType mdConstraints)Sets the "MD_Constraints" element
-