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>
| Modifier and Type | Field and Description |
|---|---|
protected CommentType |
comment |
protected IssueDateType |
issueDate |
protected IssueTimeType |
issueTime |
| Constructor and Description |
|---|
EventCommentType() |
| Modifier and Type | Method and Description |
|---|---|
CommentType |
getComment()
Gets the value of the comment property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
IssueTimeType |
getIssueTime()
Gets the value of the issueTime property.
|
void |
setComment(CommentType value)
Sets the value of the comment property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
protected CommentType comment
protected IssueDateType issueDate
protected IssueTimeType issueTime
public CommentType getComment()
CommentTypepublic void setComment(CommentType value)
value - allowed object is
CommentTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(IssueTimeType value)
value - allowed object is
IssueTimeTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.