Uses of Interface
com.activeEndpoints.schemas.pdd.x2006.x08.pdd.EventingType

Packages that use EventingType
com.activeEndpoints.schemas.pdd.x2006.x08.pdd   
com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl   
 

Uses of EventingType in com.activeEndpoints.schemas.pdd.x2006.x08.pdd
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd that return EventingType
 EventingType ProcessType.addNewEventing()
          Appends and returns a new empty "eventing" element
 EventingType ProcessType.getEventing()
          Gets the "eventing" element
static EventingType EventingType.Factory.newInstance()
           
static EventingType EventingType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EventingType EventingType.Factory.parse(File file)
           
static EventingType EventingType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EventingType EventingType.Factory.parse(InputStream is)
           
static EventingType EventingType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EventingType EventingType.Factory.parse(Node node)
           
static EventingType EventingType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EventingType EventingType.Factory.parse(Reader r)
           
static EventingType EventingType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EventingType EventingType.Factory.parse(String xmlAsString)
           
static EventingType EventingType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EventingType EventingType.Factory.parse(URL u)
           
static EventingType EventingType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EventingType EventingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EventingType EventingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EventingType EventingType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static EventingType EventingType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd with parameters of type EventingType
 void ProcessType.setEventing(EventingType eventing)
          Sets the "eventing" element
 

Uses of EventingType in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl
 

Classes in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that implement EventingType
 class EventingTypeImpl
          An XML eventingType(@http://schemas.active-endpoints.com/pdd/2006/08/pdd.xsd).
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that return EventingType
 EventingType ProcessTypeImpl.addNewEventing()
          Appends and returns a new empty "eventing" element
 EventingType ProcessTypeImpl.getEventing()
          Gets the "eventing" element
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl with parameters of type EventingType
 void ProcessTypeImpl.setEventing(EventingType eventing)
          Sets the "eventing" element
 



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.