Uses of Interface
eu.europa.ec.inspire.schemas.base2.x20.RelatedPartyType.Contact
-
Packages that use RelatedPartyType.Contact Package Description eu.europa.ec.inspire.schemas.base2.x20 eu.europa.ec.inspire.schemas.base2.x20.impl -
-
Uses of RelatedPartyType.Contact in eu.europa.ec.inspire.schemas.base2.x20
Methods in eu.europa.ec.inspire.schemas.base2.x20 that return RelatedPartyType.Contact Modifier and Type Method Description RelatedPartyType.ContactRelatedPartyType. addNewContact()Appends and returns a new empty "contact" elementRelatedPartyType.ContactRelatedPartyType. getContact()Gets the "contact" elementstatic RelatedPartyType.ContactRelatedPartyType.Contact.Factory. newInstance()static RelatedPartyType.ContactRelatedPartyType.Contact.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.base2.x20 with parameters of type RelatedPartyType.Contact Modifier and Type Method Description voidRelatedPartyType. setContact(RelatedPartyType.Contact contact)Sets the "contact" element -
Uses of RelatedPartyType.Contact in eu.europa.ec.inspire.schemas.base2.x20.impl
Classes in eu.europa.ec.inspire.schemas.base2.x20.impl that implement RelatedPartyType.Contact Modifier and Type Class Description static classRelatedPartyTypeImpl.ContactImplAn XML contact(@http://inspire.ec.europa.eu/schemas/base2/2.0).Methods in eu.europa.ec.inspire.schemas.base2.x20.impl that return RelatedPartyType.Contact Modifier and Type Method Description RelatedPartyType.ContactRelatedPartyTypeImpl. addNewContact()Appends and returns a new empty "contact" elementRelatedPartyType.ContactRelatedPartyTypeImpl. getContact()Gets the "contact" elementMethods in eu.europa.ec.inspire.schemas.base2.x20.impl with parameters of type RelatedPartyType.Contact Modifier and Type Method Description voidRelatedPartyTypeImpl. setContact(RelatedPartyType.Contact contact)Sets the "contact" element
-