org.jomc.modlet.test.support
Class TestMarshallerListener
java.lang.Object
javax.xml.bind.Marshaller.Listener
org.jomc.modlet.test.support.TestMarshallerListener
public final class TestMarshallerListener
- extends javax.xml.bind.Marshaller.Listener
Marshaller.Listener
test implementation.
- Version:
- $JOMC: TestMarshallerListener.java 3958 2011-11-18 22:32:23Z schulte2005 $
- Author:
- Christian Schulte 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMarshallerListener
public TestMarshallerListener()
- Creates a new
TestMarshallerListener
.
beforeMarshal
public void beforeMarshal(Object source)
- Overrides:
beforeMarshal
in class javax.xml.bind.Marshaller.Listener
afterMarshal
public void afterMarshal(Object source)
- Overrides:
afterMarshal
in class javax.xml.bind.Marshaller.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)
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.