Class 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 Detail

      • integrity

        protected String integrity
      • confidentiality

        protected String confidentiality
      • clientCertAuthentication

        protected String clientCertAuthentication
    • 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