
public class GlueMessageDefinition extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
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 and Description | 
|---|
GlueMessageDefinition()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
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
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¸¦ °¡¸®Å°´Â Sequencepublic List<GlueMessageAttributeDefinition> getGroupAttrs(int index)
index - Group Attribute¸¦ °¡¸®Å°´Â SequenceCopyright © 2013–2016 POSCO ICT. All rights reserved.