Class RequestBaseType

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.RequestBaseType
Direct Known Subclasses:
SignRequest, VerifyRequest

public class RequestBaseType extends 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 Details

    • optionalInputs

      protected AnyType optionalInputs
    • inputDocuments

      protected InputDocuments inputDocuments
    • requestID

      protected String requestID
    • profile

      protected String profile
  • Constructor Details

    • RequestBaseType

      public RequestBaseType()
  • Method Details

    • 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 String getRequestID()
      Gets the value of the requestID property.
      Returns:
      possible object is String
    • setRequestID

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

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

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