jp.co.fujitsu.reffi.client.config
インタフェース EventDocument.Event

すべてのスーパーインタフェース:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
既知の実装クラスの一覧:
EventDocumentImpl.EventImpl
含まれているインタフェース:
EventDocument

public static interface EventDocument.Event
extends org.apache.xmlbeans.XmlObject

An XML event(@urn:jp.co.fujitsu.reffi.client.config). This is a complex type.


入れ子のクラスの概要
static class EventDocument.Event.Factory
          A factory class with static methods for creating instances of this type.
 
フィールドの概要
static org.apache.xmlbeans.SchemaType type
           
 
インタフェース org.apache.xmlbeans.XmlObject から継承されたフィールド
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
メソッドの概要
 ValidatorsDocument.Validators addNewValidators()
          Appends and returns a new empty "validators" element
 java.lang.String getEvent()
          Gets the "event" attribute
 java.lang.String getName()
          Gets the "name" attribute
 java.lang.String getType()
          Gets the "type" attribute
 ValidatorsDocument.Validators getValidators()
          Gets the "validators" element
 boolean isSetValidators()
          True if has "validators" element
 void setEvent(java.lang.String event)
          Sets the "event" attribute
 void setName(java.lang.String name)
          Sets the "name" attribute
 void setType(java.lang.String type)
          Sets the "type" attribute
 void setValidators(ValidatorsDocument.Validators validators)
          Sets the "validators" element
 void unsetValidators()
          Unsets the "validators" element
 org.apache.xmlbeans.XmlString xgetEvent()
          Gets (as xml) the "event" attribute
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" attribute
 org.apache.xmlbeans.XmlString xgetType()
          Gets (as xml) the "type" attribute
 void xsetEvent(org.apache.xmlbeans.XmlString event)
          Sets (as xml) the "event" attribute
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "name" attribute
 void xsetType(org.apache.xmlbeans.XmlString type)
          Sets (as xml) the "type" attribute
 
インタフェース 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
 
インタフェース 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
 

フィールドの詳細

type

static final org.apache.xmlbeans.SchemaType type
メソッドの詳細

getValidators

ValidatorsDocument.Validators getValidators()
Gets the "validators" element


isSetValidators

boolean isSetValidators()
True if has "validators" element


setValidators

void setValidators(ValidatorsDocument.Validators validators)
Sets the "validators" element


addNewValidators

ValidatorsDocument.Validators addNewValidators()
Appends and returns a new empty "validators" element


unsetValidators

void unsetValidators()
Unsets the "validators" element


getName

java.lang.String getName()
Gets the "name" attribute


xgetName

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


setName

void setName(java.lang.String name)
Sets the "name" attribute


xsetName

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


getEvent

java.lang.String getEvent()
Gets the "event" attribute


xgetEvent

org.apache.xmlbeans.XmlString xgetEvent()
Gets (as xml) the "event" attribute


setEvent

void setEvent(java.lang.String event)
Sets the "event" attribute


xsetEvent

void xsetEvent(org.apache.xmlbeans.XmlString event)
Sets (as xml) the "event" attribute


getType

java.lang.String getType()
Gets the "type" attribute


xgetType

org.apache.xmlbeans.XmlString xgetType()
Gets (as xml) the "type" attribute


setType

void setType(java.lang.String type)
Sets the "type" attribute


xsetType

void xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute



Copyright © 2008-2010. All Rights Reserved.