Uses of Interface
eu.europa.ec.inspire.schemas.base2.x20.ContactType
-
Packages that use ContactType Package Description eu.europa.ec.inspire.schemas.base2.x20 eu.europa.ec.inspire.schemas.base2.x20.impl -
-
Uses of ContactType in eu.europa.ec.inspire.schemas.base2.x20
Methods in eu.europa.ec.inspire.schemas.base2.x20 that return ContactType Modifier and Type Method Description ContactTypeContactDocument. addNewContact()Appends and returns a new empty "Contact" elementContactTypeContactPropertyType. addNewContact()Appends and returns a new empty "Contact" elementContactTypeRelatedPartyType.Contact. addNewContact()Appends and returns a new empty "Contact" elementContactTypeContactDocument. getContact()Gets the "Contact" elementContactTypeContactPropertyType. getContact()Gets the "Contact" elementContactTypeRelatedPartyType.Contact. getContact()Gets the "Contact" elementstatic ContactTypeContactType.Factory. newInstance()static ContactTypeContactType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(File file)static ContactTypeContactType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(InputStream is)static ContactTypeContactType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(Reader r)static ContactTypeContactType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(String xmlAsString)static ContactTypeContactType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(URL u)static ContactTypeContactType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(XMLStreamReader sr)static ContactTypeContactType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ContactTypeContactType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ContactTypeContactType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ContactTypeContactType.Factory. parse(Node node)static ContactTypeContactType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.base2.x20 with parameters of type ContactType Modifier and Type Method Description voidContactDocument. setContact(ContactType contact)Sets the "Contact" elementvoidContactPropertyType. setContact(ContactType contact)Sets the "Contact" elementvoidRelatedPartyType.Contact. setContact(ContactType contact)Sets the "Contact" element -
Uses of ContactType in eu.europa.ec.inspire.schemas.base2.x20.impl
Classes in eu.europa.ec.inspire.schemas.base2.x20.impl that implement ContactType Modifier and Type Class Description classContactTypeImplAn XML ContactType(@http://inspire.ec.europa.eu/schemas/base2/2.0).Methods in eu.europa.ec.inspire.schemas.base2.x20.impl that return ContactType Modifier and Type Method Description ContactTypeContactDocumentImpl. addNewContact()Appends and returns a new empty "Contact" elementContactTypeContactPropertyTypeImpl. addNewContact()Appends and returns a new empty "Contact" elementContactTypeRelatedPartyTypeImpl.ContactImpl. addNewContact()Appends and returns a new empty "Contact" elementContactTypeContactDocumentImpl. getContact()Gets the "Contact" elementContactTypeContactPropertyTypeImpl. getContact()Gets the "Contact" elementContactTypeRelatedPartyTypeImpl.ContactImpl. getContact()Gets the "Contact" elementMethods in eu.europa.ec.inspire.schemas.base2.x20.impl with parameters of type ContactType Modifier and Type Method Description voidContactDocumentImpl. setContact(ContactType contact)Sets the "Contact" elementvoidContactPropertyTypeImpl. setContact(ContactType contact)Sets the "Contact" elementvoidRelatedPartyTypeImpl.ContactImpl. setContact(ContactType contact)Sets the "Contact" element
-