Uses of Interface
eu.europa.ec.inspire.schemas.net.x40.LinkSetType.Link
-
Packages that use LinkSetType.Link Package Description eu.europa.ec.inspire.schemas.net.x40 eu.europa.ec.inspire.schemas.net.x40.impl -
-
Uses of LinkSetType.Link in eu.europa.ec.inspire.schemas.net.x40
Methods in eu.europa.ec.inspire.schemas.net.x40 that return LinkSetType.Link Modifier and Type Method Description LinkSetType.LinkLinkSetType. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkSetType.Link[]LinkSetType. getLinkArray()Gets array of all "link" elementsLinkSetType.LinkLinkSetType. getLinkArray(int i)Gets ith "link" elementLinkSetType.LinkLinkSetType. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementstatic LinkSetType.LinkLinkSetType.Link.Factory. newInstance()static LinkSetType.LinkLinkSetType.Link.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.net.x40 with parameters of type LinkSetType.Link Modifier and Type Method Description voidLinkSetType. setLinkArray(int i, LinkSetType.Link link)Sets ith "link" elementvoidLinkSetType. setLinkArray(LinkSetType.Link[] linkArray)Sets array of all "link" element -
Uses of LinkSetType.Link in eu.europa.ec.inspire.schemas.net.x40.impl
Classes in eu.europa.ec.inspire.schemas.net.x40.impl that implement LinkSetType.Link Modifier and Type Class Description static classLinkSetTypeImpl.LinkImplAn XML link(@http://inspire.ec.europa.eu/schemas/net/4.0).Methods in eu.europa.ec.inspire.schemas.net.x40.impl that return LinkSetType.Link Modifier and Type Method Description LinkSetType.LinkLinkSetTypeImpl. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkSetType.Link[]LinkSetTypeImpl. getLinkArray()Gets array of all "link" elementsLinkSetType.LinkLinkSetTypeImpl. getLinkArray(int i)Gets ith "link" elementLinkSetType.LinkLinkSetTypeImpl. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementMethods in eu.europa.ec.inspire.schemas.net.x40.impl with parameters of type LinkSetType.Link Modifier and Type Method Description voidLinkSetTypeImpl. setLinkArray(int i, LinkSetType.Link link)Sets ith "link" elementvoidLinkSetTypeImpl. setLinkArray(LinkSetType.Link[] linkArray)Sets array of all "link" element
-