Class Originator


  • public class Originator
    extends java.lang.Object

    Java class for Originator complex type.

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

     <complexType name="Originator">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Originator()  
    • Constructor Detail

      • Originator

        public Originator()
    • Method Detail

      • getCredential

        public Credential getCredential()
        Gets the value of the credential property.
        Returns:
        possible object is Credential
      • setCredential

        public void setCredential​(Credential value)
        Sets the value of the credential property.
        Parameters:
        value - allowed object is Credential