org.jboss.security.xacml.core.model.policy
Class CombinerParameterType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.CombinerParameterType

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>
 


Field Summary
protected  AttributeValueType attributeValue
           
protected  String parameterName
           
 
Constructor Summary
CombinerParameterType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeValue

protected AttributeValueType attributeValue

parameterName

protected String parameterName
Constructor Detail

CombinerParameterType

public CombinerParameterType()
Method Detail

getAttributeValue

public AttributeValueType getAttributeValue()
Gets the value of the attributeValue property.

Returns:
possible object is AttributeValueType

setAttributeValue

public void setAttributeValue(AttributeValueType value)
Sets the value of the attributeValue property.

Parameters:
value - allowed object is AttributeValueType

getParameterName

public String getParameterName()
Gets the value of the parameterName property.

Returns:
possible object is String

setParameterName

public void setParameterName(String value)
Sets the value of the parameterName property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.