public class MatchElementDTO extends Object
Constructor and Description |
---|
MatchElementDTO() |
Modifier and Type | Method and Description |
---|---|
AttributeDesignatorDTO |
getAttributeDesignatorDTO() |
AttributeSelectorDTO |
getAttributeSelectorDTO() |
AttributeValueElementDTO |
getAttributeValueElementDTO() |
int |
getElementId() |
String |
getMatchElementName() |
String |
getMatchId() |
String |
getRuleElementName() |
void |
setAttributeDesignatorDTO(AttributeDesignatorDTO attributeDesignatorDTO) |
void |
setAttributeSelectorDTO(AttributeSelectorDTO attributeSelectorDTO) |
void |
setAttributeValueElementDTO(AttributeValueElementDTO attributeValueElementDTO) |
void |
setElementId(int elementId) |
void |
setMatchElementName(String matchElementName) |
void |
setMatchId(String matchId) |
void |
setRuleElementName(String ruleElementName) |
public int getElementId()
public void setElementId(int elementId)
public AttributeDesignatorDTO getAttributeDesignatorDTO()
public void setAttributeDesignatorDTO(AttributeDesignatorDTO attributeDesignatorDTO)
public AttributeSelectorDTO getAttributeSelectorDTO()
public void setAttributeSelectorDTO(AttributeSelectorDTO attributeSelectorDTO)
public String getRuleElementName()
public void setRuleElementName(String ruleElementName)
public String getMatchElementName()
public void setMatchElementName(String matchElementName)
public String getMatchId()
public void setMatchId(String matchId)
public AttributeValueElementDTO getAttributeValueElementDTO()
public void setAttributeValueElementDTO(AttributeValueElementDTO attributeValueElementDTO)
Copyright © 2017 WSO2. All rights reserved.