PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

public class UseKeyType
extends SimpleAnyType

Java class for UseKeyType complex type.

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

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


Field Summary
protected  String sig
           
 
Fields inherited from class org.picketlink.identity.federation.ws.trust.SimpleAnyType
any
 
Constructor Summary
UseKeyType()
           
 
Method Summary
 String getSig()
          Gets the value of the sig property.
 void setSig(String value)
          Sets the value of the sig 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

sig

protected String sig
Constructor Detail

UseKeyType

public UseKeyType()
Method Detail

getSig

public String getSig()
Gets the value of the sig property.

Returns:
possible object is String

setSig

public void setSig(String value)
Sets the value of the sig 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.