From 7a5b350a93990956106d91679240b6e8326cb110 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 5 Nov 2014 08:07:15 +0100 Subject: change more client implementations to APACHE CXF --- .../gv/util/xsd/saml/assertion/AssertionType.java | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/saml/assertion/AssertionType.java') diff --git a/src/main/java/at/gv/util/xsd/saml/assertion/AssertionType.java b/src/main/java/at/gv/util/xsd/saml/assertion/AssertionType.java index 027a40f..ba3ca58 100644 --- a/src/main/java/at/gv/util/xsd/saml/assertion/AssertionType.java +++ b/src/main/java/at/gv/util/xsd/saml/assertion/AssertionType.java @@ -16,9 +16,9 @@ import at.gv.util.xsd.xmldsig.SignatureType; /** - *

Java class for AssertionType complex type. + *

Java-Klasse für AssertionType complex type. * - *

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

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

  * <complexType name="AssertionType">
@@ -84,7 +84,7 @@ public class AssertionType {
     protected XMLGregorianCalendar issueInstant;
 
     /**
-     * Gets the value of the conditions property.
+     * Ruft den Wert der conditions-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -96,7 +96,7 @@ public class AssertionType {
     }
 
     /**
-     * Sets the value of the conditions property.
+     * Legt den Wert der conditions-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -108,7 +108,7 @@ public class AssertionType {
     }
 
     /**
-     * Gets the value of the advice property.
+     * Ruft den Wert der advice-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -120,7 +120,7 @@ public class AssertionType {
     }
 
     /**
-     * Sets the value of the advice property.
+     * Legt den Wert der advice-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -165,7 +165,7 @@ public class AssertionType {
     }
 
     /**
-     * Gets the value of the signature property.
+     * Ruft den Wert der signature-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -177,7 +177,7 @@ public class AssertionType {
     }
 
     /**
-     * Sets the value of the signature property.
+     * Legt den Wert der signature-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -189,7 +189,7 @@ public class AssertionType {
     }
 
     /**
-     * Gets the value of the majorVersion property.
+     * Ruft den Wert der majorVersion-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -201,7 +201,7 @@ public class AssertionType {
     }
 
     /**
-     * Sets the value of the majorVersion property.
+     * Legt den Wert der majorVersion-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -213,7 +213,7 @@ public class AssertionType {
     }
 
     /**
-     * Gets the value of the minorVersion property.
+     * Ruft den Wert der minorVersion-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -225,7 +225,7 @@ public class AssertionType {
     }
 
     /**
-     * Sets the value of the minorVersion property.
+     * Legt den Wert der minorVersion-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -237,7 +237,7 @@ public class AssertionType {
     }
 
     /**
-     * Gets the value of the assertionID property.
+     * Ruft den Wert der assertionID-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -249,7 +249,7 @@ public class AssertionType {
     }
 
     /**
-     * Sets the value of the assertionID property.
+     * Legt den Wert der assertionID-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -261,7 +261,7 @@ public class AssertionType {
     }
 
     /**
-     * Gets the value of the issuer property.
+     * Ruft den Wert der issuer-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -273,7 +273,7 @@ public class AssertionType {
     }
 
     /**
-     * Sets the value of the issuer property.
+     * Legt den Wert der issuer-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -285,7 +285,7 @@ public class AssertionType {
     }
 
     /**
-     * Gets the value of the issueInstant property.
+     * Ruft den Wert der issueInstant-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -297,7 +297,7 @@ public class AssertionType {
     }
 
     /**
-     * Sets the value of the issueInstant property.
+     * Legt den Wert der issueInstant-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3