Uses of Interface
org.isotc211.x2005.gmd.CIOnlineResourcePropertyType
-
Packages that use CIOnlineResourcePropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of CIOnlineResourcePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return CIOnlineResourcePropertyType Modifier and Type Method Description CIOnlineResourcePropertyTypeMDMetadataExtensionInformationType. addNewExtensionOnLineResource()Appends and returns a new empty "extensionOnLineResource" elementCIOnlineResourcePropertyTypeMDDigitalTransferOptionsType. addNewOnLine()Appends and returns a new empty value (as xml) as the last "onLine" elementCIOnlineResourcePropertyTypeCIContactType. addNewOnlineResource()Appends and returns a new empty "onlineResource" elementCIOnlineResourcePropertyTypeMDMetadataExtensionInformationType. getExtensionOnLineResource()Gets the "extensionOnLineResource" elementCIOnlineResourcePropertyType[]MDDigitalTransferOptionsType. getOnLineArray()Gets array of all "onLine" elementsCIOnlineResourcePropertyTypeMDDigitalTransferOptionsType. getOnLineArray(int i)Gets ith "onLine" elementCIOnlineResourcePropertyTypeCIContactType. getOnlineResource()Gets the "onlineResource" elementCIOnlineResourcePropertyTypeMDDigitalTransferOptionsType. insertNewOnLine(int i)Inserts and returns a new empty value (as xml) as the ith "onLine" elementstatic CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. newInstance()static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(File file)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(InputStream is)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(Reader r)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(String xmlAsString)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(URL u)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(XMLStreamReader sr)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(Node node)static CIOnlineResourcePropertyTypeCIOnlineResourcePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type CIOnlineResourcePropertyType Modifier and Type Method Description voidMDMetadataExtensionInformationType. setExtensionOnLineResource(CIOnlineResourcePropertyType extensionOnLineResource)Sets the "extensionOnLineResource" elementvoidMDDigitalTransferOptionsType. setOnLineArray(int i, CIOnlineResourcePropertyType onLine)Sets ith "onLine" elementvoidMDDigitalTransferOptionsType. setOnLineArray(CIOnlineResourcePropertyType[] onLineArray)Sets array of all "onLine" elementvoidCIContactType. setOnlineResource(CIOnlineResourcePropertyType onlineResource)Sets the "onlineResource" element -
Uses of CIOnlineResourcePropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement CIOnlineResourcePropertyType Modifier and Type Class Description classCIOnlineResourcePropertyTypeImplAn XML CI_OnlineResource_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return CIOnlineResourcePropertyType Modifier and Type Method Description CIOnlineResourcePropertyTypeMDMetadataExtensionInformationTypeImpl. addNewExtensionOnLineResource()Appends and returns a new empty "extensionOnLineResource" elementCIOnlineResourcePropertyTypeMDDigitalTransferOptionsTypeImpl. addNewOnLine()Appends and returns a new empty value (as xml) as the last "onLine" elementCIOnlineResourcePropertyTypeCIContactTypeImpl. addNewOnlineResource()Appends and returns a new empty "onlineResource" elementCIOnlineResourcePropertyTypeMDMetadataExtensionInformationTypeImpl. getExtensionOnLineResource()Gets the "extensionOnLineResource" elementCIOnlineResourcePropertyType[]MDDigitalTransferOptionsTypeImpl. getOnLineArray()Gets array of all "onLine" elementsCIOnlineResourcePropertyTypeMDDigitalTransferOptionsTypeImpl. getOnLineArray(int i)Gets ith "onLine" elementCIOnlineResourcePropertyTypeCIContactTypeImpl. getOnlineResource()Gets the "onlineResource" elementCIOnlineResourcePropertyTypeMDDigitalTransferOptionsTypeImpl. insertNewOnLine(int i)Inserts and returns a new empty value (as xml) as the ith "onLine" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type CIOnlineResourcePropertyType Modifier and Type Method Description voidMDMetadataExtensionInformationTypeImpl. setExtensionOnLineResource(CIOnlineResourcePropertyType extensionOnLineResource)Sets the "extensionOnLineResource" elementvoidMDDigitalTransferOptionsTypeImpl. setOnLineArray(int i, CIOnlineResourcePropertyType onLine)Sets ith "onLine" elementvoidMDDigitalTransferOptionsTypeImpl. setOnLineArray(CIOnlineResourcePropertyType[] onLineArray)Sets array of all "onLine" elementvoidCIContactTypeImpl. setOnlineResource(CIOnlineResourcePropertyType onlineResource)Sets the "onlineResource" element
-