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 --- .../xsd/saml/protocol/AuthorizationDecisionQueryType.java | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java') diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java b/src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java index 78b7c31..57dd27f 100644 --- a/src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java +++ b/src/main/java/at/gv/util/xsd/saml/protocol/AuthorizationDecisionQueryType.java @@ -9,15 +9,14 @@ import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; - import at.gv.util.xsd.saml.assertion.ActionType; import at.gv.util.xsd.saml.assertion.EvidenceType; /** - *

Java class for AuthorizationDecisionQueryType complex type. + *

Java-Klasse für AuthorizationDecisionQueryType 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="AuthorizationDecisionQueryType">
@@ -82,7 +81,7 @@ public class AuthorizationDecisionQueryType
     }
 
     /**
-     * Gets the value of the evidence property.
+     * Ruft den Wert der evidence-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -94,7 +93,7 @@ public class AuthorizationDecisionQueryType
     }
 
     /**
-     * Sets the value of the evidence property.
+     * Legt den Wert der evidence-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -106,7 +105,7 @@ public class AuthorizationDecisionQueryType
     }
 
     /**
-     * Gets the value of the resource property.
+     * Ruft den Wert der resource-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -118,7 +117,7 @@ public class AuthorizationDecisionQueryType
     }
 
     /**
-     * Sets the value of the resource property.
+     * Legt den Wert der resource-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3