Class EncryptedCSMessageType
- java.lang.Object
-
- org.certificateservices.messages.encryptedcsmessage.jaxb.EncryptedCSMessageType
-
public class EncryptedCSMessageType extends java.lang.ObjectJava class for EncryptedCSMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedCSMessageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.w3.org/2001/04/xmlenc#}EncryptedData"/> </sequence> <attribute name="version" use="required" type="{http://certificateservices.org/xsd/encrypted_csmessages2_0}notemptystring" /> <attribute name="ID" use="required" type="{http://certificateservices.org/xsd/encrypted_csmessages2_0}uuid" /> <attribute name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EncryptedDataTypeencryptedDataprotected java.lang.Stringidprotected javax.xml.datatype.XMLGregorianCalendartimeStampprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description EncryptedCSMessageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptedDataTypegetEncryptedData()Gets the value of the encryptedData property.java.lang.StringgetID()Gets the value of the id property.javax.xml.datatype.XMLGregorianCalendargetTimeStamp()Gets the value of the timeStamp property.java.lang.StringgetVersion()Gets the value of the version property.voidsetEncryptedData(EncryptedDataType value)Sets the value of the encryptedData property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetTimeStamp(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timeStamp property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
encryptedData
protected EncryptedDataType encryptedData
-
version
protected java.lang.String version
-
id
protected java.lang.String id
-
timeStamp
protected javax.xml.datatype.XMLGregorianCalendar timeStamp
-
-
Method Detail
-
getEncryptedData
public EncryptedDataType getEncryptedData()
Gets the value of the encryptedData property.- Returns:
- possible object is
EncryptedDataType
-
setEncryptedData
public void setEncryptedData(EncryptedDataType value)
Sets the value of the encryptedData property.- Parameters:
value- allowed object isEncryptedDataType
-
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 value)
Sets the value of the timeStamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-