IndexSubElement

public class IndexSubElement

Domain class that is converted to indices in the index element of the case XML.

Constructors

IndexSubElement

public IndexSubElement(String caseId, String caseType, String indexNodeName)

Creates a new indexSub XML with maximum of three sub-elements - caseId, caseType and indexNodeName. Values of those elements will be equal to the given parameters. If any of the parameters is null the related element won’t be added.

Parameters:
  • caseId – the value of the caseId element
  • caseType – the value of the caseType element
  • indexNodeName – the value of the indexNodeName element

Methods

getCaseId

public String getCaseId()

getCaseType

public String getCaseType()

getIndexNodeName

public String getIndexNodeName()

setCaseId

public void setCaseId(String caseId)

setCaseType

public void setCaseType(String caseType)

setIndexNodeName

public void setIndexNodeName(String indexNodeName)