Uses of Interface
net.opengis.ows10.ContactType
Packages that use ContactType
-
Uses of ContactType in net.opengis.ows10
Methods in net.opengis.ows10 that return ContactTypeModifier and TypeMethodDescriptionOws10Factory.createContactType()Returns a new object of class 'Contact Type'.DocumentRoot.getContactInfo()Returns the value of the 'Contact Info' containment reference.ResponsiblePartySubsetType.getContactInfo()Returns the value of the 'Contact Info' containment reference.ResponsiblePartyType.getContactInfo()Returns the value of the 'Contact Info' containment reference.Methods in net.opengis.ows10 with parameters of type ContactTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setContactInfo(ContactType value) Sets the value of the 'Contact Info' containment reference.voidResponsiblePartySubsetType.setContactInfo(ContactType value) Sets the value of the 'Contact Info' containment reference.voidResponsiblePartyType.setContactInfo(ContactType value) Sets the value of the 'Contact Info' containment reference. -
Uses of ContactType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement ContactTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Contact Type'.Fields in net.opengis.ows10.impl declared as ContactTypeModifier and TypeFieldDescriptionprotected ContactTypeResponsiblePartySubsetTypeImpl.contactInfoThe cached value of the 'Contact Info' containment reference.protected ContactTypeResponsiblePartyTypeImpl.contactInfoThe cached value of the 'Contact Info' containment reference.Methods in net.opengis.ows10.impl that return ContactTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createContactType()DocumentRootImpl.getContactInfo()ResponsiblePartySubsetTypeImpl.getContactInfo()ResponsiblePartyTypeImpl.getContactInfo()Methods in net.opengis.ows10.impl with parameters of type ContactTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs) NotificationChainResponsiblePartySubsetTypeImpl.basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs) NotificationChainResponsiblePartyTypeImpl.basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs) voidDocumentRootImpl.setContactInfo(ContactType newContactInfo) voidResponsiblePartySubsetTypeImpl.setContactInfo(ContactType newContactInfo) voidResponsiblePartyTypeImpl.setContactInfo(ContactType newContactInfo) -
Uses of ContactType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type ContactTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateContactInfo(ContactType value) booleanResponsiblePartySubsetTypeValidator.validateContactInfo(ContactType value) booleanResponsiblePartyTypeValidator.validateContactInfo(ContactType value)