java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlSignerRole
- All Implemented Interfaces:
Serializable
Java class for SignerRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignerRole">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Role" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
<attribute name="Category" use="required" type="{http://dss.esig.europa.eu/validation/diagnostic}EndorsementType" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.enumerations.EndorsementTypeGets the value of the category property.Gets the value of the notAfter property.Gets the value of the notBefore property.getRole()Gets the value of the role property.voidsetCategory(eu.europa.esig.dss.enumerations.EndorsementType value) Sets the value of the category property.voidsetNotAfter(Date value) Sets the value of the notAfter property.voidsetNotBefore(Date value) Sets the value of the notBefore property.voidSets the value of the role property.
-
Field Details
-
role
-
notAfter
-
notBefore
-
category
protected eu.europa.esig.dss.enumerations.EndorsementType category
-
-
Constructor Details
-
XmlSignerRole
public XmlSignerRole()
-
-
Method Details
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getNotAfter
Gets the value of the notAfter property.- Returns:
- possible object is
String
-
setNotAfter
Sets the value of the notAfter property.- Parameters:
value- allowed object isString
-
getNotBefore
Gets the value of the notBefore property.- Returns:
- possible object is
String
-
setNotBefore
Sets the value of the notBefore property.- Parameters:
value- allowed object isString
-
getCategory
public eu.europa.esig.dss.enumerations.EndorsementType getCategory()Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
public void setCategory(eu.europa.esig.dss.enumerations.EndorsementType value) Sets the value of the category property.- Parameters:
value- allowed object isString
-