Uses of Interface
org.isotc211.x2005.gmd.MDCharacterSetCodePropertyType
-
Packages that use MDCharacterSetCodePropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of MDCharacterSetCodePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return MDCharacterSetCodePropertyType Modifier and Type Method Description MDCharacterSetCodePropertyTypePTLocaleType. addNewCharacterEncoding()Appends and returns a new empty "characterEncoding" elementMDCharacterSetCodePropertyTypeMDDataIdentificationType. addNewCharacterSet()Appends and returns a new empty value (as xml) as the last "characterSet" elementMDCharacterSetCodePropertyTypeMDMetadataType. addNewCharacterSet()Appends and returns a new empty "characterSet" elementMDCharacterSetCodePropertyTypePTLocaleType. getCharacterEncoding()Gets the "characterEncoding" elementMDCharacterSetCodePropertyTypeMDMetadataType. getCharacterSet()Gets the "characterSet" elementMDCharacterSetCodePropertyType[]MDDataIdentificationType. getCharacterSetArray()Gets array of all "characterSet" elementsMDCharacterSetCodePropertyTypeMDDataIdentificationType. getCharacterSetArray(int i)Gets ith "characterSet" elementMDCharacterSetCodePropertyTypeMDDataIdentificationType. insertNewCharacterSet(int i)Inserts and returns a new empty value (as xml) as the ith "characterSet" elementstatic MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. newInstance()static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(File file)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(InputStream is)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(Reader r)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(String xmlAsString)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(URL u)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(XMLStreamReader sr)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(Node node)static MDCharacterSetCodePropertyTypeMDCharacterSetCodePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type MDCharacterSetCodePropertyType Modifier and Type Method Description voidPTLocaleType. setCharacterEncoding(MDCharacterSetCodePropertyType characterEncoding)Sets the "characterEncoding" elementvoidMDMetadataType. setCharacterSet(MDCharacterSetCodePropertyType characterSet)Sets the "characterSet" elementvoidMDDataIdentificationType. setCharacterSetArray(int i, MDCharacterSetCodePropertyType characterSet)Sets ith "characterSet" elementvoidMDDataIdentificationType. setCharacterSetArray(MDCharacterSetCodePropertyType[] characterSetArray)Sets array of all "characterSet" element -
Uses of MDCharacterSetCodePropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement MDCharacterSetCodePropertyType Modifier and Type Class Description classMDCharacterSetCodePropertyTypeImplAn XML MD_CharacterSetCode_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return MDCharacterSetCodePropertyType Modifier and Type Method Description MDCharacterSetCodePropertyTypePTLocaleTypeImpl. addNewCharacterEncoding()Appends and returns a new empty "characterEncoding" elementMDCharacterSetCodePropertyTypeMDDataIdentificationTypeImpl. addNewCharacterSet()Appends and returns a new empty value (as xml) as the last "characterSet" elementMDCharacterSetCodePropertyTypeMDMetadataTypeImpl. addNewCharacterSet()Appends and returns a new empty "characterSet" elementMDCharacterSetCodePropertyTypePTLocaleTypeImpl. getCharacterEncoding()Gets the "characterEncoding" elementMDCharacterSetCodePropertyTypeMDMetadataTypeImpl. getCharacterSet()Gets the "characterSet" elementMDCharacterSetCodePropertyType[]MDDataIdentificationTypeImpl. getCharacterSetArray()Gets array of all "characterSet" elementsMDCharacterSetCodePropertyTypeMDDataIdentificationTypeImpl. getCharacterSetArray(int i)Gets ith "characterSet" elementMDCharacterSetCodePropertyTypeMDDataIdentificationTypeImpl. insertNewCharacterSet(int i)Inserts and returns a new empty value (as xml) as the ith "characterSet" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type MDCharacterSetCodePropertyType Modifier and Type Method Description voidPTLocaleTypeImpl. setCharacterEncoding(MDCharacterSetCodePropertyType characterEncoding)Sets the "characterEncoding" elementvoidMDMetadataTypeImpl. setCharacterSet(MDCharacterSetCodePropertyType characterSet)Sets the "characterSet" elementvoidMDDataIdentificationTypeImpl. setCharacterSetArray(int i, MDCharacterSetCodePropertyType characterSet)Sets ith "characterSet" elementvoidMDDataIdentificationTypeImpl. setCharacterSetArray(MDCharacterSetCodePropertyType[] characterSetArray)Sets array of all "characterSet" element
-