Uses of Interface
org.isotc211.x2005.gmd.MDRestrictionCodePropertyType
-
Packages that use MDRestrictionCodePropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDRestrictionCodePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDRestrictionCodePropertyType Modifier and Type Method Description MDRestrictionCodePropertyTypeMDLegalConstraintsType. addNewAccessConstraints()Appends and returns a new empty value (as xml) as the last "accessConstraints" elementMDRestrictionCodePropertyTypeMDLegalConstraintsType. addNewUseConstraints()Appends and returns a new empty value (as xml) as the last "useConstraints" elementMDRestrictionCodePropertyType[]MDLegalConstraintsType. getAccessConstraintsArray()Gets array of all "accessConstraints" elementsMDRestrictionCodePropertyTypeMDLegalConstraintsType. getAccessConstraintsArray(int i)Gets ith "accessConstraints" elementMDRestrictionCodePropertyType[]MDLegalConstraintsType. getUseConstraintsArray()Gets array of all "useConstraints" elementsMDRestrictionCodePropertyTypeMDLegalConstraintsType. getUseConstraintsArray(int i)Gets ith "useConstraints" elementMDRestrictionCodePropertyTypeMDLegalConstraintsType. insertNewAccessConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "accessConstraints" elementMDRestrictionCodePropertyTypeMDLegalConstraintsType. insertNewUseConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "useConstraints" elementstatic MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. newInstance()static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(File file)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(InputStream is)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(Reader r)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(String xmlAsString)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(URL u)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(XMLStreamReader sr)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(Node node)static MDRestrictionCodePropertyTypeMDRestrictionCodePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDRestrictionCodePropertyType Modifier and Type Method Description voidMDLegalConstraintsType. setAccessConstraintsArray(int i, MDRestrictionCodePropertyType accessConstraints)Sets ith "accessConstraints" elementvoidMDLegalConstraintsType. setAccessConstraintsArray(MDRestrictionCodePropertyType[] accessConstraintsArray)Sets array of all "accessConstraints" elementvoidMDLegalConstraintsType. setUseConstraintsArray(int i, MDRestrictionCodePropertyType useConstraints)Sets ith "useConstraints" elementvoidMDLegalConstraintsType. setUseConstraintsArray(MDRestrictionCodePropertyType[] useConstraintsArray)Sets array of all "useConstraints" element -
Uses of MDRestrictionCodePropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDRestrictionCodePropertyType Modifier and Type Class Description classMDRestrictionCodePropertyTypeImplAn XML MD_RestrictionCode_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDRestrictionCodePropertyType Modifier and Type Method Description MDRestrictionCodePropertyTypeMDLegalConstraintsTypeImpl. addNewAccessConstraints()Appends and returns a new empty value (as xml) as the last "accessConstraints" elementMDRestrictionCodePropertyTypeMDLegalConstraintsTypeImpl. addNewUseConstraints()Appends and returns a new empty value (as xml) as the last "useConstraints" elementMDRestrictionCodePropertyType[]MDLegalConstraintsTypeImpl. getAccessConstraintsArray()Gets array of all "accessConstraints" elementsMDRestrictionCodePropertyTypeMDLegalConstraintsTypeImpl. getAccessConstraintsArray(int i)Gets ith "accessConstraints" elementMDRestrictionCodePropertyType[]MDLegalConstraintsTypeImpl. getUseConstraintsArray()Gets array of all "useConstraints" elementsMDRestrictionCodePropertyTypeMDLegalConstraintsTypeImpl. getUseConstraintsArray(int i)Gets ith "useConstraints" elementMDRestrictionCodePropertyTypeMDLegalConstraintsTypeImpl. insertNewAccessConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "accessConstraints" elementMDRestrictionCodePropertyTypeMDLegalConstraintsTypeImpl. insertNewUseConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "useConstraints" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDRestrictionCodePropertyType Modifier and Type Method Description voidMDLegalConstraintsTypeImpl. setAccessConstraintsArray(int i, MDRestrictionCodePropertyType accessConstraints)Sets ith "accessConstraints" elementvoidMDLegalConstraintsTypeImpl. setAccessConstraintsArray(MDRestrictionCodePropertyType[] accessConstraintsArray)Sets array of all "accessConstraints" elementvoidMDLegalConstraintsTypeImpl. setUseConstraintsArray(int i, MDRestrictionCodePropertyType useConstraints)Sets ith "useConstraints" elementvoidMDLegalConstraintsTypeImpl. setUseConstraintsArray(MDRestrictionCodePropertyType[] useConstraintsArray)Sets array of all "useConstraints" element
-