From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- docs/full/at/gv/egiz/sl/GetStatusRequestType.html | 383 ++++++++++++++++++++++ 1 file changed, 383 insertions(+) create mode 100644 docs/full/at/gv/egiz/sl/GetStatusRequestType.html (limited to 'docs/full/at/gv/egiz/sl/GetStatusRequestType.html') diff --git a/docs/full/at/gv/egiz/sl/GetStatusRequestType.html b/docs/full/at/gv/egiz/sl/GetStatusRequestType.html new file mode 100644 index 00000000..433c8054 --- /dev/null +++ b/docs/full/at/gv/egiz/sl/GetStatusRequestType.html @@ -0,0 +1,383 @@ + + + + + + +GetStatusRequestType (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.sl
+

Class GetStatusRequestType

+
+
+ +
+
    +
  • +
    +
    +
    public class GetStatusRequestType
    +extends Object
    +

    Java class for GetStatusRequestType complex type. + +

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

    + <complexType name="GetStatusRequestType">
    +   <complexContent>
    +     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
    +       <sequence minOccurs="0">
    +         <element name="TokenStatus" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}TokenStatusType"/>
    +         <element name="MaxDelay" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
    +       </sequence>
    +     </restriction>
    +   </complexContent>
    + </complexType>
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GetStatusRequestType

        +
        public GetStatusRequestType()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getTokenStatus

        +
        public TokenStatusType getTokenStatus()
        +
        Gets the value of the tokenStatus property.
        +
        Returns:
        possible object is + TokenStatusType
        +
      • +
      + + + +
        +
      • +

        setTokenStatus

        +
        public void setTokenStatus(TokenStatusType value)
        +
        Sets the value of the tokenStatus property.
        +
        Parameters:
        value - allowed object is + TokenStatusType
        +
      • +
      + + + +
        +
      • +

        getMaxDelay

        +
        public BigInteger getMaxDelay()
        +
        Gets the value of the maxDelay property.
        +
        Returns:
        possible object is + BigInteger
        +
      • +
      + + + +
        +
      • +

        setMaxDelay

        +
        public void setMaxDelay(BigInteger value)
        +
        Sets the value of the maxDelay property.
        +
        Parameters:
        value - allowed object is + BigInteger
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3