|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.assertion.ConditionAbstractType
oasis.names.tc.saml._2_0.assertion.AudienceRestriction
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:33:15+02:00", comments="JAXB RI v2.2.6") public class AudienceRestriction
Java class for AudienceRestrictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudienceRestrictionType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}ConditionAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Audience" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AudienceRestriction()
|
Method Summary | |
---|---|
List<String> |
getAudiences()
Gets the value of the audiences property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AudienceRestriction()
Method Detail |
---|
public List<String> getAudiences()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the audiences property.
For example, to add a new item, do as follows:
getAudiences().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |