com.thaiopensource.validate.nrl
Class AttributeActionSet

java.lang.Object
  extended by com.thaiopensource.validate.nrl.AttributeActionSet

 class AttributeActionSet
extends Object


Field Summary
private  boolean attach
           
private  boolean reject
           
private  Schema[] schemas
           
 
Constructor Summary
AttributeActionSet()
           
 
Method Summary
(package private)  void addSchema(Schema schema)
           
(package private)  boolean getAttach()
           
(package private)  boolean getReject()
           
(package private)  Schema[] getSchemas()
           
(package private)  void setAttach(boolean attach)
           
(package private)  void setReject(boolean reject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attach

private boolean attach

reject

private boolean reject

schemas

private Schema[] schemas
Constructor Detail

AttributeActionSet

AttributeActionSet()
Method Detail

getAttach

boolean getAttach()

setAttach

void setAttach(boolean attach)

getReject

boolean getReject()

setReject

void setReject(boolean reject)

getSchemas

Schema[] getSchemas()

addSchema

void addSchema(Schema schema)