org.picketlink.identity.federation.ws.trust
Class CancelTargetType
java.lang.Object
org.picketlink.identity.federation.ws.trust.SimpleAnyType
org.picketlink.identity.federation.ws.trust.CancelTargetType
- All Implemented Interfaces:
- SimpleCollectionUsage<Object>
public class CancelTargetType
- extends SimpleAnyType
Java class for CancelTargetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancelTargetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
Fields inherited from class org.picketlink.identity.federation.ws.trust.SimpleAnyType |
any |
Method Summary |
void |
add(Object t)
Add a T to the collection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancelTargetType
public CancelTargetType()
add
public void add(Object t)
- Description copied from interface:
SimpleCollectionUsage
- Add a
T
to the collection
- Specified by:
add
in interface SimpleCollectionUsage<Object>
- Overrides:
add
in class SimpleAnyType
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.