Class SAOneSignerRoleType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SAOneSignerRoleType
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endorsementType property.getRole()Gets the value of the role property.voidSets the value of the endorsementType property.voidSets the value of the role property.
-
Field Details
-
role
-
endorsementType
-
-
Constructor Details
-
SAOneSignerRoleType
public SAOneSignerRoleType()
-
-
Method Details