Package eu.europa.esig.xmldsig.jaxb
Class X509IssuerSerialType
java.lang.Object
eu.europa.esig.xmldsig.jaxb.X509IssuerSerialType
- All Implemented Interfaces:
- Serializable
Java class for X509IssuerSerialType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="X509IssuerSerialType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the x509IssuerName property.Gets the value of the x509SerialNumber property.voidsetX509IssuerName(String value) Sets the value of the x509IssuerName property.voidsetX509SerialNumber(BigInteger value) Sets the value of the x509SerialNumber property.
- 
Field Details- 
x509IssuerName
- 
x509SerialNumber
 
- 
- 
Constructor Details- 
X509IssuerSerialTypepublic X509IssuerSerialType()
 
- 
- 
Method Details- 
getX509IssuerNameGets the value of the x509IssuerName property.- Returns:
- possible object is
     String
 
- 
setX509IssuerNameSets the value of the x509IssuerName property.- Parameters:
- value- allowed object is- String
 
- 
getX509SerialNumberGets the value of the x509SerialNumber property.- Returns:
- possible object is
     BigInteger
 
- 
setX509SerialNumberSets the value of the x509SerialNumber property.- Parameters:
- value- allowed object is- BigInteger
 
 
-