org.w3._2000._09.xmldsig
Class X509IssuerSerialType

java.lang.Object
  extended by org.w3._2000._09.xmldsig.X509IssuerSerialType
All Implemented Interfaces:
java.io.Serializable

public class X509IssuerSerialType
extends java.lang.Object
implements java.io.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:
Serialized Form

Field Summary
protected  java.lang.String x509IssuerName
           
protected  java.math.BigInteger x509SerialNumber
           
 
Constructor Summary
X509IssuerSerialType()
           
 
Method Summary
 java.lang.String getX509IssuerName()
          Gets the value of the x509IssuerName property.
 java.math.BigInteger getX509SerialNumber()
          Gets the value of the x509SerialNumber property.
 void setX509IssuerName(java.lang.String value)
          Sets the value of the x509IssuerName property.
 void setX509SerialNumber(java.math.BigInteger value)
          Sets the value of the x509SerialNumber property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x509IssuerName

protected java.lang.String x509IssuerName

x509SerialNumber

protected java.math.BigInteger x509SerialNumber
Constructor Detail

X509IssuerSerialType

public X509IssuerSerialType()
Method Detail

getX509IssuerName

public java.lang.String getX509IssuerName()
Gets the value of the x509IssuerName property.

Returns:
possible object is String

setX509IssuerName

public void setX509IssuerName(java.lang.String value)
Sets the value of the x509IssuerName property.

Parameters:
value - allowed object is String

getX509SerialNumber

public java.math.BigInteger getX509SerialNumber()
Gets the value of the x509SerialNumber property.

Returns:
possible object is BigInteger

setX509SerialNumber

public void setX509SerialNumber(java.math.BigInteger value)
Sets the value of the x509SerialNumber property.

Parameters:
value - allowed object is BigInteger

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object


Copyright © 2011 evolveum. All Rights Reserved.