From 19b27e99968233a285965daba6cc1e19a7406ce6 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 1 Jul 2014 10:33:17 +0200 Subject: Docs updates --- .../egiz/sl/schema/InfoboxCreateRequestType.html | 683 +++++++++++++++++++++ 1 file changed, 683 insertions(+) create mode 100644 docs/full/at/gv/egiz/sl/schema/InfoboxCreateRequestType.html (limited to 'docs/full/at/gv/egiz/sl/schema/InfoboxCreateRequestType.html') diff --git a/docs/full/at/gv/egiz/sl/schema/InfoboxCreateRequestType.html b/docs/full/at/gv/egiz/sl/schema/InfoboxCreateRequestType.html new file mode 100644 index 00000000..24662498 --- /dev/null +++ b/docs/full/at/gv/egiz/sl/schema/InfoboxCreateRequestType.html @@ -0,0 +1,683 @@ + + + + + + +InfoboxCreateRequestType (PDF-AS 4.0.0-RC4 Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-RC4 Library 4.0.0-RC4 [f96fba3394ecb989a464f90c5d91b90bc5773c79]
+
+ + + +
+
at.gv.egiz.sl.schema
+

Class InfoboxCreateRequestType

+
+
+ +
+
    +
  • +
    +
    +
    public class InfoboxCreateRequestType
    +extends Object
    +

    Java class for InfoboxCreateRequestType complex type. + +

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

    + <complexType name="InfoboxCreateRequestType">
    +   <complexContent>
    +     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
    +       <sequence>
    +         <element name="InfoboxIdentifier" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}BoxIdentifierType"/>
    +         <element name="InfoboxType" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}InfoboxTypeType"/>
    +         <element name="Creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
    +         <element name="Purpose" type="{http://www.w3.org/2001/XMLSchema}string"/>
    +         <element name="ReadAccessAuthorization" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AccessAuthorizationType" minOccurs="0"/>
    +         <element name="UpdateAccessAuthorization" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}AccessAuthorizationType" minOccurs="0"/>
    +         <element name="ReadUserConfirmation" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}UserConfirmationType" minOccurs="0"/>
    +         <element name="UpdateUserConfirmation" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}UserConfirmationType" minOccurs="0"/>
    +       </sequence>
    +     </restriction>
    +   </complexContent>
    + </complexType>
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InfoboxCreateRequestType

        +
        public InfoboxCreateRequestType()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getInfoboxIdentifier

        +
        public String getInfoboxIdentifier()
        +
        Gets the value of the infoboxIdentifier property.
        +
        Returns:
        possible object is + String
        +
      • +
      + + + +
        +
      • +

        setInfoboxIdentifier

        +
        public void setInfoboxIdentifier(String value)
        +
        Sets the value of the infoboxIdentifier property.
        +
        Parameters:
        value - allowed object is + String
        +
      • +
      + + + +
        +
      • +

        getInfoboxType

        +
        public InfoboxTypeType getInfoboxType()
        +
        Gets the value of the infoboxType property.
        +
        Returns:
        possible object is + InfoboxTypeType
        +
      • +
      + + + +
        +
      • +

        setInfoboxType

        +
        public void setInfoboxType(InfoboxTypeType value)
        +
        Sets the value of the infoboxType property.
        +
        Parameters:
        value - allowed object is + InfoboxTypeType
        +
      • +
      + + + +
        +
      • +

        getCreator

        +
        public String getCreator()
        +
        Gets the value of the creator property.
        +
        Returns:
        possible object is + String
        +
      • +
      + + + +
        +
      • +

        setCreator

        +
        public void setCreator(String value)
        +
        Sets the value of the creator property.
        +
        Parameters:
        value - allowed object is + String
        +
      • +
      + + + +
        +
      • +

        getPurpose

        +
        public String getPurpose()
        +
        Gets the value of the purpose property.
        +
        Returns:
        possible object is + String
        +
      • +
      + + + +
        +
      • +

        setPurpose

        +
        public void setPurpose(String value)
        +
        Sets the value of the purpose property.
        +
        Parameters:
        value - allowed object is + String
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        setUpdateAccessAuthorization

        +
        public void setUpdateAccessAuthorization(AccessAuthorizationType value)
        +
        Sets the value of the updateAccessAuthorization property.
        +
        Parameters:
        value - allowed object is + AccessAuthorizationType
        +
      • +
      + + + + + + + +
        +
      • +

        setReadUserConfirmation

        +
        public void setReadUserConfirmation(UserConfirmationType value)
        +
        Sets the value of the readUserConfirmation property.
        +
        Parameters:
        value - allowed object is + UserConfirmationType
        +
      • +
      + + + + + + + +
        +
      • +

        setUpdateUserConfirmation

        +
        public void setUpdateUserConfirmation(UserConfirmationType value)
        +
        Sets the value of the updateUserConfirmation property.
        +
        Parameters:
        value - allowed object is + UserConfirmationType
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-RC4 Library 4.0.0-RC4 [f96fba3394ecb989a464f90c5d91b90bc5773c79]
+
+ + + + -- cgit v1.2.3