Class RequestBaseType
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.RequestBaseType
-
- Direct Known Subclasses:
SignRequest,VerifyRequest
public class RequestBaseType extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected InputDocumentsinputDocumentsprotected AnyTypeoptionalInputsprotected java.lang.Stringprofileprotected java.lang.StringrequestID
-
Constructor Summary
Constructors Constructor Description RequestBaseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputDocumentsgetInputDocuments()Gets the value of the inputDocuments property.AnyTypegetOptionalInputs()Gets the value of the optionalInputs property.java.lang.StringgetProfile()Gets the value of the profile property.java.lang.StringgetRequestID()Gets the value of the requestID property.voidsetInputDocuments(InputDocuments value)Sets the value of the inputDocuments property.voidsetOptionalInputs(AnyType value)Sets the value of the optionalInputs property.voidsetProfile(java.lang.String value)Sets the value of the profile property.voidsetRequestID(java.lang.String value)Sets the value of the requestID property.
-
-
-
Field Detail
-
optionalInputs
protected AnyType optionalInputs
-
inputDocuments
protected InputDocuments inputDocuments
-
requestID
protected java.lang.String requestID
-
profile
protected java.lang.String profile
-
-
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 isAnyType
-
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 isInputDocuments
-
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 isString
-
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 isString
-
-