public class Msgs extends Object
anonymous complex type에 대한 Java 클래스입니다.
다음 스키마 단편이 이 클래스에 포함되는 필요한 콘텐츠를 지정합니다.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="msg">
<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>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Msgs.Msg
anonymous complex type에 대한 Java 클래스입니다.
|
| Constructor and Description |
|---|
Msgs() |
| Modifier and Type | Method and Description |
|---|---|
Msgs.Msg |
getMsg()
msg 속성의 값을 가져옵니다.
|
void |
setMsg(Msgs.Msg value)
msg 속성의 값을 설정합니다.
|
Copyright © 2019 POSCOICT. All rights reserved.