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/RequestAbstractType.java | 25 +++++++++++----------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java') diff --git a/src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java b/src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java index 337ebd5..3384b40 100644 --- a/src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java +++ b/src/main/java/at/gv/util/xsd/saml/protocol/RequestAbstractType.java @@ -13,14 +13,13 @@ import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; import javax.xml.datatype.XMLGregorianCalendar; import javax.xml.namespace.QName; - import at.gv.util.xsd.xmldsig.SignatureType; /** - *

Java class for RequestAbstractType complex type. + *

Java-Klasse für RequestAbstractType 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="RequestAbstractType">
@@ -95,7 +94,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Gets the value of the signature property.
+     * Ruft den Wert der signature-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -107,7 +106,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Sets the value of the signature property.
+     * Legt den Wert der signature-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -119,7 +118,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Gets the value of the requestID property.
+     * Ruft den Wert der requestID-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -131,7 +130,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Sets the value of the requestID property.
+     * Legt den Wert der requestID-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -143,7 +142,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Gets the value of the majorVersion property.
+     * Ruft den Wert der majorVersion-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -155,7 +154,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Sets the value of the majorVersion property.
+     * Legt den Wert der majorVersion-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -167,7 +166,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Gets the value of the minorVersion property.
+     * Ruft den Wert der minorVersion-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -179,7 +178,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Sets the value of the minorVersion property.
+     * Legt den Wert der minorVersion-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
@@ -191,7 +190,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Gets the value of the issueInstant property.
+     * Ruft den Wert der issueInstant-Eigenschaft ab.
      * 
      * @return
      *     possible object is
@@ -203,7 +202,7 @@ public abstract class RequestAbstractType {
     }
 
     /**
-     * Sets the value of the issueInstant property.
+     * Legt den Wert der issueInstant-Eigenschaft fest.
      * 
      * @param value
      *     allowed object is
-- 
cgit v1.2.3