org.picketlink.identity.federation.ws.trust
Class UseKeyType
java.lang.Object
org.picketlink.identity.federation.ws.trust.SimpleAnyType
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>
Fields inherited from class org.picketlink.identity.federation.ws.trust.SimpleAnyType |
any |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sig
protected String sig
UseKeyType
public UseKeyType()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.