Class Approver
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.Approver
-
public class Approver extends java.lang.ObjectJava class for Approval complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Approval"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://certificateservices.org/xsd/csmessages2_0}ApprovalType"/> <element name="approvalDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.datatype.XMLGregorianCalendarapprovalDateprotected Credentialcredentialprotected java.lang.Stringdescriptionprotected ApproverTypetype
-
Constructor Summary
Constructors Constructor Description Approver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetApprovalDate()Gets the value of the approvalDate property.CredentialgetCredential()Gets the value of the credential property.java.lang.StringgetDescription()Gets the value of the description property.ApproverTypegetType()Gets the value of the type property.voidsetApprovalDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the approvalDate property.voidsetCredential(Credential value)Sets the value of the credential property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetType(ApproverType value)Sets the value of the type property.
-
-
-
Field Detail
-
type
protected ApproverType type
-
approvalDate
protected javax.xml.datatype.XMLGregorianCalendar approvalDate
-
credential
protected Credential credential
-
description
protected java.lang.String description
-
-
Method Detail
-
getType
public ApproverType getType()
Gets the value of the type property.- Returns:
- possible object is
ApproverType
-
setType
public void setType(ApproverType value)
Sets the value of the type property.- Parameters:
value- allowed object isApproverType
-
getApprovalDate
public javax.xml.datatype.XMLGregorianCalendar getApprovalDate()
Gets the value of the approvalDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setApprovalDate
public void setApprovalDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the approvalDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCredential
public Credential getCredential()
Gets the value of the credential property.- Returns:
- possible object is
Credential
-
setCredential
public void setCredential(Credential value)
Sets the value of the credential property.- Parameters:
value- allowed object isCredential
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
-