public class ContiguityData extends AbstractRealTimeDto implements Serializable
Java class for contiguityData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected boolean |
contiguous |
protected Long |
performanceId |
protected Long |
seatCategoryId |
protected List<Segment> |
segments |
Constructor and Description |
---|
ContiguityData() |
Modifier and Type | Method and Description |
---|---|
Long |
getPerformanceId()
Gets the value of the performanceId property.
|
Long |
getSeatCategoryId()
Gets the value of the seatCategoryId property.
|
List<Segment> |
getSegments()
Gets the value of the segments property.
|
boolean |
isContiguous()
Gets the value of the contiguous property.
|
void |
setContiguous(boolean value)
Sets the value of the contiguous property.
|
void |
setPerformanceId(Long value)
Sets the value of the performanceId property.
|
void |
setSeatCategoryId(Long value)
Sets the value of the seatCategoryId property.
|
protected boolean contiguous
protected Long performanceId
protected Long seatCategoryId
public boolean isContiguous()
public void setContiguous(boolean value)
public Long getPerformanceId()
Long
public void setPerformanceId(Long value)
value
- allowed object is
Long
public Long getSeatCategoryId()
Long
public void setSeatCategoryId(Long value)
value
- allowed object is
Long
public List<Segment> getSegments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the segments property.
For example, to add a new item, do as follows:
getSegments().add(newItem);
Objects of the following type(s) are allowed in the list
Segment
Copyright © 2021. All rights reserved.