public class AttributeAssignmentElementDTO extends Object
Constructor and Description |
---|
AttributeAssignmentElementDTO() |
Modifier and Type | Method and Description |
---|---|
ApplyElementDTO |
getApplyElementDTO() |
String |
getAttributeId() |
String |
getCategory() |
AttributeDesignatorDTO |
getDesignatorDTO() |
String |
getIssuer() |
AttributeValueElementDTO |
getValueElementDTO() |
void |
setApplyElementDTO(ApplyElementDTO applyElementDTO) |
void |
setAttributeId(String attributeId) |
void |
setCategory(String category) |
void |
setDesignatorDTO(AttributeDesignatorDTO designatorDTO) |
void |
setIssuer(String issuer) |
void |
setValueElementDTO(AttributeValueElementDTO valueElementDTO) |
public String getAttributeId()
public void setAttributeId(String attributeId)
public String getCategory()
public void setCategory(String category)
public String getIssuer()
public void setIssuer(String issuer)
public AttributeValueElementDTO getValueElementDTO()
public void setValueElementDTO(AttributeValueElementDTO valueElementDTO)
public ApplyElementDTO getApplyElementDTO()
public void setApplyElementDTO(ApplyElementDTO applyElementDTO)
public AttributeDesignatorDTO getDesignatorDTO()
public void setDesignatorDTO(AttributeDesignatorDTO designatorDTO)
Copyright © 2017 WSO2. All rights reserved.