public class CombinerParameter extends Object implements XACMLRootElement
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:3.0:core:schema:wd-17}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 AttributeValue |
attributeValue |
protected String |
parameterName |
XACML3_NAMESPACE
Constructor and Description |
---|
CombinerParameter() |
Modifier and Type | Method and Description |
---|---|
AttributeValue |
getAttributeValue()
Gets the value of the attributeValue property.
|
String |
getParameterName()
Gets the value of the parameterName property.
|
void |
setAttributeValue(AttributeValue value)
Sets the value of the attributeValue property.
|
void |
setParameterName(String value)
Sets the value of the parameterName property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected AttributeValue attributeValue
protected String parameterName
public AttributeValue getAttributeValue()
AttributeValue
public void setAttributeValue(AttributeValue value)
value
- allowed object is
AttributeValue
public String getParameterName()
String
public void setParameterName(String value)
value
- allowed object is
String
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.