Class ResponseBaseType
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.ResponseBaseType
-
- Direct Known Subclasses:
SignResponse
public class ResponseBaseType extends java.lang.ObjectJava class for ResponseBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseBaseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Result"/> <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}OptionalOutputs" minOccurs="0"/> </sequence> <attribute name="RequestID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Profile" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ResponseBaseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyTypegetOptionalOutputs()Gets the value of the optionalOutputs property.java.lang.StringgetProfile()Gets the value of the profile property.java.lang.StringgetRequestID()Gets the value of the requestID property.ResultgetResult()Gets the value of the result property.voidsetOptionalOutputs(AnyType value)Sets the value of the optionalOutputs 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.voidsetResult(Result value)Sets the value of the result property.
-
-
-
Method Detail
-
getResult
public Result getResult()
Gets the value of the result property.- Returns:
- possible object is
Result
-
setResult
public void setResult(Result value)
Sets the value of the result property.- Parameters:
value- allowed object isResult
-
getOptionalOutputs
public AnyType getOptionalOutputs()
Gets the value of the optionalOutputs property.- Returns:
- possible object is
AnyType
-
setOptionalOutputs
public void setOptionalOutputs(AnyType value)
Sets the value of the optionalOutputs property.- Parameters:
value- allowed object isAnyType
-
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
-
-