public class TDocumentation extends Object
tDocumentation complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tDocumentation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="textFormat" type="{http://www.w3.org/2001/XMLSchema}string" default="text/plain" />
</restriction>
</complexContent>
</complexType>
| 构造器和说明 |
|---|
TDocumentation() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getId()
获取id属性的值。
|
String |
getTextFormat()
获取textFormat属性的值。
|
void |
setId(String value)
设置id属性的值。
|
void |
setTextFormat(String value)
设置textFormat属性的值。
|
public List<Object> getContent()
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 Jakarta XML Binding object.
This is why there is not a set method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
String
Copyright © 2022. All rights reserved.