public class CombinerParameterType extends Object
Java class for CombinerParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CombinerParameterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}AttributeValue"/> </sequence> <attribute name="ParameterName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AttributeValueType |
attributeValue |
protected String |
parameterName |
Constructor and Description |
---|
CombinerParameterType() |
Modifier and Type | Method and Description |
---|---|
AttributeValueType |
getAttributeValue()
Gets the value of the attributeValue property.
|
String |
getParameterName()
Gets the value of the parameterName property.
|
void |
setAttributeValue(AttributeValueType value)
Sets the value of the attributeValue property.
|
void |
setParameterName(String value)
Sets the value of the parameterName property.
|
protected AttributeValueType attributeValue
protected String parameterName
public AttributeValueType getAttributeValue()
AttributeValueType
public void setAttributeValue(AttributeValueType value)
value
- allowed object is
AttributeValueType
public String getParameterName()
String
Copyright © 2023 JBoss by Red Hat. All rights reserved.