Class XmlIssuerSerial

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

public class XmlIssuerSerial extends Object implements Serializable

Java class for IssuerSerial complex type.

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

 <complexType name="IssuerSerial">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
       <attribute name="match" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected byte[] value
    • match

      protected Boolean match
  • Constructor Details

    • XmlIssuerSerial

      public XmlIssuerSerial()
  • Method Details

    • getValue

      public byte[] getValue()
      Gets the value of the value property.
      Returns:
      possible object is byte[]
    • setValue

      public void setValue(byte[] value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is byte[]
    • isMatch

      public Boolean isMatch()
      Gets the value of the match property.
      Returns:
      possible object is Boolean
    • setMatch

      public void setMatch(Boolean value)
      Sets the value of the match property.
      Parameters:
      value - allowed object is Boolean