public static class Msgs.Msg extends Object
anonymous complex type에 대한 Java 클래스입니다.
다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attribute" type="{http://www.poscoict.com/glueframework/layout}attributeType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeType> |
attribute |
protected String |
id |
protected String |
name |
| Constructor and Description |
|---|
Msg() |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
getAttribute()
Gets the value of the attribute property.
|
String |
getId()
id 속성의 값을 가져옵니다.
|
String |
getName()
name 속성의 값을 가져옵니다.
|
void |
setId(String value)
id 속성의 값을 설정합니다.
|
void |
setName(String value)
name 속성의 값을 설정합니다.
|
protected List<AttributeType> attribute
protected String id
protected String name
public List<AttributeType> getAttribute()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeType
Copyright © 2019 POSCOICT. All rights reserved.