From 7194ad1f6a22507867f471fd6c8a37c6596d4b8a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 15 Jul 2014 10:30:34 +0200 Subject: Removed old config --- .../at/gv/egiz/sl/schema/X509IssuerSerialType.html | 383 --------------------- 1 file changed, 383 deletions(-) delete mode 100644 docs/full/at/gv/egiz/sl/schema/X509IssuerSerialType.html (limited to 'docs/full/at/gv/egiz/sl/schema/X509IssuerSerialType.html') diff --git a/docs/full/at/gv/egiz/sl/schema/X509IssuerSerialType.html b/docs/full/at/gv/egiz/sl/schema/X509IssuerSerialType.html deleted file mode 100644 index 064a00a0..00000000 --- a/docs/full/at/gv/egiz/sl/schema/X509IssuerSerialType.html +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - -X509IssuerSerialType (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.sl.schema
-

Class X509IssuerSerialType

-
-
- -
-
    -
  • -
    -
    -
    public class X509IssuerSerialType
    -extends Object
    -

    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>
    - 
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        x509IssuerName

        -
        protected String x509IssuerName
        -
      • -
      - - - -
        -
      • -

        x509SerialNumber

        -
        protected BigInteger x509SerialNumber
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        X509IssuerSerialType

        -
        public X509IssuerSerialType()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getX509IssuerName

        -
        public String getX509IssuerName()
        -
        Gets the value of the x509IssuerName property.
        -
        Returns:
        possible object is - String
        -
      • -
      - - - -
        -
      • -

        setX509IssuerName

        -
        public void setX509IssuerName(String value)
        -
        Sets the value of the x509IssuerName property.
        -
        Parameters:
        value - allowed object is - String
        -
      • -
      - - - -
        -
      • -

        getX509SerialNumber

        -
        public BigInteger getX509SerialNumber()
        -
        Gets the value of the x509SerialNumber property.
        -
        Returns:
        possible object is - BigInteger
        -
      • -
      - - - -
        -
      • -

        setX509SerialNumber

        -
        public void setX509SerialNumber(BigInteger value)
        -
        Sets the value of the x509SerialNumber property.
        -
        Parameters:
        value - allowed object is - BigInteger
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3