Class XmlIssuerSerial
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlIssuerSerial
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
protected byte[] value -
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
Gets the value of the match property.- Returns:
- possible object is
Boolean
-
setMatch
Sets the value of the match property.- Parameters:
value
- allowed object isBoolean
-