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

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

public interface TSSGssExportedNameType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class TSSGssExportedNameType.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
 String getOID()
          Gets the "OID" attribute
 String getPrivilegeAuthority()
          Gets the "privilegeAuthority" attribute
 boolean isSetOID()
          True if has "OID" attribute
 boolean isSetPrivilegeAuthority()
          True if has "privilegeAuthority" attribute
 void setOID(String oid)
          Sets the "OID" attribute
 void setPrivilegeAuthority(String privilegeAuthority)
          Sets the "privilegeAuthority" attribute
 void unsetOID()
          Unsets the "OID" attribute
 void unsetPrivilegeAuthority()
          Unsets the "privilegeAuthority" attribute
 org.apache.xmlbeans.XmlString xgetOID()
          Gets (as xml) the "OID" attribute
 org.apache.xmlbeans.XmlString xgetPrivilegeAuthority()
          Gets (as xml) the "privilegeAuthority" attribute
 void xsetOID(org.apache.xmlbeans.XmlString oid)
          Sets (as xml) the "OID" attribute
 void xsetPrivilegeAuthority(org.apache.xmlbeans.XmlString privilegeAuthority)
          Sets (as xml) the "privilegeAuthority" 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

getOID

String getOID()
Gets the "OID" attribute


xgetOID

org.apache.xmlbeans.XmlString xgetOID()
Gets (as xml) the "OID" attribute


isSetOID

boolean isSetOID()
True if has "OID" attribute


setOID

void setOID(String oid)
Sets the "OID" attribute


xsetOID

void xsetOID(org.apache.xmlbeans.XmlString oid)
Sets (as xml) the "OID" attribute


unsetOID

void unsetOID()
Unsets the "OID" attribute


getPrivilegeAuthority

String getPrivilegeAuthority()
Gets the "privilegeAuthority" attribute


xgetPrivilegeAuthority

org.apache.xmlbeans.XmlString xgetPrivilegeAuthority()
Gets (as xml) the "privilegeAuthority" attribute


isSetPrivilegeAuthority

boolean isSetPrivilegeAuthority()
True if has "privilegeAuthority" attribute


setPrivilegeAuthority

void setPrivilegeAuthority(String privilegeAuthority)
Sets the "privilegeAuthority" attribute


xsetPrivilegeAuthority

void xsetPrivilegeAuthority(org.apache.xmlbeans.XmlString privilegeAuthority)
Sets (as xml) the "privilegeAuthority" attribute


unsetPrivilegeAuthority

void unsetPrivilegeAuthority()
Unsets the "privilegeAuthority" attribute



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