Uses of Class
org.sdmx.resources.sdmxml.schemas.v2_0.structure.ContactType

Packages that use ContactType
org.sdmx.resources.sdmxml.schemas.v2_0.structure   
 

Uses of ContactType in org.sdmx.resources.sdmxml.schemas.v2_0.structure
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.structure declared as ContactType
protected  ContactType OrganisationType.collectorContact
           
protected  ContactType OrganisationType.disseminatorContact
           
protected  ContactType OrganisationType.maintenanceContact
           
protected  ContactType OrganisationType.reporterContact
           
 

Fields in org.sdmx.resources.sdmxml.schemas.v2_0.structure with type parameters of type ContactType
protected  List<ContactType> OrganisationType.otherContact
           
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.structure that return ContactType
 ContactType ObjectFactory.createContactType()
          Create an instance of ContactType
 ContactType OrganisationType.getCollectorContact()
          Gets the value of the collectorContact property.
 ContactType OrganisationType.getDisseminatorContact()
          Gets the value of the disseminatorContact property.
 ContactType OrganisationType.getMaintenanceContact()
          Gets the value of the maintenanceContact property.
 ContactType OrganisationType.getReporterContact()
          Gets the value of the reporterContact property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.structure that return types with arguments of type ContactType
 List<ContactType> OrganisationType.getOtherContact()
          Gets the value of the otherContact property.
 

Methods in org.sdmx.resources.sdmxml.schemas.v2_0.structure with parameters of type ContactType
 void OrganisationType.setCollectorContact(ContactType value)
          Sets the value of the collectorContact property.
 void OrganisationType.setDisseminatorContact(ContactType value)
          Sets the value of the disseminatorContact property.
 void OrganisationType.setMaintenanceContact(ContactType value)
          Sets the value of the maintenanceContact property.
 void OrganisationType.setReporterContact(ContactType value)
          Sets the value of the reporterContact property.
 



Copyright © 2012. All Rights Reserved.