jp.co.fujitsu.reffi.client.config
インタフェース ValidatorsDocument.Validators

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

public static interface ValidatorsDocument.Validators
extends org.apache.xmlbeans.XmlObject

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


入れ子のクラスの概要
static class ValidatorsDocument.Validators.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
 
メソッドの概要
 ValidatorDocument.Validator addNewValidator()
          Appends and returns a new empty value (as xml) as the last "validator" element
 ValidatorDocument.Validator[] getValidatorArray()
          Gets array of all "validator" elements
 ValidatorDocument.Validator getValidatorArray(int i)
          Gets ith "validator" element
 ValidatorDocument.Validator insertNewValidator(int i)
          Inserts and returns a new empty value (as xml) as the ith "validator" element
 void removeValidator(int i)
          Removes the ith "validator" element
 void setValidatorArray(int i, ValidatorDocument.Validator validator)
          Sets ith "validator" element
 void setValidatorArray(ValidatorDocument.Validator[] validatorArray)
          Sets array of all "validator" element
 int sizeOfValidatorArray()
          Returns number of "validator" 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
メソッドの詳細

getValidatorArray

ValidatorDocument.Validator[] getValidatorArray()
Gets array of all "validator" elements


getValidatorArray

ValidatorDocument.Validator getValidatorArray(int i)
Gets ith "validator" element


sizeOfValidatorArray

int sizeOfValidatorArray()
Returns number of "validator" element


setValidatorArray

void setValidatorArray(ValidatorDocument.Validator[] validatorArray)
Sets array of all "validator" element


setValidatorArray

void setValidatorArray(int i,
                       ValidatorDocument.Validator validator)
Sets ith "validator" element


insertNewValidator

ValidatorDocument.Validator insertNewValidator(int i)
Inserts and returns a new empty value (as xml) as the ith "validator" element


addNewValidator

ValidatorDocument.Validator addNewValidator()
Appends and returns a new empty value (as xml) as the last "validator" element


removeValidator

void removeValidator(int i)
Removes the ith "validator" element



Copyright(C) Fujitsu All Rights Reserved.