|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._1_0.assertion.ConditionAbstractType
oasis.names.tc.saml._1_0.assertion.AudienceRestrictionCondition
@Generated(value="com.sun.tools.xjc.Driver", date="2018-02-02T03:42:11+01:00", comments="JAXB RI v2.2.11") public class AudienceRestrictionCondition
Java class for AudienceRestrictionConditionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudienceRestrictionConditionType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:1.0:assertion}ConditionAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Audience" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
AudienceRestrictionCondition()
|
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 AudienceRestrictionCondition()
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 |