Class RequestBaseType

  • Direct Known Subclasses:
    SignRequest, VerifyRequest

    public class RequestBaseType
    extends java.lang.Object

    Java class for RequestBaseType complex type.

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

     <complexType name="RequestBaseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}OptionalInputs" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}InputDocuments" minOccurs="0"/>
           </sequence>
           <attribute name="RequestID" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Profile" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • optionalInputs

        protected AnyType optionalInputs
      • requestID

        protected java.lang.String requestID
      • profile

        protected java.lang.String profile
    • Constructor Detail

      • RequestBaseType

        public RequestBaseType()
    • Method Detail

      • getOptionalInputs

        public AnyType getOptionalInputs()
        Gets the value of the optionalInputs property.
        Returns:
        possible object is AnyType
      • setOptionalInputs

        public void setOptionalInputs​(AnyType value)
        Sets the value of the optionalInputs property.
        Parameters:
        value - allowed object is AnyType
      • getInputDocuments

        public InputDocuments getInputDocuments()
        Gets the value of the inputDocuments property.
        Returns:
        possible object is InputDocuments
      • setInputDocuments

        public void setInputDocuments​(InputDocuments value)
        Sets the value of the inputDocuments property.
        Parameters:
        value - allowed object is InputDocuments
      • getRequestID

        public java.lang.String getRequestID()
        Gets the value of the requestID property.
        Returns:
        possible object is String
      • setRequestID

        public void setRequestID​(java.lang.String value)
        Sets the value of the requestID property.
        Parameters:
        value - allowed object is String
      • getProfile

        public java.lang.String getProfile()
        Gets the value of the profile property.
        Returns:
        possible object is String
      • setProfile

        public void setProfile​(java.lang.String value)
        Sets the value of the profile property.
        Parameters:
        value - allowed object is String