public class AttributeDesignatorDTO extends Object
Constructor and Description |
---|
AttributeDesignatorDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getApplyElementId() |
int |
getApplyElementNumber() |
String |
getAttributeId() |
String |
getCategory() |
String |
getDataType() |
int |
getElementId() |
String |
getElementName() |
String |
getIssuer() |
String |
getMustBePresent() |
void |
setApplyElementId(String applyElementId) |
void |
setApplyElementNumber(int applyElementNumber) |
void |
setAttributeId(String attributeId) |
void |
setCategory(String category) |
void |
setDataType(String dataType) |
void |
setElementId(int elementId) |
void |
setElementName(String elementName) |
void |
setIssuer(String issuer) |
void |
setMustBePresent(String mustBePresent) |
public String getCategory()
public void setCategory(String category)
public String getElementName()
public void setElementName(String elementName)
public String getMustBePresent()
public void setMustBePresent(String mustBePresent)
public String getIssuer()
public void setIssuer(String issuer)
public String getDataType()
public void setDataType(String dataType)
public String getAttributeId()
public void setAttributeId(String attributeId)
public int getElementId()
public void setElementId(int elementId)
public int getApplyElementNumber()
public void setApplyElementNumber(int applyElementNumber)
public String getApplyElementId()
public void setApplyElementId(String applyElementId)
Copyright © 2017 WSO2. All rights reserved.