Class GetPubKeyResponse
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSResponse
-
- org.certificateservices.messages.signrequest.jaxb.GetPubKeyResponse
-
public class GetPubKeyResponse extends CSResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSResponse"> <sequence> <element name="getPubKeyResponseTasks"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="getPubKeyResponseTask" type="{http://certificateservices.org/xsd/signrequest2_0}GetPubKeyResponseTask" maxOccurs="100"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPubKeyResponse.GetPubKeyResponseTasksJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected GetPubKeyResponse.GetPubKeyResponseTasksgetPubKeyResponseTasks-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description GetPubKeyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPubKeyResponse.GetPubKeyResponseTasksgetGetPubKeyResponseTasks()Gets the value of the getPubKeyResponseTasks property.voidsetGetPubKeyResponseTasks(GetPubKeyResponse.GetPubKeyResponseTasks value)Sets the value of the getPubKeyResponseTasks property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
Field Detail
-
getPubKeyResponseTasks
protected GetPubKeyResponse.GetPubKeyResponseTasks getPubKeyResponseTasks
-
-
Method Detail
-
getGetPubKeyResponseTasks
public GetPubKeyResponse.GetPubKeyResponseTasks getGetPubKeyResponseTasks()
Gets the value of the getPubKeyResponseTasks property.- Returns:
- possible object is
GetPubKeyResponse.GetPubKeyResponseTasks
-
setGetPubKeyResponseTasks
public void setGetPubKeyResponseTasks(GetPubKeyResponse.GetPubKeyResponseTasks value)
Sets the value of the getPubKeyResponseTasks property.- Parameters:
value- allowed object isGetPubKeyResponse.GetPubKeyResponseTasks
-
-