Uses of Class
net.opengis.ows.v_2_0.ContactType

Uses of ContactType in net.opengis.ows.v_2_0
 

Fields in net.opengis.ows.v_2_0 declared as ContactType
protected  ContactType ResponsiblePartyType.contactInfo
           
protected  ContactType ResponsiblePartySubsetType.contactInfo
           
 

Methods in net.opengis.ows.v_2_0 that return ContactType
 ContactType ObjectFactory.createContactType()
          Create an instance of ContactType
 ContactType ResponsiblePartyType.getContactInfo()
          Gets the value of the contactInfo property.
 ContactType ResponsiblePartySubsetType.getContactInfo()
          Gets the value of the contactInfo property.
 ContactType ContactType.withAddress(AddressType value)
           
 ContactType ContactType.withContactInstructions(String value)
           
 ContactType ContactType.withHoursOfService(String value)
           
 ContactType ContactType.withOnlineResource(OnlineResourceType value)
           
 ContactType ContactType.withPhone(TelephoneType value)
           
 

Methods in net.opengis.ows.v_2_0 that return types with arguments of type ContactType
 JAXBElement<ContactType> ObjectFactory.createContactInfo(ContactType value)
          Create an instance of JAXBElement<ContactType>}
 

Methods in net.opengis.ows.v_2_0 with parameters of type ContactType
 JAXBElement<ContactType> ObjectFactory.createContactInfo(ContactType value)
          Create an instance of JAXBElement<ContactType>}
 void ResponsiblePartyType.setContactInfo(ContactType value)
          Sets the value of the contactInfo property.
 void ResponsiblePartySubsetType.setContactInfo(ContactType value)
          Sets the value of the contactInfo property.
 ResponsiblePartyType ResponsiblePartyType.withContactInfo(ContactType value)
           
 ResponsiblePartySubsetType ResponsiblePartySubsetType.withContactInfo(ContactType value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.