Class XmlTrusted
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlTrusted
- All Implemented Interfaces:
Serializable
Java class for Trusted complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Trusted"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>boolean"> <attribute name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="sunsetDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </extension> </simpleContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the startDate property.Gets the value of the sunsetDate property.boolean
isValue()
Gets the value of the value property.void
setStartDate
(Date value) Sets the value of the startDate property.void
setSunsetDate
(Date value) Sets the value of the sunsetDate property.void
setValue
(boolean value) Sets the value of the value property.
-
Field Details
-
value
protected boolean value -
startDate
-
sunsetDate
-
-
Constructor Details
-
XmlTrusted
public XmlTrusted()
-
-
Method Details
-
isValue
public boolean isValue()Gets the value of the value property. -
setValue
public void setValue(boolean value) Sets the value of the value property. -
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
String
-
setStartDate
Sets the value of the startDate property.- Parameters:
value
- allowed object isString
-
getSunsetDate
Gets the value of the sunsetDate property.- Returns:
- possible object is
String
-
setSunsetDate
Sets the value of the sunsetDate property.- Parameters:
value
- allowed object isString
-