Uses of Interface
org.deegree.services.wcas.metadatadesc.ContactInfo

Packages that use ContactInfo
org.deegree_impl.services.wcas.metadatadesc   
org.deegree.services.wcas.metadatadesc   
 

Uses of ContactInfo in org.deegree_impl.services.wcas.metadatadesc
 

Classes in org.deegree_impl.services.wcas.metadatadesc that implement ContactInfo
 class ContactInfo_Impl
          ContactInfo_Impl.java Created on 16.
 

Methods in org.deegree_impl.services.wcas.metadatadesc that return ContactInfo
private static ContactInfo WCAS_ISO19119Factory.getContactInfo(org.w3c.dom.Element contactInfoElement)
          returns an instance of the element <contactInfo> minOccurs="0" maxOccurs="unbounded"
 ContactInfo[] UserContactInfo_Impl.getContactInfo()
          minOccurs="0" maxOccurs="unbounded"
 ContactInfo[] PointOfContact_Impl.getContactInfo()
          minOccurs="0" maxOccurs="unbounded"
 ContactInfo[] CitedResponsibleParty_Impl.getContactInfo()
          minOccurs="0" maxOccurs="unbounded"
 

Methods in org.deegree_impl.services.wcas.metadatadesc with parameters of type ContactInfo
 void UserContactInfo_Impl.addContactInfo(ContactInfo contactinfo)
           
 void UserContactInfo_Impl.setContactInfo(ContactInfo[] contactinfo)
           
 void PointOfContact_Impl.addContactInfo(ContactInfo contactinfo)
           
 void PointOfContact_Impl.setContactInfo(ContactInfo[] contactinfo)
           
 void CitedResponsibleParty_Impl.addContactInfo(ContactInfo contactinfo)
           
 void CitedResponsibleParty_Impl.setContactInfo(ContactInfo[] contactinfo)
           
 

Constructors in org.deegree_impl.services.wcas.metadatadesc with parameters of type ContactInfo
UserContactInfo_Impl(ContactInfo[] contactinfo, java.lang.String[] individualname, java.lang.String[] organisationname, java.lang.String[] positionname, RoleCode[] rolecode)
          Creates a new instance of UserContactInfo_Impl
PointOfContact_Impl(ContactInfo[] contactinfo, java.lang.String[] individualname, java.lang.String[] organisationname, java.lang.String[] positionname, RoleCode[] rolecode)
          Creates a new instance of PointOfContact_Impl
CitedResponsibleParty_Impl(ContactInfo[] contactinfo, java.lang.String[] individualname, java.lang.String[] organisationname, java.lang.String[] positionname, RoleCode[] rolecode)
          Creates a new instance of CitedResponsibleParty_Impl
 

Uses of ContactInfo in org.deegree.services.wcas.metadatadesc
 

Methods in org.deegree.services.wcas.metadatadesc that return ContactInfo
 ContactInfo[] UserContactInfo.getContactInfo()
          minOccurs="0" maxOccurs="unbounded"
 ContactInfo[] PointOfContact.getContactInfo()
          minOccurs="0" maxOccurs="unbounded"
 ContactInfo[] CitedResponsibleParty.getContactInfo()
          minOccurs="0" maxOccurs="unbounded"