|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.poscoict.glueframework.message.GlueMessageDefinition
public class GlueMessageDefinition
°¢ Messageº° Message LayoutÁ¤º¸¸¦ HandlingÇÏ´Â Class Layout Á¤º¸¸¦ »ý¼ºÇÏ°í, CachingÇϴµ¥ »ç¿ëµÊ
Field Summary | |
---|---|
static String |
DATE_TYPE
Message LayoutÀÇ datatype |
static String |
ELEMENT
Message Layout TypeÀ¸·Î ÀÏ¹Ý Ç׸ñ |
static String |
GROUP
Message Layout TypeÀ¸·Î Group Ç׸ñ |
static String |
GROUP_ELEMENT
Message Layout TypeÀ¸·Î Group Element Ç׸ñ |
static String |
NUMBER_TYPE
Message LayoutÀÇ datatype |
static String |
STRING_TYPE
Message LayoutÀÇ datatype |
Constructor Summary | |
---|---|
GlueMessageDefinition()
|
Method Summary | |
---|---|
GlueMessageAttributeDefinition |
getAttribute(int index)
MessageDefinition¿¡¼ ÇØ´ç Attribute¸¦ °¡Á®¿Â´Ù. |
List<GlueMessageAttributeDefinition> |
getAttributes()
getter method. |
List<GlueMessageAttributeDefinition> |
getGroupAttrs(int index)
MessageDefinition¿¡¼ Group AttributeÀÇ List¸¦ °¡Á®¿Â´Ù. |
int |
getLength()
getter method. |
String |
getMsgId()
getter method. get Message ID |
void |
setAttributes(List<GlueMessageAttributeDefinition> attrDefList)
setter method. set all the attributes |
void |
setMsgId(String msgId)
setter method. set Message ID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GROUP
public static final String GROUP_ELEMENT
public static final String ELEMENT
public static final String STRING_TYPE
public static final String NUMBER_TYPE
public static final String DATE_TYPE
Constructor Detail |
---|
public GlueMessageDefinition()
Method Detail |
---|
public String getMsgId()
public void setMsgId(String msgId)
msgId
- Stringpublic List<GlueMessageAttributeDefinition> getAttributes()
public void setAttributes(List<GlueMessageAttributeDefinition> attrDefList)
attrDefList
- ¸ðµç attribute¿¡ ´ëÇÑ °ª(ArrayList Type)public int getLength()
public GlueMessageAttributeDefinition getAttribute(int index)
index
- Attribute¸¦ °¡¸®Å°´Â Sequence
public List<GlueMessageAttributeDefinition> getGroupAttrs(int index)
index
- Group Attribute¸¦ °¡¸®Å°´Â Sequence
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |