org.apache.openejb.jee.wls
Class TransportRequirements

java.lang.Object
  extended by org.apache.openejb.jee.wls.TransportRequirements

public class TransportRequirements
extends Object

Java class for transport-requirements complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="transport-requirements">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="integrity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="confidentiality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="client-cert-authentication" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String clientCertAuthentication
           
protected  String confidentiality
           
protected  String id
           
protected  String integrity
           
 
Constructor Summary
TransportRequirements()
           
 
Method Summary
 String getClientCertAuthentication()
          Gets the value of the clientCertAuthentication property.
 String getConfidentiality()
          Gets the value of the confidentiality property.
 String getId()
          Gets the value of the id property.
 String getIntegrity()
          Gets the value of the integrity property.
 void setClientCertAuthentication(String value)
          Sets the value of the clientCertAuthentication property.
 void setConfidentiality(String value)
          Sets the value of the confidentiality property.
 void setId(String value)
          Sets the value of the id property.
 void setIntegrity(String value)
          Sets the value of the integrity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

integrity

protected String integrity

confidentiality

protected String confidentiality

clientCertAuthentication

protected String clientCertAuthentication

id

protected String id
Constructor Detail

TransportRequirements

public TransportRequirements()
Method Detail

getIntegrity

public String getIntegrity()
Gets the value of the integrity property.

Returns:
possible object is String

setIntegrity

public void setIntegrity(String value)
Sets the value of the integrity property.

Parameters:
value - allowed object is String

getConfidentiality

public String getConfidentiality()
Gets the value of the confidentiality property.

Returns:
possible object is String

setConfidentiality

public void setConfidentiality(String value)
Sets the value of the confidentiality property.

Parameters:
value - allowed object is String

getClientCertAuthentication

public String getClientCertAuthentication()
Gets the value of the clientCertAuthentication property.

Returns:
possible object is String

setClientCertAuthentication

public void setClientCertAuthentication(String value)
Sets the value of the clientCertAuthentication property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.