public class Request extends Object implements XACMLRootElement
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}RequestDefaults" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Attributes" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}MultiRequests" minOccurs="0"/> </sequence> <attribute name="ReturnPolicyIdList" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="CombinedDecision" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Attributes> |
attributes |
protected boolean |
combinedDecision |
protected MultiRequests |
multiRequests |
protected RequestDefaults |
requestDefaults |
protected boolean |
returnPolicyIdList |
XACML3_NAMESPACE
Constructor and Description |
---|
Request() |
Modifier and Type | Method and Description |
---|---|
List<Attributes> |
getAttributes()
Gets the value of the attributes property.
|
MultiRequests |
getMultiRequests()
Gets the value of the multiRequests property.
|
RequestDefaults |
getRequestDefaults()
Gets the value of the requestDefaults property.
|
boolean |
isCombinedDecision()
Gets the value of the combinedDecision property.
|
boolean |
isReturnPolicyIdList()
Gets the value of the returnPolicyIdList property.
|
void |
setCombinedDecision(boolean value)
Sets the value of the combinedDecision property.
|
void |
setMultiRequests(MultiRequests value)
Sets the value of the multiRequests property.
|
void |
setRequestDefaults(RequestDefaults value)
Sets the value of the requestDefaults property.
|
void |
setReturnPolicyIdList(boolean value)
Sets the value of the returnPolicyIdList property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected RequestDefaults requestDefaults
protected List<Attributes> attributes
protected MultiRequests multiRequests
protected boolean returnPolicyIdList
protected boolean combinedDecision
public RequestDefaults getRequestDefaults()
RequestDefaults
public void setRequestDefaults(RequestDefaults value)
value
- allowed object is
RequestDefaults
public List<Attributes> getAttributes()
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 attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attributes
public MultiRequests getMultiRequests()
MultiRequests
public void setMultiRequests(MultiRequests value)
value
- allowed object is
MultiRequests
public boolean isReturnPolicyIdList()
public void setReturnPolicyIdList(boolean value)
public boolean isCombinedDecision()
public void setCombinedDecision(boolean value)
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.