public final class CitizenConsent extends Object
Constructor and Description |
---|
CitizenConsent()
Citizen Consent default Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getMandatoryList()
Getter for the mandatoryList value.
|
List<String> |
getOptionalList()
Getter for the optionalList value.
|
void |
setMandatoryAttribute(String mandatoryAttr)
Setter for some mandatoryAttribute.
|
void |
setMandatoryList(List<String> mandatoryAttrList)
Setter for the mandatoryList value.
|
void |
setOptionalAttribute(String optionalAttr)
Setter for some optionalAttr.
|
void |
setOptionalList(List<String> optAttrList)
Setter for the optionalList value.
|
String |
toString()
Returns a string in the following format.
|
public List<String> getMandatoryList()
public void setMandatoryList(List<String> mandatoryAttrList)
mandatoryAttrList
- Mandatory parameters list.public void setMandatoryAttribute(String mandatoryAttr)
mandatoryAttr
- Attribute to add to the mandatoryList.public List<String> getOptionalList()
public void setOptionalList(List<String> optAttrList)
optAttrList
- Optional parameters list.public void setOptionalAttribute(String optionalAttr)
optionalAttr
- Attribute to add to the optionalList.Copyright © 2020. All Rights Reserved.