Class AssignedUser
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.AssignedUser
-
public class AssignedUser extends java.lang.ObjectJava class for assignedUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="assignedUser"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cancel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reassign" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AssignedUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanisCancel()Gets the value of the cancel property.java.lang.BooleanisReassign()Gets the value of the reassign property.voidsetCancel(java.lang.Boolean value)Sets the value of the cancel property.voidsetReassign(java.lang.Boolean value)Sets the value of the reassign property.
-
-
-
Method Detail
-
isCancel
public java.lang.Boolean isCancel()
Gets the value of the cancel property.- Returns:
- possible object is
Boolean
-
setCancel
public void setCancel(java.lang.Boolean value)
Sets the value of the cancel property.- Parameters:
value- allowed object isBoolean
-
isReassign
public java.lang.Boolean isReassign()
Gets the value of the reassign property.- Returns:
- possible object is
Boolean
-
setReassign
public void setReassign(java.lang.Boolean value)
Sets the value of the reassign property.- Parameters:
value- allowed object isBoolean
-
-