Uses of Interface
org.isotc211.x2005.gmd.DSDataSetPropertyType
-
Packages that use DSDataSetPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DSDataSetPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DSDataSetPropertyType Modifier and Type Method Description DSDataSetPropertyTypeAbstractDSAggregateType. addNewComposedOf()Appends and returns a new empty value (as xml) as the last "composedOf" elementDSDataSetPropertyTypeMDMetadataType. addNewDescribes()Appends and returns a new empty value (as xml) as the last "describes" elementDSDataSetPropertyType[]AbstractDSAggregateType. getComposedOfArray()Gets array of all "composedOf" elementsDSDataSetPropertyTypeAbstractDSAggregateType. getComposedOfArray(int i)Gets ith "composedOf" elementDSDataSetPropertyType[]MDMetadataType. getDescribesArray()Gets array of all "describes" elementsDSDataSetPropertyTypeMDMetadataType. getDescribesArray(int i)Gets ith "describes" elementDSDataSetPropertyTypeAbstractDSAggregateType. insertNewComposedOf(int i)Inserts and returns a new empty value (as xml) as the ith "composedOf" elementDSDataSetPropertyTypeMDMetadataType. insertNewDescribes(int i)Inserts and returns a new empty value (as xml) as the ith "describes" elementstatic DSDataSetPropertyTypeDSDataSetPropertyType.Factory. newInstance()static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(File file)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(InputStream is)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(Reader r)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(String xmlAsString)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(URL u)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(XMLStreamReader sr)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(Node node)static DSDataSetPropertyTypeDSDataSetPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type DSDataSetPropertyType Modifier and Type Method Description voidAbstractDSAggregateType. setComposedOfArray(int i, DSDataSetPropertyType composedOf)Sets ith "composedOf" elementvoidAbstractDSAggregateType. setComposedOfArray(DSDataSetPropertyType[] composedOfArray)Sets array of all "composedOf" elementvoidMDMetadataType. setDescribesArray(int i, DSDataSetPropertyType describes)Sets ith "describes" elementvoidMDMetadataType. setDescribesArray(DSDataSetPropertyType[] describesArray)Sets array of all "describes" element -
Uses of DSDataSetPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DSDataSetPropertyType Modifier and Type Class Description classDSDataSetPropertyTypeImplAn XML DS_DataSet_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return DSDataSetPropertyType Modifier and Type Method Description DSDataSetPropertyTypeAbstractDSAggregateTypeImpl. addNewComposedOf()Appends and returns a new empty value (as xml) as the last "composedOf" elementDSDataSetPropertyTypeMDMetadataTypeImpl. addNewDescribes()Appends and returns a new empty value (as xml) as the last "describes" elementDSDataSetPropertyType[]AbstractDSAggregateTypeImpl. getComposedOfArray()Gets array of all "composedOf" elementsDSDataSetPropertyTypeAbstractDSAggregateTypeImpl. getComposedOfArray(int i)Gets ith "composedOf" elementDSDataSetPropertyType[]MDMetadataTypeImpl. getDescribesArray()Gets array of all "describes" elementsDSDataSetPropertyTypeMDMetadataTypeImpl. getDescribesArray(int i)Gets ith "describes" elementDSDataSetPropertyTypeAbstractDSAggregateTypeImpl. insertNewComposedOf(int i)Inserts and returns a new empty value (as xml) as the ith "composedOf" elementDSDataSetPropertyTypeMDMetadataTypeImpl. insertNewDescribes(int i)Inserts and returns a new empty value (as xml) as the ith "describes" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DSDataSetPropertyType Modifier and Type Method Description voidAbstractDSAggregateTypeImpl. setComposedOfArray(int i, DSDataSetPropertyType composedOf)Sets ith "composedOf" elementvoidAbstractDSAggregateTypeImpl. setComposedOfArray(DSDataSetPropertyType[] composedOfArray)Sets array of all "composedOf" elementvoidMDMetadataTypeImpl. setDescribesArray(int i, DSDataSetPropertyType describes)Sets ith "describes" elementvoidMDMetadataTypeImpl. setDescribesArray(DSDataSetPropertyType[] describesArray)Sets array of all "describes" element
-