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

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
EventTypeImpl

public interface EventType
extends org.apache.xmlbeans.XmlObject

An XML eventType(@http://schemas.active-endpoints.com/pdd/2006/08/pdd.xsd). This is a complex type.


Nested Class Summary
static class EventType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 BusinessPropertiesType addNewBusinessProperties()
          Appends and returns a new empty "businessProperties" element
 ProcessStatesType addNewProcessStates()
          Appends and returns a new empty "processStates" element
 BusinessPropertiesType getBusinessProperties()
          Gets the "businessProperties" element
 String getLocationPath()
          Gets the "locationPath" attribute
 String getName()
          Gets the "name" attribute
 ProcessStatesType getProcessStates()
          Gets the "processStates" element
 boolean isSetLocationPath()
          True if has "locationPath" attribute
 boolean isSetName()
          True if has "name" attribute
 void setBusinessProperties(BusinessPropertiesType businessProperties)
          Sets the "businessProperties" element
 void setLocationPath(String locationPath)
          Sets the "locationPath" attribute
 void setName(String name)
          Sets the "name" attribute
 void setProcessStates(ProcessStatesType processStates)
          Sets the "processStates" element
 void unsetLocationPath()
          Unsets the "locationPath" attribute
 void unsetName()
          Unsets the "name" attribute
 org.apache.xmlbeans.XmlString xgetLocationPath()
          Gets (as xml) the "locationPath" attribute
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" attribute
 void xsetLocationPath(org.apache.xmlbeans.XmlString locationPath)
          Sets (as xml) the "locationPath" attribute
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "name" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getProcessStates

ProcessStatesType getProcessStates()
Gets the "processStates" element


setProcessStates

void setProcessStates(ProcessStatesType processStates)
Sets the "processStates" element


addNewProcessStates

ProcessStatesType addNewProcessStates()
Appends and returns a new empty "processStates" element


getBusinessProperties

BusinessPropertiesType getBusinessProperties()
Gets the "businessProperties" element


setBusinessProperties

void setBusinessProperties(BusinessPropertiesType businessProperties)
Sets the "businessProperties" element


addNewBusinessProperties

BusinessPropertiesType addNewBusinessProperties()
Appends and returns a new empty "businessProperties" element


getLocationPath

String getLocationPath()
Gets the "locationPath" attribute


xgetLocationPath

org.apache.xmlbeans.XmlString xgetLocationPath()
Gets (as xml) the "locationPath" attribute


isSetLocationPath

boolean isSetLocationPath()
True if has "locationPath" attribute


setLocationPath

void setLocationPath(String locationPath)
Sets the "locationPath" attribute


xsetLocationPath

void xsetLocationPath(org.apache.xmlbeans.XmlString locationPath)
Sets (as xml) the "locationPath" attribute


unsetLocationPath

void unsetLocationPath()
Unsets the "locationPath" attribute


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute



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