Package org.apache.openejb.jee.wls
Class TransportRequirements
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected StringclientCertAuthenticationprotected Stringconfidentialityprotected Stringidprotected Stringintegrity
-
Constructor Summary
Constructors Constructor Description TransportRequirements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientCertAuthentication()Gets the value of the clientCertAuthentication property.StringgetConfidentiality()Gets the value of the confidentiality property.StringgetId()Gets the value of the id property.StringgetIntegrity()Gets the value of the integrity property.voidsetClientCertAuthentication(String value)Sets the value of the clientCertAuthentication property.voidsetConfidentiality(String value)Sets the value of the confidentiality property.voidsetId(String value)Sets the value of the id property.voidsetIntegrity(String value)Sets the value of the integrity property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
-