public class PolicySetType extends Object
Java class for PolicySetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicySetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Description" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySetDefaults" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Target"/> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySet"/> <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}PolicySetIdReference"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicyIdReference"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}CombinerParameters"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicyCombinerParameters"/> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySetCombinerParameters"/> </choice> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Obligations" minOccurs="0"/> </sequence> <attribute name="PolicySetId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Version" type="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}VersionType" default="1.0" /> <attribute name="PolicyCombiningAlgId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected ObligationsType |
obligations |
protected String |
policyCombiningAlgId |
protected DefaultsType |
policySetDefaults |
protected String |
policySetId |
protected List<JAXBElement<?>> |
policySetOrPolicyOrPolicySetIdReference |
protected TargetType |
target |
protected String |
version |
Constructor and Description |
---|
PolicySetType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
ObligationsType |
getObligations()
Gets the value of the obligations property.
|
String |
getPolicyCombiningAlgId()
Gets the value of the policyCombiningAlgId property.
|
DefaultsType |
getPolicySetDefaults()
Gets the value of the policySetDefaults property.
|
String |
getPolicySetId()
Gets the value of the policySetId property.
|
List<JAXBElement<?>> |
getPolicySetOrPolicyOrPolicySetIdReference()
Gets the value of the policySetOrPolicyOrPolicySetIdReference property.
|
TargetType |
getTarget()
Gets the value of the target property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setObligations(ObligationsType value)
Sets the value of the obligations property.
|
void |
setPolicyCombiningAlgId(String value)
Sets the value of the policyCombiningAlgId property.
|
void |
setPolicySetDefaults(DefaultsType value)
Sets the value of the policySetDefaults property.
|
void |
setPolicySetId(String value)
Sets the value of the policySetId property.
|
void |
setTarget(TargetType value)
Sets the value of the target property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String description
protected DefaultsType policySetDefaults
protected TargetType target
protected List<JAXBElement<?>> policySetOrPolicyOrPolicySetIdReference
protected ObligationsType obligations
protected String policySetId
protected String version
protected String policyCombiningAlgId
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public DefaultsType getPolicySetDefaults()
DefaultsType
public void setPolicySetDefaults(DefaultsType value)
value
- allowed object is
DefaultsType
public TargetType getTarget()
TargetType
public void setTarget(TargetType value)
value
- allowed object is
TargetType
public List<JAXBElement<?>> getPolicySetOrPolicyOrPolicySetIdReference()
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 policySetOrPolicyOrPolicySetIdReference property.
For example, to add a new item, do as follows:
getPolicySetOrPolicyOrPolicySetIdReference().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
PolicyType
>
JAXBElement
<
IdReferenceType
>
JAXBElement
<
PolicyCombinerParametersType
>
JAXBElement
<
CombinerParametersType
>
JAXBElement
<
PolicySetType
>
JAXBElement
<
IdReferenceType
>
JAXBElement
<
PolicySetCombinerParametersType
>
public ObligationsType getObligations()
ObligationsType
public void setObligations(ObligationsType value)
value
- allowed object is
ObligationsType
public String getPolicySetId()
String
public void setPolicySetId(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getPolicyCombiningAlgId()
String
Copyright © 2023 JBoss by Red Hat. All rights reserved.