Uses of Interface
eu.europa.ec.inspire.schemas.net.x40.LinkSetType
-
Packages that use LinkSetType Package Description eu.europa.ec.inspire.schemas.net.x40 eu.europa.ec.inspire.schemas.net.x40.impl -
-
Uses of LinkSetType in eu.europa.ec.inspire.schemas.net.x40
Methods in eu.europa.ec.inspire.schemas.net.x40 that return LinkSetType Modifier and Type Method Description LinkSetTypeLinkSetDocument. addNewLinkSet()Appends and returns a new empty "LinkSet" elementLinkSetTypeLinkSetPropertyType. addNewLinkSet()Appends and returns a new empty "LinkSet" elementLinkSetTypeLinkSetDocument. getLinkSet()Gets the "LinkSet" elementLinkSetTypeLinkSetPropertyType. getLinkSet()Gets the "LinkSet" elementstatic LinkSetTypeLinkSetType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic LinkSetTypeLinkSetType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic LinkSetTypeLinkSetType.Factory. parse(File file)static LinkSetTypeLinkSetType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinkSetTypeLinkSetType.Factory. parse(InputStream is)static LinkSetTypeLinkSetType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinkSetTypeLinkSetType.Factory. parse(Reader r)static LinkSetTypeLinkSetType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinkSetTypeLinkSetType.Factory. parse(String xmlAsString)static LinkSetTypeLinkSetType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinkSetTypeLinkSetType.Factory. parse(URL u)static LinkSetTypeLinkSetType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinkSetTypeLinkSetType.Factory. parse(XMLStreamReader sr)static LinkSetTypeLinkSetType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinkSetTypeLinkSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinkSetTypeLinkSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinkSetTypeLinkSetType.Factory. parse(Node node)static LinkSetTypeLinkSetType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.net.x40 with parameters of type LinkSetType Modifier and Type Method Description voidLinkSetDocument. setLinkSet(LinkSetType linkSet)Sets the "LinkSet" elementvoidLinkSetPropertyType. setLinkSet(LinkSetType linkSet)Sets the "LinkSet" element -
Uses of LinkSetType in eu.europa.ec.inspire.schemas.net.x40.impl
Classes in eu.europa.ec.inspire.schemas.net.x40.impl that implement LinkSetType Modifier and Type Class Description classLinkSetTypeImplAn XML LinkSetType(@http://inspire.ec.europa.eu/schemas/net/4.0).Methods in eu.europa.ec.inspire.schemas.net.x40.impl that return LinkSetType Modifier and Type Method Description LinkSetTypeLinkSetDocumentImpl. addNewLinkSet()Appends and returns a new empty "LinkSet" elementLinkSetTypeLinkSetPropertyTypeImpl. addNewLinkSet()Appends and returns a new empty "LinkSet" elementLinkSetTypeLinkSetDocumentImpl. getLinkSet()Gets the "LinkSet" elementLinkSetTypeLinkSetPropertyTypeImpl. getLinkSet()Gets the "LinkSet" elementMethods in eu.europa.ec.inspire.schemas.net.x40.impl with parameters of type LinkSetType Modifier and Type Method Description voidLinkSetDocumentImpl. setLinkSet(LinkSetType linkSet)Sets the "LinkSet" elementvoidLinkSetPropertyTypeImpl. setLinkSet(LinkSetType linkSet)Sets the "LinkSet" element
-