org.openejb.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://www.openejb.org/xml/ns/corba-tss-config-2.0). 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

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getITTAbsent

public TSSITTAbsentType getITTAbsent()
Gets the "ITTAbsent" element


isSetITTAbsent

public boolean isSetITTAbsent()
True if has "ITTAbsent" element


setITTAbsent

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


addNewITTAbsent

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


unsetITTAbsent

public void unsetITTAbsent()
Unsets the "ITTAbsent" element


getITTAnonymous

public TSSITTAnonymousType getITTAnonymous()
Gets the "ITTAnonymous" element


isSetITTAnonymous

public boolean isSetITTAnonymous()
True if has "ITTAnonymous" element


setITTAnonymous

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


addNewITTAnonymous

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


unsetITTAnonymous

public void unsetITTAnonymous()
Unsets the "ITTAnonymous" element


getITTPrincipalNameGSSUP

public TSSITTPrincipalNameGSSUPType getITTPrincipalNameGSSUP()
Gets the "ITTPrincipalNameGSSUP" element


isSetITTPrincipalNameGSSUP

public boolean isSetITTPrincipalNameGSSUP()
True if has "ITTPrincipalNameGSSUP" element


setITTPrincipalNameGSSUP

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


addNewITTPrincipalNameGSSUP

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


unsetITTPrincipalNameGSSUP

public void unsetITTPrincipalNameGSSUP()
Unsets the "ITTPrincipalNameGSSUP" element


getITTDistinguishedName

public TSSITTDistinguishedNameType getITTDistinguishedName()
Gets the "ITTDistinguishedName" element


isSetITTDistinguishedName

public boolean isSetITTDistinguishedName()
True if has "ITTDistinguishedName" element


setITTDistinguishedName

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


addNewITTDistinguishedName

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


unsetITTDistinguishedName

public void unsetITTDistinguishedName()
Unsets the "ITTDistinguishedName" element


getITTX509CertChain

public TSSITTX509CertChainType getITTX509CertChain()
Gets the "ITTX509CertChain" element


isSetITTX509CertChain

public boolean isSetITTX509CertChain()
True if has "ITTX509CertChain" element


setITTX509CertChain

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


addNewITTX509CertChain

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


unsetITTX509CertChain

public void unsetITTX509CertChain()
Unsets the "ITTX509CertChain" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.