Uses of Interface
net.opengis.ows20.TelephoneType
Packages that use TelephoneType
Package
Description
-
Uses of TelephoneType in net.opengis.ows20
Methods in net.opengis.ows20 that return TelephoneTypeModifier and TypeMethodDescriptionOws20Factory.createTelephoneType()
Returns a new object of class 'Telephone Type'.ContactType.getPhone()
Returns the value of the 'Phone' containment reference.Methods in net.opengis.ows20 with parameters of type TelephoneTypeModifier and TypeMethodDescriptionvoid
ContactType.setPhone
(TelephoneType value) Sets the value of the 'Phone
' containment reference. -
Uses of TelephoneType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement TelephoneTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Telephone Type'.Fields in net.opengis.ows20.impl declared as TelephoneTypeModifier and TypeFieldDescriptionprotected TelephoneType
ContactTypeImpl.phone
The cached value of the 'Phone
' containment reference.Methods in net.opengis.ows20.impl that return TelephoneTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createTelephoneType()
ContactTypeImpl.getPhone()
Methods in net.opengis.ows20.impl with parameters of type TelephoneTypeModifier and TypeMethodDescriptionNotificationChain
ContactTypeImpl.basicSetPhone
(TelephoneType newPhone, NotificationChain msgs) void
ContactTypeImpl.setPhone
(TelephoneType newPhone) -
Uses of TelephoneType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type TelephoneTypeModifier and TypeMethodDescriptionOws20Switch.caseTelephoneType
(TelephoneType object) Returns the result of interpreting the object as an instance of 'Telephone Type'.boolean
Ows20Validator.validateTelephoneType
(TelephoneType telephoneType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of TelephoneType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type TelephoneTypeModifier and TypeMethodDescriptionboolean
ContactTypeValidator.validatePhone
(TelephoneType value)