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

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

getOID

public String getOID()
Gets the "OID" attribute


xgetOID

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


isSetOID

public boolean isSetOID()
True if has "OID" attribute


setOID

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


xsetOID

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


unsetOID

public void unsetOID()
Unsets the "OID" attribute


getPrivilegeAuthority

public String getPrivilegeAuthority()
Gets the "privilegeAuthority" attribute


xgetPrivilegeAuthority

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


isSetPrivilegeAuthority

public boolean isSetPrivilegeAuthority()
True if has "privilegeAuthority" attribute


setPrivilegeAuthority

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


xsetPrivilegeAuthority

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


unsetPrivilegeAuthority

public void unsetPrivilegeAuthority()
Unsets the "privilegeAuthority" attribute



Copyright © 1999-2006 OpenEJB. All Rights Reserved.