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

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

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

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd that return EventType
 EventType EventingType.addNewEvent()
          Appends and returns a new empty value (as xml) as the last "event" element
 EventType[] EventingType.getEventArray()
          Gets array of all "event" elements
 EventType EventingType.getEventArray(int i)
          Gets ith "event" element
 EventType EventingType.insertNewEvent(int i)
          Inserts and returns a new empty value (as xml) as the ith "event" element
static EventType EventType.Factory.newInstance()
           
static EventType EventType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EventType EventType.Factory.parse(File file)
           
static EventType EventType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EventType EventType.Factory.parse(InputStream is)
           
static EventType EventType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EventType EventType.Factory.parse(Node node)
           
static EventType EventType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EventType EventType.Factory.parse(Reader r)
           
static EventType EventType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EventType EventType.Factory.parse(String xmlAsString)
           
static EventType EventType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EventType EventType.Factory.parse(URL u)
           
static EventType EventType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EventType EventType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EventType EventType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EventType EventType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static EventType EventType.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 EventType
 void EventingType.setEventArray(EventType[] eventArray)
          Sets array of all "event" element
 void EventingType.setEventArray(int i, EventType event)
          Sets ith "event" element
 

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

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

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl that return EventType
 EventType EventingTypeImpl.addNewEvent()
          Appends and returns a new empty value (as xml) as the last "event" element
 EventType[] EventingTypeImpl.getEventArray()
          Gets array of all "event" elements
 EventType EventingTypeImpl.getEventArray(int i)
          Gets ith "event" element
 EventType EventingTypeImpl.insertNewEvent(int i)
          Inserts and returns a new empty value (as xml) as the ith "event" element
 

Methods in com.activeEndpoints.schemas.pdd.x2006.x08.pdd.impl with parameters of type EventType
 void EventingTypeImpl.setEventArray(EventType[] eventArray)
          Sets array of all "event" element
 void EventingTypeImpl.setEventArray(int i, EventType event)
          Sets ith "event" element
 



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