Uses of Interface
net.opengis.ows20.ResponsiblePartyType
-
Packages that use ResponsiblePartyType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of ResponsiblePartyType in net.opengis.ows20
Methods in net.opengis.ows20 that return ResponsiblePartyType Modifier and Type Method Description ResponsiblePartyType
Ows20Factory. createResponsiblePartyType()
Returns a new object of class 'Responsible Party Type'.ResponsiblePartyType
DocumentRoot. getPointOfContact()
Returns the value of the 'Point Of Contact' containment reference.Methods in net.opengis.ows20 with parameters of type ResponsiblePartyType Modifier and Type Method Description void
DocumentRoot. setPointOfContact(ResponsiblePartyType value)
Sets the value of the 'Point Of Contact
' containment reference. -
Uses of ResponsiblePartyType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement ResponsiblePartyType Modifier and Type Class Description class
ResponsiblePartyTypeImpl
An implementation of the model object 'Responsible Party Type'.Methods in net.opengis.ows20.impl that return ResponsiblePartyType Modifier and Type Method Description ResponsiblePartyType
Ows20FactoryImpl. createResponsiblePartyType()
ResponsiblePartyType
DocumentRootImpl. getPointOfContact()
Methods in net.opengis.ows20.impl with parameters of type ResponsiblePartyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPointOfContact(ResponsiblePartyType newPointOfContact, NotificationChain msgs)
void
DocumentRootImpl. setPointOfContact(ResponsiblePartyType newPointOfContact)
-
Uses of ResponsiblePartyType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type ResponsiblePartyType Modifier and Type Method Description T
Ows20Switch. caseResponsiblePartyType(ResponsiblePartyType object)
Returns the result of interpreting the object as an instance of 'Responsible Party Type'.boolean
Ows20Validator. validateResponsiblePartyType(ResponsiblePartyType responsiblePartyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ResponsiblePartyType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type ResponsiblePartyType Modifier and Type Method Description boolean
DocumentRootValidator. validatePointOfContact(ResponsiblePartyType value)
-