org.apache.geronimo.xbeans.geronimo.credentialstore
Interface RealmType

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

public interface RealmType
extends org.apache.xmlbeans.XmlObject

An XML realmType(@http://geronimo.apache.org/xml/ns/credentialstore-1.0). This is a complex type.


Nested Class Summary
static class RealmType.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
 SubjectType addNewSubject()
          Appends and returns a new empty value (as xml) as the last "subject" element
 String getName()
          Gets the "name" attribute
 SubjectType[] getSubjectArray()
          Gets array of all "subject" elements
 SubjectType getSubjectArray(int i)
          Gets ith "subject" element
 SubjectType insertNewSubject(int i)
          Inserts and returns a new empty value (as xml) as the ith "subject" element
 void removeSubject(int i)
          Removes the ith "subject" element
 void setName(String name)
          Sets the "name" attribute
 void setSubjectArray(int i, SubjectType subject)
          Sets ith "subject" element
 void setSubjectArray(SubjectType[] subjectArray)
          Sets array of all "subject" element
 int sizeOfSubjectArray()
          Returns number of "subject" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" 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

getSubjectArray

SubjectType[] getSubjectArray()
Gets array of all "subject" elements


getSubjectArray

SubjectType getSubjectArray(int i)
Gets ith "subject" element


sizeOfSubjectArray

int sizeOfSubjectArray()
Returns number of "subject" element


setSubjectArray

void setSubjectArray(SubjectType[] subjectArray)
Sets array of all "subject" element


setSubjectArray

void setSubjectArray(int i,
                     SubjectType subject)
Sets ith "subject" element


insertNewSubject

SubjectType insertNewSubject(int i)
Inserts and returns a new empty value (as xml) as the ith "subject" element


addNewSubject

SubjectType addNewSubject()
Appends and returns a new empty value (as xml) as the last "subject" element


removeSubject

void removeSubject(int i)
Removes the ith "subject" element


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "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



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.