Class CasePermissionRef
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.CasePermissionRef
-
- Direct Known Subclasses:
CaseRoleRef,CaseUserRef
public class CasePermissionRef extends java.lang.ObjectJava class for casePermissionRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="casePermissionRef"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="caseLogic" type="{}caseLogic"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CasePermissionRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseLogicgetCaseLogic()Gets the value of the caseLogic property.java.lang.StringgetId()Gets the value of the id property.voidsetCaseLogic(CaseLogic value)Sets the value of the caseLogic property.voidsetId(java.lang.String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected java.lang.String id
-
caseLogic
protected CaseLogic caseLogic
-
-
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
-
getCaseLogic
public CaseLogic getCaseLogic()
Gets the value of the caseLogic property.- Returns:
- possible object is
CaseLogic
-
-