Class PKIMessage
- java.lang.Object
-
- org.certificateservices.messages.pkimessages.jaxb.PKIMessage
-
public class PKIMessage extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sourceId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="destinationId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="organisation" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="payload"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="issueTokenCredentialsRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}IssueTokenCredentialsRequest"/> <element name="issueTokenCredentialsResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}IssueTokenCredentialsResponse"/> <element name="changeCredentialStatusRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}ChangeCredentialStatusRequest"/> <element name="changeCredentialStatusResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}ChangeCredentialStatusResponse"/> <element name="getCredentialRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}GetCredentialRequest"/> <element name="getCredentialResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}GetCredentialResponse"/> <element name="getCredentialStatusListRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}GetCredentialStatusListRequest"/> <element name="getCredentialStatusListResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}GetCredentialStatusListResponse"/> <element name="getIssuerCredentialsRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}GetIssuerCredentialsRequest"/> <element name="getIssuerCredentialsResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}GetIssuerCredentialsResponse"/> <element name="isIssuerRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}IsIssuerRequest"/> <element name="isIssuerResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}IsIssuerResponse"/> <element name="issueCredentialStatusListRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}IssueCredentialStatusListRequest"/> <element name="issueCredentialStatusListResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}IssueCredentialStatusListResponse"/> <element name="removeCredentialRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}RemoveCredentialRequest"/> <element name="removeCredentialResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}RemoveCredentialResponse"/> <element name="fetchHardTokenDataRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}FetchHardTokenDataRequest"/> <element name="fetchHardTokenDatarResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}FetchHardTokenDataResponse"/> <element name="storeHardTokenDataRequest" type="{http://certificateservices.org/xsd/pkimessages1_0}StoreHardTokenDataRequest"/> <element name="storeHardTokenDataResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}StoreHardTokenDataResponse"/> <element name="failureResponse" type="{http://certificateservices.org/xsd/pkimessages1_0}PKIResponse"/> </choice> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ID" use="required" type="{http://certificateservices.org/xsd/pkimessages1_0}uuid" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPKIMessage.PayloadJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdestinationIdprotected java.lang.Stringidprotected java.lang.Stringnameprotected java.lang.Stringorganisationprotected Originatororiginatorprotected PKIMessage.Payloadpayloadprotected java.lang.Objectsignatureprotected java.lang.StringsourceIdprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description PKIMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDestinationId()Gets the value of the destinationId property.java.lang.StringgetID()Gets the value of the id property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetOrganisation()Gets the value of the Organisation property.OriginatorgetOriginator()Gets the value of the Originator property.PKIMessage.PayloadgetPayload()Gets the value of the payload property.java.lang.ObjectgetSignature()Gets the value of the signature property.java.lang.StringgetSourceId()Gets the value of the sourceId property.javax.xml.datatype.XMLGregorianCalendargetTimeStamp()Gets the value of the timeStamp property.java.lang.StringgetVersion()Gets the value of the version property.voidsetDestinationId(java.lang.String value)Sets the value of the destinationId property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetOrganisation(java.lang.String value)Sets the value of the Organisation property.voidsetOriginator(Originator originator)Sets the value of the Originator property.voidsetPayload(PKIMessage.Payload value)Sets the value of the payload property.voidsetSignature(java.lang.Object value)Sets the value of the signature property.voidsetSourceId(java.lang.String value)Sets the value of the sourceId property.voidsetTimeStamp(javax.xml.datatype.XMLGregorianCalendar timeStamp)Sets the value of the timeStamp property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
sourceId
protected java.lang.String sourceId
-
destinationId
protected java.lang.String destinationId
-
organisation
protected java.lang.String organisation
-
originator
protected Originator originator
-
payload
protected PKIMessage.Payload payload
-
signature
protected java.lang.Object signature
-
version
protected java.lang.String version
-
id
protected java.lang.String id
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSourceId
public java.lang.String getSourceId()
Gets the value of the sourceId property.- Returns:
- possible object is
String
-
setSourceId
public void setSourceId(java.lang.String value)
Sets the value of the sourceId property.- Parameters:
value- allowed object isString
-
getDestinationId
public java.lang.String getDestinationId()
Gets the value of the destinationId property.- Returns:
- possible object is
String
-
setDestinationId
public void setDestinationId(java.lang.String value)
Sets the value of the destinationId property.- Parameters:
value- allowed object isString
-
getOrganisation
public java.lang.String getOrganisation()
Gets the value of the Organisation property.- Returns:
- possible object is
String
-
setOrganisation
public void setOrganisation(java.lang.String value)
Sets the value of the Organisation property.- Parameters:
value- allowed object isString
-
getOriginator
public Originator getOriginator()
Gets the value of the Originator property.- Returns:
- possible object is
Originator
-
setOriginator
public void setOriginator(Originator originator)
Sets the value of the Originator property.- Parameters:
value- allowed object isOriginator
-
getPayload
public PKIMessage.Payload getPayload()
Gets the value of the payload property.- Returns:
- possible object is
PKIMessage.Payload
-
setPayload
public void setPayload(PKIMessage.Payload value)
Sets the value of the payload property.- Parameters:
value- allowed object isPKIMessage.Payload
-
getSignature
public java.lang.Object getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(java.lang.Object value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
getVersion
public java.lang.String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(java.lang.String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getID
public java.lang.String getID()
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
public void setID(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getTimeStamp
public javax.xml.datatype.XMLGregorianCalendar getTimeStamp()
Gets the value of the timeStamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimeStamp
public void setTimeStamp(javax.xml.datatype.XMLGregorianCalendar timeStamp)
Sets the value of the timeStamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-