public class XACMLPolicyStatementType extends StatementAbstractType
Java class for XACMLPolicyStatementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XACMLPolicyStatementType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:assertion}StatementAbstractType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Policy"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySet"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
XACMLPolicyStatementType.ChoiceType |
| Modifier and Type | Field and Description |
|---|---|
protected List<XACMLPolicyStatementType.ChoiceType> |
choiceTypeList |
| Constructor and Description |
|---|
XACMLPolicyStatementType() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(XACMLPolicyStatementType.ChoiceType choice) |
List<XACMLPolicyStatementType.ChoiceType> |
getChoiceType()
Gets the value of the choiceTypeList property.
|
protected List<XACMLPolicyStatementType.ChoiceType> choiceTypeList
public void add(XACMLPolicyStatementType.ChoiceType choice)
public List<XACMLPolicyStatementType.ChoiceType> getChoiceType()
Copyright © 2018 JBoss by Red Hat. All rights reserved.