Class XmlTrusted

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlTrusted
All Implemented Interfaces:
Serializable

public class XmlTrusted extends Object implements 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 Details

    • value

      protected boolean value
    • startDate

      protected Date startDate
    • sunsetDate

      protected Date 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

      public Date getStartDate()
      Gets the value of the startDate property.
      Returns:
      possible object is String
    • setStartDate

      public void setStartDate(Date value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is String
    • getSunsetDate

      public Date getSunsetDate()
      Gets the value of the sunsetDate property.
      Returns:
      possible object is String
    • setSunsetDate

      public void setSunsetDate(Date value)
      Sets the value of the sunsetDate property.
      Parameters:
      value - allowed object is String