From 19b27e99968233a285965daba6cc1e19a7406ce6 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 1 Jul 2014 10:33:17 +0200 Subject: Docs updates --- .../gv/egiz/sl/schema/XMLToBeEncryptedNewType.html | 483 +++++++++++++++++++++ 1 file changed, 483 insertions(+) create mode 100644 docs/full/at/gv/egiz/sl/schema/XMLToBeEncryptedNewType.html (limited to 'docs/full/at/gv/egiz/sl/schema/XMLToBeEncryptedNewType.html') diff --git a/docs/full/at/gv/egiz/sl/schema/XMLToBeEncryptedNewType.html b/docs/full/at/gv/egiz/sl/schema/XMLToBeEncryptedNewType.html new file mode 100644 index 00000000..e2755f46 --- /dev/null +++ b/docs/full/at/gv/egiz/sl/schema/XMLToBeEncryptedNewType.html @@ -0,0 +1,483 @@ + + + + + + +XMLToBeEncryptedNewType (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 XMLToBeEncryptedNewType

+
+
+ +
+
    +
  • +
    +
    +
    public class XMLToBeEncryptedNewType
    +extends Object
    +

    Java class for XMLToBeEncryptedNewType complex type. + +

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

    + <complexType name="XMLToBeEncryptedNewType">
    +   <complexContent>
    +     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
    +       <sequence>
    +         <element name="MetaInfo" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}MetaInfoType"/>
    +         <element name="Content" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}XMLToBeEncryptedNewContentType"/>
    +       </sequence>
    +       <attribute name="ParentSelector" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
    +       <attribute name="NodeCount" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
    +     </restriction>
    +   </complexContent>
    + </complexType>
    + 
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        XMLToBeEncryptedNewType

        +
        public XMLToBeEncryptedNewType()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMetaInfo

        +
        public MetaInfoType getMetaInfo()
        +
        Gets the value of the metaInfo property.
        +
        Returns:
        possible object is + MetaInfoType
        +
      • +
      + + + +
        +
      • +

        setMetaInfo

        +
        public void setMetaInfo(MetaInfoType value)
        +
        Sets the value of the metaInfo property.
        +
        Parameters:
        value - allowed object is + MetaInfoType
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        getParentSelector

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

        setParentSelector

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

        getNodeCount

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

        setNodeCount

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