public class AttributeSelectorDTO extends Object
Constructor and Description |
---|
AttributeSelectorDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getApplyElementId() |
int |
getApplyElementNumber() |
String |
getAttributeSelectorDataType() |
String |
getAttributeSelectorMustBePresent() |
String |
getAttributeSelectorRequestContextPath() |
int |
getElementNumber() |
void |
setApplyElementId(String applyElementId) |
void |
setApplyElementNumber(int applyElementNumber) |
void |
setAttributeSelectorDataType(String attributeSelectorDataType) |
void |
setAttributeSelectorMustBePresent(String attributeSelectorMustBePresent) |
void |
setAttributeSelectorRequestContextPath(String attributeSelectorRequestContextPath) |
void |
setElementNumber(int elementNumber) |
public String getAttributeSelectorRequestContextPath()
public void setAttributeSelectorRequestContextPath(String attributeSelectorRequestContextPath)
public String getAttributeSelectorDataType()
public void setAttributeSelectorDataType(String attributeSelectorDataType)
public String getAttributeSelectorMustBePresent()
public void setAttributeSelectorMustBePresent(String attributeSelectorMustBePresent)
public int getApplyElementNumber()
public void setApplyElementNumber(int applyElementNumber)
public int getElementNumber()
public void setElementNumber(int elementNumber)
public String getApplyElementId()
public void setApplyElementId(String applyElementId)
Copyright © 2017 WSO2. All rights reserved.