nbi.xmlsec.xacml.builder
Class AttributeBaseBuilder

java.lang.Object
  extended bynbi.xmlsec.xacml.builder.AttributeBaseBuilder
Direct Known Subclasses:
AttributeDesignatorBuilder, AttributeSelectorBuilder

public class AttributeBaseBuilder
extends Object

Base class for the classes AttributeDesignatorBuilder and AttributeSelectorBuilder.

Since:
Version:
$Revision: 1.1 $
Author:
Lutz Suhrbier

Field Summary
protected  boolean mustBePresent
          Whether resolution must find a value
protected  URI type
          The data type resolved by this designator
 
Constructor Summary
AttributeBaseBuilder()
           
 
Method Summary
 void setMustBePresent(boolean mustBePresent)
          Set whether resolution must find a value.
 void setType(String type)
          Sets the data type resolved by this designator.
 void setType(URI type)
          Sets the data type resolved by this designator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected URI type
The data type resolved by this designator


mustBePresent

protected boolean mustBePresent
Whether resolution must find a value

Constructor Detail

AttributeBaseBuilder

public AttributeBaseBuilder()
Method Detail

setType

public void setType(URI type)
Sets the data type resolved by this designator.

Parameters:
type - The data type resolved to set.

setType

public void setType(String type)
Sets the data type resolved by this designator.

Parameters:
type - The data type resolved to set.

setMustBePresent

public void setMustBePresent(boolean mustBePresent)
Set whether resolution must find a value.

Parameters:
mustBePresent - true, if must find a value, false otherwise.


Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.