Uses of Interface
org.isotc211.x2005.gco.RecordTypePropertyType
-
Packages that use RecordTypePropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of RecordTypePropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return RecordTypePropertyType Modifier and Type Method Description static RecordTypePropertyTypeRecordTypePropertyType.Factory. newInstance()static RecordTypePropertyTypeRecordTypePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(File file)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(InputStream is)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(Reader r)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(String xmlAsString)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(URL u)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(XMLStreamReader sr)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(Node node)static RecordTypePropertyTypeRecordTypePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of RecordTypePropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement RecordTypePropertyType Modifier and Type Class Description classRecordTypePropertyTypeImplAn XML RecordType_PropertyType(@http://www.isotc211.org/2005/gco). -
Uses of RecordTypePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return RecordTypePropertyType Modifier and Type Method Description RecordTypePropertyTypeMDCoverageDescriptionType. addNewAttributeDescription()Appends and returns a new empty "attributeDescription" elementRecordTypePropertyTypeDQQuantitativeResultType. addNewValueType()Appends and returns a new empty "valueType" elementRecordTypePropertyTypeMDCoverageDescriptionType. getAttributeDescription()Gets the "attributeDescription" elementRecordTypePropertyTypeDQQuantitativeResultType. getValueType()Gets the "valueType" elementMethods in org.isotc211.x2005.gmd with parameters of type RecordTypePropertyType Modifier and Type Method Description voidMDCoverageDescriptionType. setAttributeDescription(RecordTypePropertyType attributeDescription)Sets the "attributeDescription" elementvoidDQQuantitativeResultType. setValueType(RecordTypePropertyType valueType)Sets the "valueType" element -
Uses of RecordTypePropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return RecordTypePropertyType Modifier and Type Method Description RecordTypePropertyTypeMDCoverageDescriptionTypeImpl. addNewAttributeDescription()Appends and returns a new empty "attributeDescription" elementRecordTypePropertyTypeDQQuantitativeResultTypeImpl. addNewValueType()Appends and returns a new empty "valueType" elementRecordTypePropertyTypeMDCoverageDescriptionTypeImpl. getAttributeDescription()Gets the "attributeDescription" elementRecordTypePropertyTypeDQQuantitativeResultTypeImpl. getValueType()Gets the "valueType" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type RecordTypePropertyType Modifier and Type Method Description voidMDCoverageDescriptionTypeImpl. setAttributeDescription(RecordTypePropertyType attributeDescription)Sets the "attributeDescription" elementvoidDQQuantitativeResultTypeImpl. setValueType(RecordTypePropertyType valueType)Sets the "valueType" element
-