jp.co.fujitsu.reffi.client.config
インタフェース EventMappingsDocument.EventMappings

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

public static interface EventMappingsDocument.EventMappings
extends org.apache.xmlbeans.XmlObject

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


入れ子のクラスの概要
static class EventMappingsDocument.EventMappings.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
 
メソッドの概要
 EventDocument.Event addNewEvent()
          Appends and returns a new empty value (as xml) as the last "event" element
 EventDocument.Event[] getEventArray()
          Gets array of all "event" elements
 EventDocument.Event getEventArray(int i)
          Gets ith "event" element
 EventDocument.Event insertNewEvent(int i)
          Inserts and returns a new empty value (as xml) as the ith "event" element
 void removeEvent(int i)
          Removes the ith "event" element
 void setEventArray(EventDocument.Event[] eventArray)
          Sets array of all "event" element
 void setEventArray(int i, EventDocument.Event event)
          Sets ith "event" element
 int sizeOfEventArray()
          Returns number of "event" element
 
インタフェース 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
メソッドの詳細

getEventArray

EventDocument.Event[] getEventArray()
Gets array of all "event" elements


getEventArray

EventDocument.Event getEventArray(int i)
Gets ith "event" element


sizeOfEventArray

int sizeOfEventArray()
Returns number of "event" element


setEventArray

void setEventArray(EventDocument.Event[] eventArray)
Sets array of all "event" element


setEventArray

void setEventArray(int i,
                   EventDocument.Event event)
Sets ith "event" element


insertNewEvent

EventDocument.Event insertNewEvent(int i)
Inserts and returns a new empty value (as xml) as the ith "event" element


addNewEvent

EventDocument.Event addNewEvent()
Appends and returns a new empty value (as xml) as the last "event" element


removeEvent

void removeEvent(int i)
Removes the ith "event" element



Copyright © 2008-2010. All Rights Reserved.