summaryrefslogtreecommitdiff
path: root/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AttributeType.java
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-12-23 16:12:09 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-12-23 16:12:09 +0000
commitb97b768ba705935caf67352a143586faa0b2371f (patch)
treee44d84e1c40ec9bda86ce8de322e88d60c9d1d35 /utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AttributeType.java
parent5f85e3741395a4b2e8f04037372c59a27fae2665 (diff)
downloadmocca-b97b768ba705935caf67352a143586faa0b2371f.tar.gz
mocca-b97b768ba705935caf67352a143586faa0b2371f.tar.bz2
mocca-b97b768ba705935caf67352a143586faa0b2371f.zip
saml:AnyType workaround for xs:anyType (SubjectConfirmationData und AttributeValue)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@257 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AttributeType.java')
-rw-r--r--utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AttributeType.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AttributeType.java b/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AttributeType.java
index 68e41ab4..31d258a9 100644
--- a/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AttributeType.java
+++ b/utils/src/main/java/oasis/names/tc/saml/_1_0/assertion/AttributeType.java
@@ -1,8 +1,8 @@
//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-661
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.10.29 at 09:14:07 AM GMT
+// Generated on: 2008.12.23 at 03:26:53 PM GMT
//
@@ -44,7 +44,7 @@ public class AttributeType
{
@XmlElement(name = "AttributeValue", required = true)
- protected List<Object> attributeValue;
+ protected List<AnyType> attributeValue;
/**
* Gets the value of the attributeValue property.
@@ -64,13 +64,13 @@ public class AttributeType
*
* <p>
* Objects of the following type(s) are allowed in the list
- * {@link Object }
+ * {@link AnyType }
*
*
*/
- public List<Object> getAttributeValue() {
+ public List<AnyType> getAttributeValue() {
if (attributeValue == null) {
- attributeValue = new ArrayList<Object>();
+ attributeValue = new ArrayList<AnyType>();
}
return this.attributeValue;
}