|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.model.MessagePartBean
public class MessagePartBean
Constructor Summary | |
---|---|
MessagePartBean()
|
Method Summary | |
---|---|
Object |
getField(String propertyName)
|
NullFlavor |
getNullFlavor()
Returns the current null flavor state of the object. |
NullFlavor |
getNullFlavor(String propertyName)
|
StandardDataType |
getSpecializationType(String propertyName)
|
boolean |
hasNullFlavor()
Determines if the object currently has a null flavor set. |
boolean |
hasNullFlavor(String propertyName)
|
void |
setNullFlavor(NullFlavor nullFlavor)
Sets a null flavor on the object. |
void |
setNullFlavor(String propertyName,
NullFlavor nullFlavor)
|
void |
setSpecializationType(String propertyName,
StandardDataType specializationType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessagePartBean()
Method Detail |
---|
public Object getField(String propertyName)
public NullFlavor getNullFlavor()
NullFlavorSupport
Returns the current null flavor state of the object.
getNullFlavor
in interface NullFlavorSupport
public boolean hasNullFlavor()
NullFlavorSupport
Determines if the object currently has a null flavor set.
hasNullFlavor
in interface NullFlavorSupport
public void setNullFlavor(NullFlavor nullFlavor)
NullFlavorSupport
Sets a null flavor on the object.
setNullFlavor
in interface NullFlavorSupport
nullFlavor
- the null flavor to setpublic NullFlavor getNullFlavor(String propertyName)
public boolean hasNullFlavor(String propertyName)
public void setNullFlavor(String propertyName, NullFlavor nullFlavor)
public StandardDataType getSpecializationType(String propertyName)
public void setSpecializationType(String propertyName, StandardDataType specializationType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |