jp.co.fujitsu.reffi.client.config
インタフェース ValidatorDocument.Validator

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

public static interface ValidatorDocument.Validator
extends org.apache.xmlbeans.XmlObject

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


入れ子のクラスの概要
static class ValidatorDocument.Validator.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
 
メソッドの概要
 java.lang.String getMessage()
          Gets the "message" attribute
 java.lang.String getRange()
          Gets the "range" attribute
 java.lang.String getTitle()
          Gets the "title" attribute
 java.lang.String getType()
          Gets the "type" attribute
 boolean isSetMessage()
          True if has "message" attribute
 boolean isSetRange()
          True if has "range" attribute
 boolean isSetTitle()
          True if has "title" attribute
 void setMessage(java.lang.String message)
          Sets the "message" attribute
 void setRange(java.lang.String range)
          Sets the "range" attribute
 void setTitle(java.lang.String title)
          Sets the "title" attribute
 void setType(java.lang.String type)
          Sets the "type" attribute
 void unsetMessage()
          Unsets the "message" attribute
 void unsetRange()
          Unsets the "range" attribute
 void unsetTitle()
          Unsets the "title" attribute
 org.apache.xmlbeans.XmlString xgetMessage()
          Gets (as xml) the "message" attribute
 org.apache.xmlbeans.XmlString xgetRange()
          Gets (as xml) the "range" attribute
 org.apache.xmlbeans.XmlString xgetTitle()
          Gets (as xml) the "title" attribute
 org.apache.xmlbeans.XmlString xgetType()
          Gets (as xml) the "type" attribute
 void xsetMessage(org.apache.xmlbeans.XmlString message)
          Sets (as xml) the "message" attribute
 void xsetRange(org.apache.xmlbeans.XmlString range)
          Sets (as xml) the "range" attribute
 void xsetTitle(org.apache.xmlbeans.XmlString title)
          Sets (as xml) the "title" 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
メソッドの詳細

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


getMessage

java.lang.String getMessage()
Gets the "message" attribute


xgetMessage

org.apache.xmlbeans.XmlString xgetMessage()
Gets (as xml) the "message" attribute


isSetMessage

boolean isSetMessage()
True if has "message" attribute


setMessage

void setMessage(java.lang.String message)
Sets the "message" attribute


xsetMessage

void xsetMessage(org.apache.xmlbeans.XmlString message)
Sets (as xml) the "message" attribute


unsetMessage

void unsetMessage()
Unsets the "message" attribute


getTitle

java.lang.String getTitle()
Gets the "title" attribute


xgetTitle

org.apache.xmlbeans.XmlString xgetTitle()
Gets (as xml) the "title" attribute


isSetTitle

boolean isSetTitle()
True if has "title" attribute


setTitle

void setTitle(java.lang.String title)
Sets the "title" attribute


xsetTitle

void xsetTitle(org.apache.xmlbeans.XmlString title)
Sets (as xml) the "title" attribute


unsetTitle

void unsetTitle()
Unsets the "title" attribute


getRange

java.lang.String getRange()
Gets the "range" attribute


xgetRange

org.apache.xmlbeans.XmlString xgetRange()
Gets (as xml) the "range" attribute


isSetRange

boolean isSetRange()
True if has "range" attribute


setRange

void setRange(java.lang.String range)
Sets the "range" attribute


xsetRange

void xsetRange(org.apache.xmlbeans.XmlString range)
Sets (as xml) the "range" attribute


unsetRange

void unsetRange()
Unsets the "range" attribute



Copyright © 2008-2010. All Rights Reserved.