public class XACMLAuthzDecisionQueryType extends RequestAbstractType
Java class for XACMLAuthzDecisionQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XACMLAuthzDecisionQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Request"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Policy" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:profile:saml2.0:v2:schema:assertion}ReferencedPolicies" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:profile:saml2.0:v2:schema:protocol}Extensions" minOccurs="0"/>
</sequence>
<attribute name="InputContextOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ReturnContext" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="CombinePolicies" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
combinePolicies |
protected Boolean |
inputContextOnly |
protected List<JAXBElement<?>> |
rest |
protected Boolean |
returnContext |
consent, destination, extensions, id, issueInstant, issuer, signature, version| Constructor and Description |
|---|
XACMLAuthzDecisionQueryType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getRest()
Gets the rest of the content model.
|
boolean |
isCombinePolicies()
Gets the value of the combinePolicies property.
|
boolean |
isInputContextOnly()
Gets the value of the inputContextOnly property.
|
boolean |
isReturnContext()
Gets the value of the returnContext property.
|
void |
setCombinePolicies(Boolean value)
Sets the value of the combinePolicies property.
|
void |
setInputContextOnly(Boolean value)
Sets the value of the inputContextOnly property.
|
void |
setReturnContext(Boolean value)
Sets the value of the returnContext property.
|
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setSignature, setVersionprotected List<JAXBElement<?>> rest
protected Boolean inputContextOnly
protected Boolean returnContext
protected Boolean combinePolicies
public List<JAXBElement<?>> getRest()
You are getting this "catch-all" property because of the following reason: The field name "Extensions" is used by two different parts of a schema. See: line 46 of file:/C:/dev/ipf/commons/ihe/xacml20/impl/src/main/resources/wsdl/../schema/xacml-2.0-profile-saml2.0-v2-schema-protocol-wd-14.xsd line 33 of file:/C:/dev/ipf/commons/ihe/xacml20/impl/src/main/resources/wsdl/../schema/sstc-saml-schema-protocol-2.0.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.
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 rest property.
For example, to add a new item, do as follows:
getRest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ReferencedPoliciesType>
JAXBElement<PolicyType>
JAXBElement<ExtensionsType>
JAXBElement<RequestType>
JAXBElement<PolicySetType>
public boolean isInputContextOnly()
Booleanpublic void setInputContextOnly(Boolean value)
value - allowed object is
Booleanpublic boolean isReturnContext()
Booleanpublic void setReturnContext(Boolean value)
value - allowed object is
Booleanpublic boolean isCombinePolicies()
BooleanCopyright © 2020 Open eHealth Foundation. All rights reserved.