public class RequestSecurityTokenCollectionType extends Object implements SimpleCollectionUsage<RequestSecurityTokenType>
Java class for RequestSecurityTokenCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestSecurityTokenCollectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RequestSecurityToken" type="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}RequestSecurityTokenType" maxOccurs="unbounded" minOccurs="2"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<RequestSecurityTokenType> |
requestSecurityToken |
Constructor and Description |
---|
RequestSecurityTokenCollectionType() |
Modifier and Type | Method and Description |
---|---|
void |
add(RequestSecurityTokenType t)
Add a
T to the collection |
List<RequestSecurityTokenType> |
getRequestSecurityToken()
Gets the value of the requestSecurityToken property.
|
boolean |
remove(RequestSecurityTokenType t)
Remove a
T from collection |
protected List<RequestSecurityTokenType> requestSecurityToken
public List<RequestSecurityTokenType> getRequestSecurityToken()
Objects of the following type(s) are allowed in the list RequestSecurityTokenType
public void add(RequestSecurityTokenType t)
SimpleCollectionUsage
T
to the collectionadd
in interface SimpleCollectionUsage<RequestSecurityTokenType>
public boolean remove(RequestSecurityTokenType t)
SimpleCollectionUsage
T
from collectionremove
in interface SimpleCollectionUsage<RequestSecurityTokenType>
Copyright © 2016 JBoss by Red Hat. All rights reserved.