Class SAOneSignerRoleType
- java.lang.Object
-
- eu.europa.esig.validationreport.jaxb.SAOneSignerRoleType
-
- All Implemented Interfaces:
Serializable
public class SAOneSignerRoleType extends Object implements Serializable
Java class for SAOneSignerRoleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SAOneSignerRoleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Role" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="EndorsementType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="certified"/> <enumeration value="claimed"/> <enumeration value="signed"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected EndorsementTypeendorsementTypeprotected Stringrole
-
Constructor Summary
Constructors Constructor Description SAOneSignerRoleType()
-
Method Summary
Modifier and Type Method Description EndorsementTypegetEndorsementType()Gets the value of the endorsementType property.StringgetRole()Gets the value of the role property.voidsetEndorsementType(EndorsementType value)Sets the value of the endorsementType property.voidsetRole(String value)Sets the value of the role property.
-
-
-
Field Detail
-
role
protected String role
-
endorsementType
protected EndorsementType endorsementType
-
-
Method Detail
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getEndorsementType
public EndorsementType getEndorsementType()
Gets the value of the endorsementType property.- Returns:
- possible object is
String
-
setEndorsementType
public void setEndorsementType(EndorsementType value)
Sets the value of the endorsementType property.- Parameters:
value- allowed object isString
-
-