public class RequestSecurityTokenResponseCollectionType extends AnyAddressingType implements SimpleCollectionUsage<RequestSecurityTokenResponseType>
Java class for RequestSecurityTokenResponseCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestSecurityTokenResponseCollectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}RequestSecurityTokenResponse" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<RequestSecurityTokenResponseType> |
requestSecurityTokenResponse |
any
otherAttributes
Constructor and Description |
---|
RequestSecurityTokenResponseCollectionType() |
Modifier and Type | Method and Description |
---|---|
void |
add(RequestSecurityTokenResponseType t)
Add a
T to the collection |
List<RequestSecurityTokenResponseType> |
getRequestSecurityTokenResponse()
Gets the value of the requestSecurityTokenResponse property.
|
boolean |
remove(RequestSecurityTokenResponseType t)
Remove a
T from collection |
addAny, getAny, removeAny
addOtherAttribute, addOtherAttributes, getOtherAttributes
protected List<RequestSecurityTokenResponseType> requestSecurityTokenResponse
public RequestSecurityTokenResponseCollectionType()
public List<RequestSecurityTokenResponseType> getRequestSecurityTokenResponse()
Objects of the following type(s) are allowed in the list RequestSecurityTokenResponseType
public void add(RequestSecurityTokenResponseType t)
SimpleCollectionUsage
T
to the collectionadd
in interface SimpleCollectionUsage<RequestSecurityTokenResponseType>
public boolean remove(RequestSecurityTokenResponseType t)
SimpleCollectionUsage
T
from collectionremove
in interface SimpleCollectionUsage<RequestSecurityTokenResponseType>
Copyright © 2018 JBoss by Red Hat. All rights reserved.