Uses of Interface
net.opengis.ows10.TelephoneType
Packages that use TelephoneType
-
Uses of TelephoneType in net.opengis.ows10
Methods in net.opengis.ows10 that return TelephoneTypeModifier and TypeMethodDescriptionOws10Factory.createTelephoneType()Returns a new object of class 'Telephone Type'.ContactType.getPhone()Returns the value of the 'Phone' containment reference.Methods in net.opengis.ows10 with parameters of type TelephoneTypeModifier and TypeMethodDescriptionvoidContactType.setPhone(TelephoneType value) Sets the value of the 'Phone' containment reference. -
Uses of TelephoneType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement TelephoneTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Telephone Type'.Fields in net.opengis.ows10.impl declared as TelephoneTypeModifier and TypeFieldDescriptionprotected TelephoneTypeContactTypeImpl.phoneThe cached value of the 'Phone' containment reference.Methods in net.opengis.ows10.impl that return TelephoneTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createTelephoneType()ContactTypeImpl.getPhone()Methods in net.opengis.ows10.impl with parameters of type TelephoneTypeModifier and TypeMethodDescriptionNotificationChainContactTypeImpl.basicSetPhone(TelephoneType newPhone, NotificationChain msgs) voidContactTypeImpl.setPhone(TelephoneType newPhone) -
Uses of TelephoneType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type TelephoneTypeModifier and TypeMethodDescriptionbooleanContactTypeValidator.validatePhone(TelephoneType value)