Class CSExport
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.CSExport
-
public class CSExport 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="organisations" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="organisation" type="{http://certificateservices.org/xsd/csexport_data_1_0}Organisation" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="tokenTypes" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tokenType" type="{http://certificateservices.org/xsd/csexport_data_1_0}TokenType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> </sequence> <attribute name="version" use="required" type="{http://certificateservices.org/xsd/csexport_data_1_0}notemptystring" /> <attribute name="ID" use="required" type="{http://certificateservices.org/xsd/csexport_data_1_0}uuid" /> <attribute name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCSExport.OrganisationsJava class for anonymous complex type.static classCSExport.TokenTypesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected CSExport.Organisationsorganisationsprotected SignatureTypesignatureprotected javax.xml.datatype.XMLGregorianCalendartimeStampprotected CSExport.TokenTypestokenTypesprotected java.lang.Stringversion
-
Constructor Summary
Constructors Constructor Description CSExport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetID()Gets the value of the id property.CSExport.OrganisationsgetOrganisations()Gets the value of the organisations property.SignatureTypegetSignature()Gets the value of the signature property.javax.xml.datatype.XMLGregorianCalendargetTimeStamp()Gets the value of the timeStamp property.CSExport.TokenTypesgetTokenTypes()Gets the value of the tokenTypes property.java.lang.StringgetVersion()Gets the value of the version property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetOrganisations(CSExport.Organisations value)Sets the value of the organisations property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetTimeStamp(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the timeStamp property.voidsetTokenTypes(CSExport.TokenTypes value)Sets the value of the tokenTypes property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
Field Detail
-
organisations
protected CSExport.Organisations organisations
-
tokenTypes
protected CSExport.TokenTypes tokenTypes
-
signature
protected SignatureType signature
-
version
protected java.lang.String version
-
id
protected java.lang.String id
-
timeStamp
protected javax.xml.datatype.XMLGregorianCalendar timeStamp
-
-
Method Detail
-
getOrganisations
public CSExport.Organisations getOrganisations()
Gets the value of the organisations property.- Returns:
- possible object is
CSExport.Organisations
-
setOrganisations
public void setOrganisations(CSExport.Organisations value)
Sets the value of the organisations property.- Parameters:
value- allowed object isCSExport.Organisations
-
getTokenTypes
public CSExport.TokenTypes getTokenTypes()
Gets the value of the tokenTypes property.- Returns:
- possible object is
CSExport.TokenTypes
-
setTokenTypes
public void setTokenTypes(CSExport.TokenTypes value)
Sets the value of the tokenTypes property.- Parameters:
value- allowed object isCSExport.TokenTypes
-
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
-
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
-
-