org.apache.geronimo.openejb.xbeans.ejbjar
Interface OpenejbWebServiceSecurityType

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

public interface OpenejbWebServiceSecurityType
extends org.apache.xmlbeans.XmlObject

An XML web-service-securityType(@http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0). This is a complex type.


Nested Class Summary
static class OpenejbWebServiceSecurityType.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
 OpenejbAuthMethodType.Enum getAuthMethod()
          Gets the "auth-method" element
 String getRealmName()
          Gets the "realm-name" element
 String getSecurityRealmName()
          Gets the "security-realm-name" element
 OpenejbTransportGuaranteeType.Enum getTransportGuarantee()
          Gets the "transport-guarantee" element
 boolean isSetRealmName()
          True if has "realm-name" element
 void setAuthMethod(OpenejbAuthMethodType.Enum authMethod)
          Sets the "auth-method" element
 void setRealmName(String realmName)
          Sets the "realm-name" element
 void setSecurityRealmName(String securityRealmName)
          Sets the "security-realm-name" element
 void setTransportGuarantee(OpenejbTransportGuaranteeType.Enum transportGuarantee)
          Sets the "transport-guarantee" element
 void unsetRealmName()
          Unsets the "realm-name" element
 OpenejbAuthMethodType xgetAuthMethod()
          Gets (as xml) the "auth-method" element
 org.apache.xmlbeans.XmlString xgetRealmName()
          Gets (as xml) the "realm-name" element
 org.apache.xmlbeans.XmlString xgetSecurityRealmName()
          Gets (as xml) the "security-realm-name" element
 OpenejbTransportGuaranteeType xgetTransportGuarantee()
          Gets (as xml) the "transport-guarantee" element
 void xsetAuthMethod(OpenejbAuthMethodType authMethod)
          Sets (as xml) the "auth-method" element
 void xsetRealmName(org.apache.xmlbeans.XmlString realmName)
          Sets (as xml) the "realm-name" element
 void xsetSecurityRealmName(org.apache.xmlbeans.XmlString securityRealmName)
          Sets (as xml) the "security-realm-name" element
 void xsetTransportGuarantee(OpenejbTransportGuaranteeType transportGuarantee)
          Sets (as xml) the "transport-guarantee" 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

getSecurityRealmName

String getSecurityRealmName()
Gets the "security-realm-name" element


xgetSecurityRealmName

org.apache.xmlbeans.XmlString xgetSecurityRealmName()
Gets (as xml) the "security-realm-name" element


setSecurityRealmName

void setSecurityRealmName(String securityRealmName)
Sets the "security-realm-name" element


xsetSecurityRealmName

void xsetSecurityRealmName(org.apache.xmlbeans.XmlString securityRealmName)
Sets (as xml) the "security-realm-name" element


getRealmName

String getRealmName()
Gets the "realm-name" element


xgetRealmName

org.apache.xmlbeans.XmlString xgetRealmName()
Gets (as xml) the "realm-name" element


isSetRealmName

boolean isSetRealmName()
True if has "realm-name" element


setRealmName

void setRealmName(String realmName)
Sets the "realm-name" element


xsetRealmName

void xsetRealmName(org.apache.xmlbeans.XmlString realmName)
Sets (as xml) the "realm-name" element


unsetRealmName

void unsetRealmName()
Unsets the "realm-name" element


getTransportGuarantee

OpenejbTransportGuaranteeType.Enum getTransportGuarantee()
Gets the "transport-guarantee" element


xgetTransportGuarantee

OpenejbTransportGuaranteeType xgetTransportGuarantee()
Gets (as xml) the "transport-guarantee" element


setTransportGuarantee

void setTransportGuarantee(OpenejbTransportGuaranteeType.Enum transportGuarantee)
Sets the "transport-guarantee" element


xsetTransportGuarantee

void xsetTransportGuarantee(OpenejbTransportGuaranteeType transportGuarantee)
Sets (as xml) the "transport-guarantee" element


getAuthMethod

OpenejbAuthMethodType.Enum getAuthMethod()
Gets the "auth-method" element


xgetAuthMethod

OpenejbAuthMethodType xgetAuthMethod()
Gets (as xml) the "auth-method" element


setAuthMethod

void setAuthMethod(OpenejbAuthMethodType.Enum authMethod)
Sets the "auth-method" element


xsetAuthMethod

void xsetAuthMethod(OpenejbAuthMethodType authMethod)
Sets (as xml) the "auth-method" element



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