org.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://www.openejb.org/xml/ns/openejb-jar-2.1). 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

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

getSecurityRealmName

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


xgetSecurityRealmName

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


setSecurityRealmName

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


xsetSecurityRealmName

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


getRealmName

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


xgetRealmName

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


isSetRealmName

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


setRealmName

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


xsetRealmName

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


unsetRealmName

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


getTransportGuarantee

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


xgetTransportGuarantee

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


setTransportGuarantee

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


xsetTransportGuarantee

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


getAuthMethod

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


xgetAuthMethod

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


setAuthMethod

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


xsetAuthMethod

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



Copyright © 1999-2006 OpenEJB. All Rights Reserved.