public class AgendaConstraintListType extends Object
Java class for agendaConstraintListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agendaConstraintListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}IngressRouting" minOccurs="0"/>
<element ref="{}AvoidArea" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}EgressRouting" minOccurs="0"/>
</sequence>
<attGroup ref="{}CommonAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AreaElementType> |
avoidArea |
protected String |
description |
protected RouteElementType |
egressRouting |
protected String |
id |
protected RouteElementType |
ingressRouting |
protected Double |
timeStamp |
| Constructor and Description |
|---|
AgendaConstraintListType() |
| Modifier and Type | Method and Description |
|---|---|
List<AreaElementType> |
getAvoidArea()
Gets the value of the avoidArea property.
|
String |
getDescription()
Gets the value of the description property.
|
RouteElementType |
getEgressRouting()
Gets the value of the egressRouting property.
|
String |
getId()
Gets the value of the id property.
|
RouteElementType |
getIngressRouting()
Gets the value of the ingressRouting property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEgressRouting(RouteElementType value)
Sets the value of the egressRouting property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIngressRouting(RouteElementType value)
Sets the value of the ingressRouting property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected RouteElementType ingressRouting
protected List<AreaElementType> avoidArea
protected RouteElementType egressRouting
protected Double timeStamp
protected String description
protected String id
public RouteElementType getIngressRouting()
RouteElementTypepublic void setIngressRouting(RouteElementType value)
value - allowed object is
RouteElementTypepublic List<AreaElementType> getAvoidArea()
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 avoidArea property.
For example, to add a new item, do as follows:
getAvoidArea().add(newItem);
Objects of the following type(s) are allowed in the list
AreaElementType
public RouteElementType getEgressRouting()
RouteElementTypepublic void setEgressRouting(RouteElementType value)
value - allowed object is
RouteElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String