Uses of Interface
org.isotc211.x2005.gmd.URLPropertyType
-
Packages that use URLPropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of URLPropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return URLPropertyType Modifier and Type Method Description URLPropertyTypeCIOnlineResourceType. addNewLinkage()Appends and returns a new empty "linkage" elementURLPropertyTypeCIOnlineResourceType. getLinkage()Gets the "linkage" elementstatic URLPropertyTypeURLPropertyType.Factory. newInstance()static URLPropertyTypeURLPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static URLPropertyTypeURLPropertyType.Factory. parse(File file)static URLPropertyTypeURLPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static URLPropertyTypeURLPropertyType.Factory. parse(InputStream is)static URLPropertyTypeURLPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static URLPropertyTypeURLPropertyType.Factory. parse(Reader r)static URLPropertyTypeURLPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static URLPropertyTypeURLPropertyType.Factory. parse(String xmlAsString)static URLPropertyTypeURLPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static URLPropertyTypeURLPropertyType.Factory. parse(URL u)static URLPropertyTypeURLPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static URLPropertyTypeURLPropertyType.Factory. parse(XMLStreamReader sr)static URLPropertyTypeURLPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static URLPropertyTypeURLPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic URLPropertyTypeURLPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic URLPropertyTypeURLPropertyType.Factory. parse(Node node)static URLPropertyTypeURLPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type URLPropertyType Modifier and Type Method Description voidCIOnlineResourceType. setLinkage(URLPropertyType linkage)Sets the "linkage" element -
Uses of URLPropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement URLPropertyType Modifier and Type Class Description classURLPropertyTypeImplAn XML URL_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return URLPropertyType Modifier and Type Method Description URLPropertyTypeCIOnlineResourceTypeImpl. addNewLinkage()Appends and returns a new empty "linkage" elementURLPropertyTypeCIOnlineResourceTypeImpl. getLinkage()Gets the "linkage" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type URLPropertyType Modifier and Type Method Description voidCIOnlineResourceTypeImpl. setLinkage(URLPropertyType linkage)Sets the "linkage" element
-