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

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

public interface TSSIdentityTokenTypeList
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class TSSIdentityTokenTypeList.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
 TSSITTAbsentType addNewITTAbsent()
          Appends and returns a new empty "ITTAbsent" element
 TSSITTAnonymousType addNewITTAnonymous()
          Appends and returns a new empty "ITTAnonymous" element
 TSSITTDistinguishedNameType addNewITTDistinguishedName()
          Appends and returns a new empty "ITTDistinguishedName" element
 TSSITTPrincipalNameGSSUPType addNewITTPrincipalNameGSSUP()
          Appends and returns a new empty "ITTPrincipalNameGSSUP" element
 TSSITTX509CertChainType addNewITTX509CertChain()
          Appends and returns a new empty "ITTX509CertChain" element
 TSSITTAbsentType getITTAbsent()
          Gets the "ITTAbsent" element
 TSSITTAnonymousType getITTAnonymous()
          Gets the "ITTAnonymous" element
 TSSITTDistinguishedNameType getITTDistinguishedName()
          Gets the "ITTDistinguishedName" element
 TSSITTPrincipalNameGSSUPType getITTPrincipalNameGSSUP()
          Gets the "ITTPrincipalNameGSSUP" element
 TSSITTX509CertChainType getITTX509CertChain()
          Gets the "ITTX509CertChain" element
 boolean isSetITTAbsent()
          True if has "ITTAbsent" element
 boolean isSetITTAnonymous()
          True if has "ITTAnonymous" element
 boolean isSetITTDistinguishedName()
          True if has "ITTDistinguishedName" element
 boolean isSetITTPrincipalNameGSSUP()
          True if has "ITTPrincipalNameGSSUP" element
 boolean isSetITTX509CertChain()
          True if has "ITTX509CertChain" element
 void setITTAbsent(TSSITTAbsentType ittAbsent)
          Sets the "ITTAbsent" element
 void setITTAnonymous(TSSITTAnonymousType ittAnonymous)
          Sets the "ITTAnonymous" element
 void setITTDistinguishedName(TSSITTDistinguishedNameType ittDistinguishedName)
          Sets the "ITTDistinguishedName" element
 void setITTPrincipalNameGSSUP(TSSITTPrincipalNameGSSUPType ittPrincipalNameGSSUP)
          Sets the "ITTPrincipalNameGSSUP" element
 void setITTX509CertChain(TSSITTX509CertChainType ittx509CertChain)
          Sets the "ITTX509CertChain" element
 void unsetITTAbsent()
          Unsets the "ITTAbsent" element
 void unsetITTAnonymous()
          Unsets the "ITTAnonymous" element
 void unsetITTDistinguishedName()
          Unsets the "ITTDistinguishedName" element
 void unsetITTPrincipalNameGSSUP()
          Unsets the "ITTPrincipalNameGSSUP" element
 void unsetITTX509CertChain()
          Unsets the "ITTX509CertChain" element
 
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

getITTAbsent

TSSITTAbsentType getITTAbsent()
Gets the "ITTAbsent" element


isSetITTAbsent

boolean isSetITTAbsent()
True if has "ITTAbsent" element


setITTAbsent

void setITTAbsent(TSSITTAbsentType ittAbsent)
Sets the "ITTAbsent" element


addNewITTAbsent

TSSITTAbsentType addNewITTAbsent()
Appends and returns a new empty "ITTAbsent" element


unsetITTAbsent

void unsetITTAbsent()
Unsets the "ITTAbsent" element


getITTAnonymous

TSSITTAnonymousType getITTAnonymous()
Gets the "ITTAnonymous" element


isSetITTAnonymous

boolean isSetITTAnonymous()
True if has "ITTAnonymous" element


setITTAnonymous

void setITTAnonymous(TSSITTAnonymousType ittAnonymous)
Sets the "ITTAnonymous" element


addNewITTAnonymous

TSSITTAnonymousType addNewITTAnonymous()
Appends and returns a new empty "ITTAnonymous" element


unsetITTAnonymous

void unsetITTAnonymous()
Unsets the "ITTAnonymous" element


getITTPrincipalNameGSSUP

TSSITTPrincipalNameGSSUPType getITTPrincipalNameGSSUP()
Gets the "ITTPrincipalNameGSSUP" element


isSetITTPrincipalNameGSSUP

boolean isSetITTPrincipalNameGSSUP()
True if has "ITTPrincipalNameGSSUP" element


setITTPrincipalNameGSSUP

void setITTPrincipalNameGSSUP(TSSITTPrincipalNameGSSUPType ittPrincipalNameGSSUP)
Sets the "ITTPrincipalNameGSSUP" element


addNewITTPrincipalNameGSSUP

TSSITTPrincipalNameGSSUPType addNewITTPrincipalNameGSSUP()
Appends and returns a new empty "ITTPrincipalNameGSSUP" element


unsetITTPrincipalNameGSSUP

void unsetITTPrincipalNameGSSUP()
Unsets the "ITTPrincipalNameGSSUP" element


getITTDistinguishedName

TSSITTDistinguishedNameType getITTDistinguishedName()
Gets the "ITTDistinguishedName" element


isSetITTDistinguishedName

boolean isSetITTDistinguishedName()
True if has "ITTDistinguishedName" element


setITTDistinguishedName

void setITTDistinguishedName(TSSITTDistinguishedNameType ittDistinguishedName)
Sets the "ITTDistinguishedName" element


addNewITTDistinguishedName

TSSITTDistinguishedNameType addNewITTDistinguishedName()
Appends and returns a new empty "ITTDistinguishedName" element


unsetITTDistinguishedName

void unsetITTDistinguishedName()
Unsets the "ITTDistinguishedName" element


getITTX509CertChain

TSSITTX509CertChainType getITTX509CertChain()
Gets the "ITTX509CertChain" element


isSetITTX509CertChain

boolean isSetITTX509CertChain()
True if has "ITTX509CertChain" element


setITTX509CertChain

void setITTX509CertChain(TSSITTX509CertChainType ittx509CertChain)
Sets the "ITTX509CertChain" element


addNewITTX509CertChain

TSSITTX509CertChainType addNewITTX509CertChain()
Appends and returns a new empty "ITTX509CertChain" element


unsetITTX509CertChain

void unsetITTX509CertChain()
Unsets the "ITTX509CertChain" element



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