PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.trust
Class ClaimsType

java.lang.Object
  extended by org.picketlink.identity.federation.ws.trust.SimpleAnyType
      extended by org.picketlink.identity.federation.ws.trust.ClaimsType
All Implemented Interfaces:
SimpleCollectionUsage<Object>

public class ClaimsType
extends SimpleAnyType

Java class for ClaimsType complex type.

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

 <complexType name="ClaimsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
       <attribute name="Dialect" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dialect
           
 
Fields inherited from class org.picketlink.identity.federation.ws.trust.SimpleAnyType
any
 
Constructor Summary
ClaimsType()
           
 
Method Summary
 String getDialect()
          Gets the value of the dialect property.
 void setDialect(String value)
          Sets the value of the dialect property.
 
Methods inherited from class org.picketlink.identity.federation.ws.trust.SimpleAnyType
add, getAny, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialect

protected String dialect
Constructor Detail

ClaimsType

public ClaimsType()
Method Detail

getDialect

public String getDialect()
Gets the value of the dialect property.

Returns:
possible object is String

setDialect

public void setDialect(String value)
Sets the value of the dialect property.

Parameters:
value - allowed object is String

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.