Class AlgoExpirationDate

All Implemented Interfaces:
Serializable

public class AlgoExpirationDate extends ListAlgo implements Serializable

Java class for AlgoExpirationDate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AlgoExpirationDate">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/policy}ListAlgo">
       <attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="UpdateDate" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="LevelAfterUpdate" type="{http://dss.esig.europa.eu/validation/policy}level" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • format

      protected String format
    • updateDate

      protected String updateDate
    • levelAfterUpdate

      protected Level levelAfterUpdate
  • Constructor Details

    • AlgoExpirationDate

      public AlgoExpirationDate()
  • Method Details

    • getFormat

      public String getFormat()
      Gets the value of the format property.
      Returns:
      possible object is String
    • setFormat

      public void setFormat(String value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is String
    • getUpdateDate

      public String getUpdateDate()
      Gets the value of the updateDate property.
      Returns:
      possible object is String
    • setUpdateDate

      public void setUpdateDate(String value)
      Sets the value of the updateDate property.
      Parameters:
      value - allowed object is String
    • getLevelAfterUpdate

      public Level getLevelAfterUpdate()
      Gets the value of the levelAfterUpdate property.
      Returns:
      possible object is Level
    • setLevelAfterUpdate

      public void setLevelAfterUpdate(Level value)
      Sets the value of the levelAfterUpdate property.
      Parameters:
      value - allowed object is Level