Uses of Interface
org.oasisOpen.docs.wsn.b2.FilterType
-
Packages that use FilterType Package Description org.oasisOpen.docs.wsn.b2 org.oasisOpen.docs.wsn.b2.impl -
-
Uses of FilterType in org.oasisOpen.docs.wsn.b2
Methods in org.oasisOpen.docs.wsn.b2 that return FilterType Modifier and Type Method Description FilterTypeFilterDocument. addNewFilter()Appends and returns a new empty "Filter" elementFilterTypeSubscribeDocument.Subscribe. addNewFilter()Appends and returns a new empty "Filter" elementFilterTypeSubscriptionManagerRPDocument.SubscriptionManagerRP. addNewFilter()Appends and returns a new empty "Filter" elementFilterTypeFilterDocument. getFilter()Gets the "Filter" elementFilterTypeSubscribeDocument.Subscribe. getFilter()Gets the "Filter" elementFilterTypeSubscriptionManagerRPDocument.SubscriptionManagerRP. getFilter()Gets the "Filter" elementstatic FilterTypeFilterType.Factory. newInstance()static FilterTypeFilterType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(File file)static FilterTypeFilterType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(InputStream is)static FilterTypeFilterType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(Reader r)static FilterTypeFilterType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(String xmlAsString)static FilterTypeFilterType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(URL u)static FilterTypeFilterType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(XMLStreamReader sr)static FilterTypeFilterType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FilterTypeFilterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FilterTypeFilterType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FilterTypeFilterType.Factory. parse(Node node)static FilterTypeFilterType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsn.b2 with parameters of type FilterType Modifier and Type Method Description voidFilterDocument. setFilter(FilterType filter)Sets the "Filter" elementvoidSubscribeDocument.Subscribe. setFilter(FilterType filter)Sets the "Filter" elementvoidSubscriptionManagerRPDocument.SubscriptionManagerRP. setFilter(FilterType filter)Sets the "Filter" element -
Uses of FilterType in org.oasisOpen.docs.wsn.b2.impl
Classes in org.oasisOpen.docs.wsn.b2.impl that implement FilterType Modifier and Type Class Description classFilterTypeImplAn XML FilterType(@http://docs.oasis-open.org/wsn/b-2).Methods in org.oasisOpen.docs.wsn.b2.impl that return FilterType Modifier and Type Method Description FilterTypeFilterDocumentImpl. addNewFilter()Appends and returns a new empty "Filter" elementFilterTypeSubscribeDocumentImpl.SubscribeImpl. addNewFilter()Appends and returns a new empty "Filter" elementFilterTypeSubscriptionManagerRPDocumentImpl.SubscriptionManagerRPImpl. addNewFilter()Appends and returns a new empty "Filter" elementFilterTypeFilterDocumentImpl. getFilter()Gets the "Filter" elementFilterTypeSubscribeDocumentImpl.SubscribeImpl. getFilter()Gets the "Filter" elementFilterTypeSubscriptionManagerRPDocumentImpl.SubscriptionManagerRPImpl. getFilter()Gets the "Filter" elementMethods in org.oasisOpen.docs.wsn.b2.impl with parameters of type FilterType Modifier and Type Method Description voidFilterDocumentImpl. setFilter(FilterType filter)Sets the "Filter" elementvoidSubscribeDocumentImpl.SubscribeImpl. setFilter(FilterType filter)Sets the "Filter" elementvoidSubscriptionManagerRPDocumentImpl.SubscriptionManagerRPImpl. setFilter(FilterType filter)Sets the "Filter" element
-