org.apache.geronimo.corba.xbeans.csiv2.css
Interface CSSAssociationOption

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlNormalizedString, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlToken, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CSSAssociationOptionImpl

public interface CSSAssociationOption
extends org.apache.xmlbeans.XmlToken

An XML associationOption(@http://openejb.apache.org/xml/ns/corba-css-config-2.1). This is an atomic type that is a restriction of org.apache.geronimo.corba.xbeans.csiv2.css.CSSAssociationOption.


Nested Class Summary
static class CSSAssociationOption.Enum
          Enumeration value class for org.apache.geronimo.corba.xbeans.csiv2.css.CSSAssociationOption.
static class CSSAssociationOption.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static CSSAssociationOption.Enum COMPOSITE_DELEGATION
           
static CSSAssociationOption.Enum CONFIDENTIALITY
           
static CSSAssociationOption.Enum DELEGATION_BY_CLIENT
           
static CSSAssociationOption.Enum DETECT_MISORDERING
           
static CSSAssociationOption.Enum DETECT_REPLAY
           
static CSSAssociationOption.Enum ESTABLISH_TRUST_IN_CLIENT
           
static CSSAssociationOption.Enum ESTABLISH_TRUST_IN_TARGET
           
static CSSAssociationOption.Enum IDENTITY_ASSERTION
           
static int INT_COMPOSITE_DELEGATION
           
static int INT_CONFIDENTIALITY
           
static int INT_DELEGATION_BY_CLIENT
           
static int INT_DETECT_MISORDERING
           
static int INT_DETECT_REPLAY
           
static int INT_ESTABLISH_TRUST_IN_CLIENT
           
static int INT_ESTABLISH_TRUST_IN_TARGET
           
static int INT_IDENTITY_ASSERTION
           
static int INT_INTEGRITY
           
static int INT_NO_DELEGATION
           
static int INT_NO_PROTECTION
           
static int INT_SIMPLE_DELEGATION
           
static CSSAssociationOption.Enum INTEGRITY
           
static CSSAssociationOption.Enum NO_DELEGATION
           
static CSSAssociationOption.Enum NO_PROTECTION
           
static CSSAssociationOption.Enum SIMPLE_DELEGATION
           
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
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

NO_PROTECTION

static final CSSAssociationOption.Enum NO_PROTECTION

INTEGRITY

static final CSSAssociationOption.Enum INTEGRITY

CONFIDENTIALITY

static final CSSAssociationOption.Enum CONFIDENTIALITY

DETECT_REPLAY

static final CSSAssociationOption.Enum DETECT_REPLAY

DETECT_MISORDERING

static final CSSAssociationOption.Enum DETECT_MISORDERING

ESTABLISH_TRUST_IN_TARGET

static final CSSAssociationOption.Enum ESTABLISH_TRUST_IN_TARGET

ESTABLISH_TRUST_IN_CLIENT

static final CSSAssociationOption.Enum ESTABLISH_TRUST_IN_CLIENT

NO_DELEGATION

static final CSSAssociationOption.Enum NO_DELEGATION

SIMPLE_DELEGATION

static final CSSAssociationOption.Enum SIMPLE_DELEGATION

COMPOSITE_DELEGATION

static final CSSAssociationOption.Enum COMPOSITE_DELEGATION

IDENTITY_ASSERTION

static final CSSAssociationOption.Enum IDENTITY_ASSERTION

DELEGATION_BY_CLIENT

static final CSSAssociationOption.Enum DELEGATION_BY_CLIENT

INT_NO_PROTECTION

static final int INT_NO_PROTECTION
See Also:
Constant Field Values

INT_INTEGRITY

static final int INT_INTEGRITY
See Also:
Constant Field Values

INT_CONFIDENTIALITY

static final int INT_CONFIDENTIALITY
See Also:
Constant Field Values

INT_DETECT_REPLAY

static final int INT_DETECT_REPLAY
See Also:
Constant Field Values

INT_DETECT_MISORDERING

static final int INT_DETECT_MISORDERING
See Also:
Constant Field Values

INT_ESTABLISH_TRUST_IN_TARGET

static final int INT_ESTABLISH_TRUST_IN_TARGET
See Also:
Constant Field Values

INT_ESTABLISH_TRUST_IN_CLIENT

static final int INT_ESTABLISH_TRUST_IN_CLIENT
See Also:
Constant Field Values

INT_NO_DELEGATION

static final int INT_NO_DELEGATION
See Also:
Constant Field Values

INT_SIMPLE_DELEGATION

static final int INT_SIMPLE_DELEGATION
See Also:
Constant Field Values

INT_COMPOSITE_DELEGATION

static final int INT_COMPOSITE_DELEGATION
See Also:
Constant Field Values

INT_IDENTITY_ASSERTION

static final int INT_IDENTITY_ASSERTION
See Also:
Constant Field Values

INT_DELEGATION_BY_CLIENT

static final int INT_DELEGATION_BY_CLIENT
See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)


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