Class EventCommentType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.EventCommentType
-
public class EventCommentType extends Object
Java class for EventCommentType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="EventCommentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Comment"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CommentTypecommentprotected IssueDateTypeissueDateprotected IssueTimeTypeissueTime
-
Constructor Summary
Constructors Constructor Description EventCommentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentTypegetComment()Gets the value of the comment property.IssueDateTypegetIssueDate()Gets the value of the issueDate property.IssueTimeTypegetIssueTime()Gets the value of the issueTime property.voidsetComment(CommentType value)Sets the value of the comment property.voidsetIssueDate(IssueDateType value)Sets the value of the issueDate property.voidsetIssueTime(IssueTimeType value)Sets the value of the issueTime property.
-
-
-
Field Detail
-
comment
protected CommentType comment
-
issueDate
protected IssueDateType issueDate
-
issueTime
protected IssueTimeType issueTime
-
-
Method Detail
-
getComment
public CommentType getComment()
Gets the value of the comment property.- Returns:
- possible object is
CommentType
-
setComment
public void setComment(CommentType value)
Sets the value of the comment property.- Parameters:
value- allowed object isCommentType
-
getIssueDate
public IssueDateType getIssueDate()
Gets the value of the issueDate property.- Returns:
- possible object is
IssueDateType
-
setIssueDate
public void setIssueDate(IssueDateType value)
Sets the value of the issueDate property.- Parameters:
value- allowed object isIssueDateType
-
getIssueTime
public IssueTimeType getIssueTime()
Gets the value of the issueTime property.- Returns:
- possible object is
IssueTimeType
-
setIssueTime
public void setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.- Parameters:
value- allowed object isIssueTimeType
-
-