public class SingleEntryOperationAttributionData extends AbstractRealTimeDto implements Serializable
Java class for singleEntryOperationAttributionData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected boolean |
forceSnakeOrderAttribution |
protected boolean |
mandatoryPreferences |
protected List<SingleEntryOperationCreationData> |
operationAttributions |
protected List<Long> |
preferedAreas |
protected List<Long> |
preferedBlock |
Constructor and Description |
---|
SingleEntryOperationAttributionData() |
Modifier and Type | Method and Description |
---|---|
List<SingleEntryOperationCreationData> |
getOperationAttributions()
Gets the value of the operationAttributions property.
|
List<Long> |
getPreferedAreas()
Gets the value of the preferedAreas property.
|
List<Long> |
getPreferedBlock()
Gets the value of the preferedBlock property.
|
boolean |
isForceSnakeOrderAttribution()
Gets the value of the forceSnakeOrderAttribution property.
|
boolean |
isMandatoryPreferences()
Gets the value of the mandatoryPreferences property.
|
void |
setForceSnakeOrderAttribution(boolean value)
Sets the value of the forceSnakeOrderAttribution property.
|
void |
setMandatoryPreferences(boolean value)
Sets the value of the mandatoryPreferences property.
|
protected boolean forceSnakeOrderAttribution
protected boolean mandatoryPreferences
protected List<SingleEntryOperationCreationData> operationAttributions
public boolean isForceSnakeOrderAttribution()
public void setForceSnakeOrderAttribution(boolean value)
public boolean isMandatoryPreferences()
public void setMandatoryPreferences(boolean value)
public List<SingleEntryOperationCreationData> getOperationAttributions()
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 operationAttributions property.
For example, to add a new item, do as follows:
getOperationAttributions().add(newItem);
Objects of the following type(s) are allowed in the list
SingleEntryOperationCreationData
public List<Long> getPreferedAreas()
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 preferedAreas property.
For example, to add a new item, do as follows:
getPreferedAreas().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getPreferedBlock()
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 preferedBlock property.
For example, to add a new item, do as follows:
getPreferedBlock().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2021. All rights reserved.