Class GetPubKeyRequestTask
- java.lang.Object
-
- org.certificateservices.messages.signrequest.jaxb.GetPubKeyRequestTask
-
public class GetPubKeyRequestTask extends java.lang.ObjectJava class for GetPubKeyRequestTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPubKeyRequestTask"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="taskId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="signType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="keyId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="attributes" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attribute" type="{http://certificateservices.org/xsd/csmessages2_0}Attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPubKeyRequestTask.AttributesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected GetPubKeyRequestTask.Attributesattributesprotected java.lang.StringkeyIdprotected java.lang.StringsignTypeprotected java.lang.StringtaskId
-
Constructor Summary
Constructors Constructor Description GetPubKeyRequestTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPubKeyRequestTask.AttributesgetAttributes()Gets the value of the attributes property.java.lang.StringgetKeyId()Gets the value of the keyId property.java.lang.StringgetSignType()Gets the value of the signType property.java.lang.StringgetTaskId()Gets the value of the taskId property.voidsetAttributes(GetPubKeyRequestTask.Attributes value)Sets the value of the attributes property.voidsetKeyId(java.lang.String value)Sets the value of the keyId property.voidsetSignType(java.lang.String value)Sets the value of the signType property.voidsetTaskId(java.lang.String value)Sets the value of the taskId property.
-
-
-
Field Detail
-
taskId
protected java.lang.String taskId
-
signType
protected java.lang.String signType
-
keyId
protected java.lang.String keyId
-
attributes
protected GetPubKeyRequestTask.Attributes attributes
-
-
Method Detail
-
getTaskId
public java.lang.String getTaskId()
Gets the value of the taskId property.- Returns:
- possible object is
String
-
setTaskId
public void setTaskId(java.lang.String value)
Sets the value of the taskId property.- Parameters:
value- allowed object isString
-
getSignType
public java.lang.String getSignType()
Gets the value of the signType property.- Returns:
- possible object is
String
-
setSignType
public void setSignType(java.lang.String value)
Sets the value of the signType property.- Parameters:
value- allowed object isString
-
getKeyId
public java.lang.String getKeyId()
Gets the value of the keyId property.- Returns:
- possible object is
String
-
setKeyId
public void setKeyId(java.lang.String value)
Sets the value of the keyId property.- Parameters:
value- allowed object isString
-
getAttributes
public GetPubKeyRequestTask.Attributes getAttributes()
Gets the value of the attributes property.- Returns:
- possible object is
GetPubKeyRequestTask.Attributes
-
setAttributes
public void setAttributes(GetPubKeyRequestTask.Attributes value)
Sets the value of the attributes property.- Parameters:
value- allowed object isGetPubKeyRequestTask.Attributes
-
-