org.jomc.modlet.test.support
Class TestUnmarshallerListener

Package class diagram package TestUnmarshallerListener
java.lang.Object
  extended by javax.xml.bind.Unmarshaller.Listener
      extended by org.jomc.modlet.test.support.TestUnmarshallerListener

public final class TestUnmarshallerListener
extends javax.xml.bind.Unmarshaller.Listener

Unmarshaller.Listener test implementation.

Version:
$JOMC: TestUnmarshallerListener.java 3958 2011-11-18 22:32:23Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
TestUnmarshallerListener()
          Creates a new TestUnmarshallerListener instance.
 
Method Summary
 void afterUnmarshal(Object target, Object parent)
           
 void beforeUnmarshal(Object target, Object parent)
           
 byte getByteProperty()
           
 char getCharacterProperty()
           
 double getDoubleProperty()
           
 Thread.State getEnumProperty()
           
 float getFloatProperty()
           
 int getIntProperty()
           
 long getLongProperty()
           
 Object getObjectProperty()
           
 short getShortProperty()
           
 String getStringProperty()
           
 String getStringPropertyWithoutSetter()
           
 URL getUrlProperty()
           
 boolean isBooleanProperty()
           
 void setBooleanProperty(boolean value)
           
 void setByteProperty(byte value)
           
 void setCharacterProperty(char value)
           
 void setDoubleProperty(double value)
           
 void setEnumProperty(Thread.State value)
           
 void setFloatProperty(float value)
           
 void setIntProperty(int value)
           
 void setLongProperty(long value)
           
 void setObjectProperty(Object value)
           
 void setShortProperty(short value)
           
 void setStringProperty(String value)
           
 void setStringPropertyWithoutGetter(String value)
           
 void setUrlProperty(URL value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUnmarshallerListener

public TestUnmarshallerListener()
Creates a new TestUnmarshallerListener instance.

Method Detail

beforeUnmarshal

public void beforeUnmarshal(Object target,
                            Object parent)
Overrides:
beforeUnmarshal in class javax.xml.bind.Unmarshaller.Listener

afterUnmarshal

public void afterUnmarshal(Object target,
                           Object parent)
Overrides:
afterUnmarshal in class javax.xml.bind.Unmarshaller.Listener

isBooleanProperty

public boolean isBooleanProperty()

setBooleanProperty

public void setBooleanProperty(boolean value)

getCharacterProperty

public char getCharacterProperty()

setCharacterProperty

public void setCharacterProperty(char value)

getByteProperty

public byte getByteProperty()

setByteProperty

public void setByteProperty(byte value)

getShortProperty

public short getShortProperty()

setShortProperty

public void setShortProperty(short value)

getIntProperty

public int getIntProperty()

setIntProperty

public void setIntProperty(int value)

getLongProperty

public long getLongProperty()

setLongProperty

public void setLongProperty(long value)

getFloatProperty

public float getFloatProperty()

setFloatProperty

public void setFloatProperty(float value)

getDoubleProperty

public double getDoubleProperty()

setDoubleProperty

public void setDoubleProperty(double value)

getStringProperty

public String getStringProperty()

setStringProperty

public void setStringProperty(String value)

getStringPropertyWithoutSetter

public String getStringPropertyWithoutSetter()

setStringPropertyWithoutGetter

public void setStringPropertyWithoutGetter(String value)

getUrlProperty

public URL getUrlProperty()

setUrlProperty

public void setUrlProperty(URL value)

getEnumProperty

public Thread.State getEnumProperty()

setEnumProperty

public void setEnumProperty(Thread.State value)

getObjectProperty

public Object getObjectProperty()

setObjectProperty

public void setObjectProperty(Object value)


Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.