JHPcte
Class PcteAttributeAssignment

java.lang.Object
  |
  +--JHPcte.PcteAttributeAssignment

public class PcteAttributeAssignment
extends java.lang.Object

Contains instance of class PcteAttributeValue and the attribute's name


Field Summary
protected  java.lang.String name
           
protected  PcteAttributeValue value
           
 
Constructor Summary
PcteAttributeAssignment(java.lang.String name, PcteAttributeValue value)
           
 
Method Summary
 java.lang.String getName()
           
 PcteAttributeValue getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

value

protected PcteAttributeValue value
Constructor Detail

PcteAttributeAssignment

public PcteAttributeAssignment(java.lang.String name,
                               PcteAttributeValue value)
Method Detail

getName

public java.lang.String getName()

getValue

public PcteAttributeValue getValue()