Class CSMessage
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSMessage
-
public class CSMessage 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://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="sourceId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="destinationId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="organisation" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="originator" type="{http://certificateservices.org/xsd/csmessages2_0}Originator" minOccurs="0"/> <element name="assertions" type="{http://certificateservices.org/xsd/csmessages2_0}Assertions" minOccurs="0"/> <element name="payload" type="{http://certificateservices.org/xsd/csmessages2_0}Payload"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" /> <attribute name="ID" use="required" type="{http://certificateservices.org/xsd/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 Assertionsassertionsprotected java.lang.StringdestinationIdprotected java.lang.Stringidprotected java.lang.Stringnameprotected java.lang.Stringorganisationprotected Originatororiginatorprotected Payloadpayloadprotected java.lang.StringpayLoadVersionprotected SignatureTypesignatureprotected java.lang.StringsourceIdprotected javax.xml.datatype.XMLGregorianCalendartimeStampprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description CSMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssertionsgetAssertions()Gets the value of the assertions property.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.PayloadgetPayload()Gets the value of the payload property.java.lang.StringgetPayLoadVersion()Gets the value of the payLoadVersion property.SignatureTypegetSignature()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.voidsetAssertions(Assertions value)Sets the value of the assertions 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 value)Sets the value of the originator property.voidsetPayload(Payload value)Sets the value of the payload property.voidsetPayLoadVersion(java.lang.String value)Sets the value of the payLoadVersion property.voidsetSignature(SignatureType 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 value)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
-
assertions
protected Assertions assertions
-
payload
protected Payload payload
-
signature
protected SignatureType signature
-
version
protected java.lang.String version
-
payLoadVersion
protected java.lang.String payLoadVersion
-
id
protected java.lang.String id
-
timeStamp
protected javax.xml.datatype.XMLGregorianCalendar timeStamp
-
-
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 value)
Sets the value of the originator property.- Parameters:
value- allowed object isOriginator
-
getAssertions
public Assertions getAssertions()
Gets the value of the assertions property.- Returns:
- possible object is
Assertions
-
setAssertions
public void setAssertions(Assertions value)
Sets the value of the assertions property.- Parameters:
value- allowed object isAssertions
-
getPayload
public Payload getPayload()
Gets the value of the payload property.- Returns:
- possible object is
Payload
-
setPayload
public void setPayload(Payload value)
Sets the value of the payload property.- Parameters:
value- allowed object isPayload
-
getSignature
public SignatureType getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(SignatureType 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
-
getPayLoadVersion
public java.lang.String getPayLoadVersion()
Gets the value of the payLoadVersion property.- Returns:
- possible object is
String
-
setPayLoadVersion
public void setPayLoadVersion(java.lang.String value)
Sets the value of the payLoadVersion 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
-
-