public class SecurityTokenReferenceType extends AnyAddressingType implements SimpleCollectionUsage<String>
Java class for SecurityTokenReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityTokenReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <any/> </choice> <attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Id"/> <attribute ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Usage"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected List<String> |
usage |
any
otherAttributes
Constructor and Description |
---|
SecurityTokenReferenceType() |
Modifier and Type | Method and Description |
---|---|
void |
add(String t)
Add a
T to the collection |
String |
getId()
Gets the value of the id property.
|
List<String> |
getUsage()
Gets the value of the usage property.
|
boolean |
remove(String t)
Remove a
T from collection |
void |
setId(String value)
Sets the value of the id property.
|
addAny, getAny, removeAny
addOtherAttribute, addOtherAttributes, getOtherAttributes
public void setId(String value)
value
- allowed object is String
public List<String> getUsage()
Objects of the following type(s) are allowed in the list String
public void add(String t)
SimpleCollectionUsage
T
to the collectionadd
in interface SimpleCollectionUsage<String>
public boolean remove(String t)
SimpleCollectionUsage
T
from collectionremove
in interface SimpleCollectionUsage<String>
Copyright © 2016 JBoss by Red Hat. All rights reserved.