Class GetPubKeyRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.signrequest.jaxb.GetPubKeyRequest
-
public class GetPubKeyRequest extends CSRequest
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}CSRequest"> <sequence> <element name="getPubKeyRequestTasks"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="getPubKeyRequestTask" type="{http://certificateservices.org/xsd/signrequest2_0}GetPubKeyRequestTask" maxOccurs="100"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPubKeyRequest.GetPubKeyRequestTasksJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected GetPubKeyRequest.GetPubKeyRequestTasksgetPubKeyRequestTasks-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetPubKeyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPubKeyRequest.GetPubKeyRequestTasksgetGetPubKeyRequestTasks()Gets the value of the getPubKeyRequestTasks property.voidsetGetPubKeyRequestTasks(GetPubKeyRequest.GetPubKeyRequestTasks value)Sets the value of the getPubKeyRequestTasks property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
getPubKeyRequestTasks
protected GetPubKeyRequest.GetPubKeyRequestTasks getPubKeyRequestTasks
-
-
Method Detail
-
getGetPubKeyRequestTasks
public GetPubKeyRequest.GetPubKeyRequestTasks getGetPubKeyRequestTasks()
Gets the value of the getPubKeyRequestTasks property.- Returns:
- possible object is
GetPubKeyRequest.GetPubKeyRequestTasks
-
setGetPubKeyRequestTasks
public void setGetPubKeyRequestTasks(GetPubKeyRequest.GetPubKeyRequestTasks value)
Sets the value of the getPubKeyRequestTasks property.- Parameters:
value- allowed object isGetPubKeyRequest.GetPubKeyRequestTasks
-
-