org.apache.geronimo.corba.xbeans.csiv2.tss
Interface TSSGSSUPType

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

public interface TSSGSSUPType
extends org.apache.xmlbeans.XmlObject

An XML GSSUPType(@http://openejb.apache.org/xml/ns/corba-tss-config-2.1). This is a complex type.


Nested Class Summary
static class TSSGSSUPType.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
 TSSDescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 TSSDescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 TSSDescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 boolean getRequired()
          Gets the "required" attribute
 String getTargetName()
          Gets the "targetName" attribute
 TSSDescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetRequired()
          True if has "required" attribute
 boolean isSetTargetName()
          True if has "targetName" attribute
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(int i, TSSDescriptionType description)
          Sets ith "description" element
 void setDescriptionArray(TSSDescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setRequired(boolean required)
          Sets the "required" attribute
 void setTargetName(String targetName)
          Sets the "targetName" attribute
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetRequired()
          Unsets the "required" attribute
 void unsetTargetName()
          Unsets the "targetName" attribute
 org.apache.xmlbeans.XmlBoolean xgetRequired()
          Gets (as xml) the "required" attribute
 org.apache.xmlbeans.XmlString xgetTargetName()
          Gets (as xml) the "targetName" attribute
 void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
          Sets (as xml) the "required" attribute
 void xsetTargetName(org.apache.xmlbeans.XmlString targetName)
          Sets (as xml) the "targetName" 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

getDescriptionArray

TSSDescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

TSSDescriptionType getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

void setDescriptionArray(TSSDescriptionType[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

void setDescriptionArray(int i,
                         TSSDescriptionType description)
Sets ith "description" element


insertNewDescription

TSSDescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

TSSDescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

void removeDescription(int i)
Removes the ith "description" element


getTargetName

String getTargetName()
Gets the "targetName" attribute


xgetTargetName

org.apache.xmlbeans.XmlString xgetTargetName()
Gets (as xml) the "targetName" attribute


isSetTargetName

boolean isSetTargetName()
True if has "targetName" attribute


setTargetName

void setTargetName(String targetName)
Sets the "targetName" attribute


xsetTargetName

void xsetTargetName(org.apache.xmlbeans.XmlString targetName)
Sets (as xml) the "targetName" attribute


unsetTargetName

void unsetTargetName()
Unsets the "targetName" attribute


getRequired

boolean getRequired()
Gets the "required" attribute


xgetRequired

org.apache.xmlbeans.XmlBoolean xgetRequired()
Gets (as xml) the "required" attribute


isSetRequired

boolean isSetRequired()
True if has "required" attribute


setRequired

void setRequired(boolean required)
Sets the "required" attribute


xsetRequired

void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
Sets (as xml) the "required" attribute


unsetRequired

void unsetRequired()
Unsets the "required" attribute



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