Uses of Interface
net.opengis.swes.x20.SWESEventType.Service
-
Packages that use SWESEventType.Service Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of SWESEventType.Service in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return SWESEventType.Service Modifier and Type Method Description SWESEventType.ServiceSWESEventType. addNewService()Appends and returns a new empty "service" elementSWESEventType.ServiceSWESEventType. getService()Gets the "service" elementstatic SWESEventType.ServiceSWESEventType.Service.Factory. newInstance()static SWESEventType.ServiceSWESEventType.Service.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type SWESEventType.Service Modifier and Type Method Description voidSWESEventType. setService(SWESEventType.Service service)Sets the "service" element -
Uses of SWESEventType.Service in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement SWESEventType.Service Modifier and Type Class Description static classSWESEventTypeImpl.ServiceImplAn XML service(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return SWESEventType.Service Modifier and Type Method Description SWESEventType.ServiceSWESEventTypeImpl. addNewService()Appends and returns a new empty "service" elementSWESEventType.ServiceSWESEventTypeImpl. getService()Gets the "service" elementMethods in net.opengis.swes.x20.impl with parameters of type SWESEventType.Service Modifier and Type Method Description voidSWESEventTypeImpl. setService(SWESEventType.Service service)Sets the "service" element
-