Class EventTacticType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.EventTacticType
-
public class EventTacticType extends Object
Java class for EventTacticType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="EventTacticType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Comment" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EventTacticEnumeration"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CommentTypecommentprotected EventTacticEnumerationTypeeventTacticEnumerationprotected PeriodTypeperiodprotected QuantityTypequantity
-
Constructor Summary
Constructors Constructor Description EventTacticType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentTypegetComment()Gets the value of the comment property.EventTacticEnumerationTypegetEventTacticEnumeration()Gets the value of the eventTacticEnumeration property.PeriodTypegetPeriod()Gets the value of the period property.QuantityTypegetQuantity()Gets the value of the quantity property.voidsetComment(CommentType value)Sets the value of the comment property.voidsetEventTacticEnumeration(EventTacticEnumerationType value)Sets the value of the eventTacticEnumeration property.voidsetPeriod(PeriodType value)Sets the value of the period property.voidsetQuantity(QuantityType value)Sets the value of the quantity property.
-
-
-
Field Detail
-
comment
protected CommentType comment
-
quantity
protected QuantityType quantity
-
eventTacticEnumeration
protected EventTacticEnumerationType eventTacticEnumeration
-
period
protected PeriodType period
-
-
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
-
getQuantity
public QuantityType getQuantity()
Gets the value of the quantity property.- Returns:
- possible object is
QuantityType
-
setQuantity
public void setQuantity(QuantityType value)
Sets the value of the quantity property.- Parameters:
value- allowed object isQuantityType
-
getEventTacticEnumeration
public EventTacticEnumerationType getEventTacticEnumeration()
Gets the value of the eventTacticEnumeration property.- Returns:
- possible object is
EventTacticEnumerationType
-
setEventTacticEnumeration
public void setEventTacticEnumeration(EventTacticEnumerationType value)
Sets the value of the eventTacticEnumeration property.- Parameters:
value- allowed object isEventTacticEnumerationType
-
getPeriod
public PeriodType getPeriod()
Gets the value of the period property.- Returns:
- possible object is
PeriodType
-
setPeriod
public void setPeriod(PeriodType value)
Sets the value of the period property.- Parameters:
value- allowed object isPeriodType
-
-