Uses of Interface
eu.europa.ec.inspire.schemas.base2.x20.RelatedPartyType
-
Packages that use RelatedPartyType Package Description eu.europa.ec.inspire.schemas.base2.x20 eu.europa.ec.inspire.schemas.base2.x20.impl -
-
Uses of RelatedPartyType in eu.europa.ec.inspire.schemas.base2.x20
Methods in eu.europa.ec.inspire.schemas.base2.x20 that return RelatedPartyType Modifier and Type Method Description RelatedPartyTypeRelatedPartyDocument. addNewRelatedParty()Appends and returns a new empty "RelatedParty" elementRelatedPartyTypeRelatedPartyPropertyType. addNewRelatedParty()Appends and returns a new empty "RelatedParty" elementRelatedPartyTypeRelatedPartyDocument. getRelatedParty()Gets the "RelatedParty" elementRelatedPartyTypeRelatedPartyPropertyType. getRelatedParty()Gets the "RelatedParty" elementstatic RelatedPartyTypeRelatedPartyType.Factory. newInstance()static RelatedPartyTypeRelatedPartyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RelatedPartyTypeRelatedPartyType.Factory. parse(File file)static RelatedPartyTypeRelatedPartyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RelatedPartyTypeRelatedPartyType.Factory. parse(InputStream is)static RelatedPartyTypeRelatedPartyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RelatedPartyTypeRelatedPartyType.Factory. parse(Reader r)static RelatedPartyTypeRelatedPartyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RelatedPartyTypeRelatedPartyType.Factory. parse(String xmlAsString)static RelatedPartyTypeRelatedPartyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RelatedPartyTypeRelatedPartyType.Factory. parse(URL u)static RelatedPartyTypeRelatedPartyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RelatedPartyTypeRelatedPartyType.Factory. parse(XMLStreamReader sr)static RelatedPartyTypeRelatedPartyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RelatedPartyTypeRelatedPartyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RelatedPartyTypeRelatedPartyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RelatedPartyTypeRelatedPartyType.Factory. parse(Node node)static RelatedPartyTypeRelatedPartyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.base2.x20 with parameters of type RelatedPartyType Modifier and Type Method Description voidRelatedPartyDocument. setRelatedParty(RelatedPartyType relatedParty)Sets the "RelatedParty" elementvoidRelatedPartyPropertyType. setRelatedParty(RelatedPartyType relatedParty)Sets the "RelatedParty" element -
Uses of RelatedPartyType in eu.europa.ec.inspire.schemas.base2.x20.impl
Classes in eu.europa.ec.inspire.schemas.base2.x20.impl that implement RelatedPartyType Modifier and Type Class Description classRelatedPartyTypeImplAn XML RelatedPartyType(@http://inspire.ec.europa.eu/schemas/base2/2.0).Methods in eu.europa.ec.inspire.schemas.base2.x20.impl that return RelatedPartyType Modifier and Type Method Description RelatedPartyTypeRelatedPartyDocumentImpl. addNewRelatedParty()Appends and returns a new empty "RelatedParty" elementRelatedPartyTypeRelatedPartyPropertyTypeImpl. addNewRelatedParty()Appends and returns a new empty "RelatedParty" elementRelatedPartyTypeRelatedPartyDocumentImpl. getRelatedParty()Gets the "RelatedParty" elementRelatedPartyTypeRelatedPartyPropertyTypeImpl. getRelatedParty()Gets the "RelatedParty" elementMethods in eu.europa.ec.inspire.schemas.base2.x20.impl with parameters of type RelatedPartyType Modifier and Type Method Description voidRelatedPartyDocumentImpl. setRelatedParty(RelatedPartyType relatedParty)Sets the "RelatedParty" elementvoidRelatedPartyPropertyTypeImpl. setRelatedParty(RelatedPartyType relatedParty)Sets the "RelatedParty" element
-