Class Transition
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.Transition
-
public class Transition extends java.lang.ObjectJava class for transition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="x" type="{}nonNegativeInteger"/> <element name="y" type="{}nonNegativeInteger"/> <element name="label" type="{}i18nStringType"/> <element name="tags" type="{}tags" minOccurs="0"/> <element name="layout" type="{}transitionLayout" minOccurs="0"/> <element name="icon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="priority" type="{}nonNegativeInteger" minOccurs="0"/> <element name="assignPolicy" type="{}assignPolicy" minOccurs="0"/> <element name="dataFocusPolicy" type="{}dataFocusPolicy" minOccurs="0"/> <element name="finishPolicy" type="{}finishPolicy" minOccurs="0"/> <element name="trigger" type="{}trigger" maxOccurs="unbounded" minOccurs="0"/> <element name="transactionRef" type="{}transactionRef" minOccurs="0"/> <element name="roleRef" type="{}roleRef" maxOccurs="unbounded" minOccurs="0"/> <choice minOccurs="0"> <element name="usersRef" type="{}userRef" maxOccurs="unbounded"/> <element name="userRef" type="{}userRef" maxOccurs="unbounded"/> </choice> <element name="assignedUser" type="{}assignedUser" minOccurs="0"/> <element name="dataRef" type="{}dataRef" maxOccurs="unbounded" minOccurs="0"/> <element name="dataGroup" type="{}dataGroup" maxOccurs="unbounded" minOccurs="0"/> <element name="event" type="{}event" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AssignedUserassignedUserprotected AssignPolicyassignPolicyprotected DataFocusPolicydataFocusPolicyprotected java.util.List<DataGroup>dataGroupprotected java.util.List<DataRef>dataRefprotected java.util.List<Event>eventprotected FinishPolicyfinishPolicyprotected java.lang.Stringiconprotected java.lang.Stringidprotected I18NStringTypelabelprotected TransitionLayoutlayoutprotected java.lang.Integerpriorityprotected java.util.List<RoleRef>roleRefprotected Tagstagsprotected TransactionReftransactionRefprotected java.util.List<Trigger>triggerprotected java.util.List<UserRef>userRefprotected java.util.List<UserRef>usersRefprotected intxprotected inty
-
Constructor Summary
Constructors Constructor Description Transition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignedUsergetAssignedUser()Gets the value of the assignedUser property.AssignPolicygetAssignPolicy()Gets the value of the assignPolicy property.DataFocusPolicygetDataFocusPolicy()Gets the value of the dataFocusPolicy property.java.util.List<DataGroup>getDataGroup()Gets the value of the dataGroup property.java.util.List<DataRef>getDataRef()Gets the value of the dataRef property.java.util.List<Event>getEvent()Gets the value of the event property.FinishPolicygetFinishPolicy()Gets the value of the finishPolicy property.java.lang.StringgetIcon()Gets the value of the icon property.java.lang.StringgetId()Gets the value of the id property.I18NStringTypegetLabel()Gets the value of the label property.TransitionLayoutgetLayout()Gets the value of the layout property.java.lang.IntegergetPriority()Gets the value of the priority property.java.util.List<RoleRef>getRoleRef()Gets the value of the roleRef property.TagsgetTags()Gets the value of the tags property.TransactionRefgetTransactionRef()Gets the value of the transactionRef property.java.util.List<Trigger>getTrigger()Gets the value of the trigger property.java.util.List<UserRef>getUserRef()Gets the value of the userRef property.java.util.List<UserRef>getUsersRef()Gets the value of the usersRef property.intgetX()Gets the value of the x property.intgetY()Gets the value of the y property.voidsetAssignedUser(AssignedUser value)Sets the value of the assignedUser property.voidsetAssignPolicy(AssignPolicy value)Sets the value of the assignPolicy property.voidsetDataFocusPolicy(DataFocusPolicy value)Sets the value of the dataFocusPolicy property.voidsetFinishPolicy(FinishPolicy value)Sets the value of the finishPolicy property.voidsetIcon(java.lang.String value)Sets the value of the icon property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLabel(I18NStringType value)Sets the value of the label property.voidsetLayout(TransitionLayout value)Sets the value of the layout property.voidsetPriority(java.lang.Integer value)Sets the value of the priority property.voidsetTags(Tags value)Sets the value of the tags property.voidsetTransactionRef(TransactionRef value)Sets the value of the transactionRef property.voidsetX(int value)Sets the value of the x property.voidsetY(int value)Sets the value of the y property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
x
protected int x
-
y
protected int y
-
label
protected I18NStringType label
-
tags
protected Tags tags
-
layout
protected TransitionLayout layout
-
icon
protected java.lang.String icon
-
priority
protected java.lang.Integer priority
-
assignPolicy
protected AssignPolicy assignPolicy
-
dataFocusPolicy
protected DataFocusPolicy dataFocusPolicy
-
finishPolicy
protected FinishPolicy finishPolicy
-
trigger
protected java.util.List<Trigger> trigger
-
transactionRef
protected TransactionRef transactionRef
-
roleRef
protected java.util.List<RoleRef> roleRef
-
usersRef
protected java.util.List<UserRef> usersRef
-
userRef
protected java.util.List<UserRef> userRef
-
assignedUser
protected AssignedUser assignedUser
-
dataRef
protected java.util.List<DataRef> dataRef
-
dataGroup
protected java.util.List<DataGroup> dataGroup
-
event
protected java.util.List<Event> event
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getX
public int getX()
Gets the value of the x property.
-
setX
public void setX(int value)
Sets the value of the x property.
-
getY
public int getY()
Gets the value of the y property.
-
setY
public void setY(int value)
Sets the value of the y property.
-
getLabel
public I18NStringType getLabel()
Gets the value of the label property.- Returns:
- possible object is
I18NStringType
-
setLabel
public void setLabel(I18NStringType value)
Sets the value of the label property.- Parameters:
value- allowed object isI18NStringType
-
setTags
public void setTags(Tags value)
Sets the value of the tags property.- Parameters:
value- allowed object isTags
-
getLayout
public TransitionLayout getLayout()
Gets the value of the layout property.- Returns:
- possible object is
TransitionLayout
-
setLayout
public void setLayout(TransitionLayout value)
Sets the value of the layout property.- Parameters:
value- allowed object isTransitionLayout
-
getIcon
public java.lang.String getIcon()
Gets the value of the icon property.- Returns:
- possible object is
String
-
setIcon
public void setIcon(java.lang.String value)
Sets the value of the icon property.- Parameters:
value- allowed object isString
-
getPriority
public java.lang.Integer getPriority()
Gets the value of the priority property.- Returns:
- possible object is
Integer
-
setPriority
public void setPriority(java.lang.Integer value)
Sets the value of the priority property.- Parameters:
value- allowed object isInteger
-
getAssignPolicy
public AssignPolicy getAssignPolicy()
Gets the value of the assignPolicy property.- Returns:
- possible object is
AssignPolicy
-
setAssignPolicy
public void setAssignPolicy(AssignPolicy value)
Sets the value of the assignPolicy property.- Parameters:
value- allowed object isAssignPolicy
-
getDataFocusPolicy
public DataFocusPolicy getDataFocusPolicy()
Gets the value of the dataFocusPolicy property.- Returns:
- possible object is
DataFocusPolicy
-
setDataFocusPolicy
public void setDataFocusPolicy(DataFocusPolicy value)
Sets the value of the dataFocusPolicy property.- Parameters:
value- allowed object isDataFocusPolicy
-
getFinishPolicy
public FinishPolicy getFinishPolicy()
Gets the value of the finishPolicy property.- Returns:
- possible object is
FinishPolicy
-
setFinishPolicy
public void setFinishPolicy(FinishPolicy value)
Sets the value of the finishPolicy property.- Parameters:
value- allowed object isFinishPolicy
-
getTrigger
public java.util.List<Trigger> getTrigger()
Gets the value of the trigger property.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
setmethod for the trigger property.For example, to add a new item, do as follows:
getTrigger().add(newItem);Objects of the following type(s) are allowed in the list
Trigger
-
getTransactionRef
public TransactionRef getTransactionRef()
Gets the value of the transactionRef property.- Returns:
- possible object is
TransactionRef
-
setTransactionRef
public void setTransactionRef(TransactionRef value)
Sets the value of the transactionRef property.- Parameters:
value- allowed object isTransactionRef
-
getRoleRef
public java.util.List<RoleRef> getRoleRef()
Gets the value of the roleRef property.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
setmethod for the roleRef property.For example, to add a new item, do as follows:
getRoleRef().add(newItem);Objects of the following type(s) are allowed in the list
RoleRef
-
getUsersRef
public java.util.List<UserRef> getUsersRef()
Gets the value of the usersRef property.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
setmethod for the usersRef property.For example, to add a new item, do as follows:
getUsersRef().add(newItem);Objects of the following type(s) are allowed in the list
UserRef
-
getUserRef
public java.util.List<UserRef> getUserRef()
Gets the value of the userRef property.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
setmethod for the userRef property.For example, to add a new item, do as follows:
getUserRef().add(newItem);Objects of the following type(s) are allowed in the list
UserRef
-
getAssignedUser
public AssignedUser getAssignedUser()
Gets the value of the assignedUser property.- Returns:
- possible object is
AssignedUser
-
setAssignedUser
public void setAssignedUser(AssignedUser value)
Sets the value of the assignedUser property.- Parameters:
value- allowed object isAssignedUser
-
getDataRef
public java.util.List<DataRef> getDataRef()
Gets the value of the dataRef property.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
setmethod for the dataRef property.For example, to add a new item, do as follows:
getDataRef().add(newItem);Objects of the following type(s) are allowed in the list
DataRef
-
getDataGroup
public java.util.List<DataGroup> getDataGroup()
Gets the value of the dataGroup property.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
setmethod for the dataGroup property.For example, to add a new item, do as follows:
getDataGroup().add(newItem);Objects of the following type(s) are allowed in the list
DataGroup
-
getEvent
public java.util.List<Event> getEvent()
Gets the value of the event property.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
setmethod for the event property.For example, to add a new item, do as follows:
getEvent().add(newItem);Objects of the following type(s) are allowed in the list
Event
-
-