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()
AttributeValueTypepublic void setAttributeValue(AttributeValueType value)
value - allowed object is
AttributeValueTypepublic String getParameterName()
StringCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.