Uses of Interface
eu.europa.ec.inspire.schemas.net.x40.LinkType
-
Packages that use LinkType Package Description eu.europa.ec.inspire.schemas.net.x40 eu.europa.ec.inspire.schemas.net.x40.impl -
-
Uses of LinkType in eu.europa.ec.inspire.schemas.net.x40
Methods in eu.europa.ec.inspire.schemas.net.x40 that return LinkType Modifier and Type Method Description LinkTypeLinkDocument. addNewLink()Appends and returns a new empty "Link" elementLinkTypeLinkPropertyType. addNewLink()Appends and returns a new empty "Link" elementLinkTypeLinkDocument. getLink()Gets the "Link" elementLinkTypeLinkPropertyType. getLink()Gets the "Link" elementstatic LinkTypeLinkType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic LinkTypeLinkType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic LinkTypeLinkType.Factory. parse(File file)static LinkTypeLinkType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(InputStream is)static LinkTypeLinkType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(Reader r)static LinkTypeLinkType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(String xmlAsString)static LinkTypeLinkType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(URL u)static LinkTypeLinkType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(XMLStreamReader sr)static LinkTypeLinkType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinkTypeLinkType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinkTypeLinkType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinkTypeLinkType.Factory. parse(Node node)static LinkTypeLinkType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.net.x40 with parameters of type LinkType Modifier and Type Method Description voidLinkDocument. setLink(LinkType link)Sets the "Link" elementvoidLinkPropertyType. setLink(LinkType link)Sets the "Link" element -
Uses of LinkType in eu.europa.ec.inspire.schemas.net.x40.impl
Classes in eu.europa.ec.inspire.schemas.net.x40.impl that implement LinkType Modifier and Type Class Description classLinkTypeImplAn XML LinkType(@http://inspire.ec.europa.eu/schemas/net/4.0).Methods in eu.europa.ec.inspire.schemas.net.x40.impl that return LinkType Modifier and Type Method Description LinkTypeLinkDocumentImpl. addNewLink()Appends and returns a new empty "Link" elementLinkTypeLinkPropertyTypeImpl. addNewLink()Appends and returns a new empty "Link" elementLinkTypeLinkDocumentImpl. getLink()Gets the "Link" elementLinkTypeLinkPropertyTypeImpl. getLink()Gets the "Link" elementMethods in eu.europa.ec.inspire.schemas.net.x40.impl with parameters of type LinkType Modifier and Type Method Description voidLinkDocumentImpl. setLink(LinkType link)Sets the "Link" elementvoidLinkPropertyTypeImpl. setLink(LinkType link)Sets the "Link" element
-