public final class TestMarshallerListener extends Marshaller.Listener
Marshaller.Listener
test implementation.Type | Property and Description |
---|---|
boolean |
isBoolean |
Boolean |
isBoxedBoolean |
boolean |
isUnboxedBoolean |
Constructor and Description |
---|
TestMarshallerListener()
Creates a new
TestMarshallerListener . |
public TestMarshallerListener()
TestMarshallerListener
.public void beforeMarshal(Object source)
beforeMarshal
in class Marshaller.Listener
public void afterMarshal(Object source)
afterMarshal
in class Marshaller.Listener
public boolean isBooleanProperty()
public void setBooleanProperty(boolean value)
public Boolean isBoxedBooleanProperty()
public void setBoxedBooleanProperty(boolean value)
public boolean isUnboxedBooleanProperty()
public void setUnboxedBooleanProperty(Boolean value)
public char getCharacterProperty()
public void setCharacterProperty(char value)
public Character getBoxedCharacterProperty()
public void setBoxedCharacterProperty(char value)
public char getUnboxedCharacterProperty()
public void setUnboxedCharacterProperty(Character value)
public byte getByteProperty()
public void setByteProperty(byte value)
public Byte getBoxedByteProperty()
public void setBoxedByteProperty(byte value)
public byte getUnboxedByteProperty()
public void setUnboxedByteProperty(Byte value)
public short getShortProperty()
public void setShortProperty(short value)
public Short getBoxedShortProperty()
public void setBoxedShortProperty(short value)
public short getUnboxedShortProperty()
public void setUnboxedShortProperty(Short value)
public int getIntProperty()
public void setIntProperty(int value)
public Integer getBoxedIntProperty()
public void setBoxedIntProperty(int value)
public int getUnboxedIntProperty()
public void setUnboxedIntProperty(Integer value)
public long getLongProperty()
public void setLongProperty(long value)
public Long getBoxedLongProperty()
public void setBoxedLongProperty(long value)
public long getUnboxedLongProperty()
public void setUnboxedLongProperty(Long value)
public float getFloatProperty()
public void setFloatProperty(float value)
public Float getBoxedFloatProperty()
public void setBoxedFloatProperty(float value)
public float getUnboxedFloatProperty()
public void setUnboxedFloatProperty(Float value)
public double getDoubleProperty()
public void setDoubleProperty(double value)
public Double getBoxedDoubleProperty()
public void setBoxedDoubleProperty(double value)
public double getUnboxedDoubleProperty()
public void setUnboxedDoubleProperty(Double value)
public String getStringProperty()
public void setStringProperty(String value)
public String getStringPropertyWithoutSetter()
public void setStringPropertyWithoutGetter(String value)
public URL getUrlProperty()
public void setUrlProperty(URL value)
public Thread.State getEnumProperty()
public void setEnumProperty(Thread.State value)
public Object getObjectProperty()
public void setObjectProperty(Object value)
public Math getUnsupportedPropertyType()
public void setUnsupportedPropertyType(Math value)
public InstantiationExceptionPropertyType getInstantiationExceptionProperty()
public void setInstantiationExceptionProperty(InstantiationExceptionPropertyType value)
public InvocationTargetExceptionPropertyType getInvocationTargetExceptionProperty()
public void setInvocationTargetExceptionProperty(InvocationTargetExceptionPropertyType value)
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.