public abstract class Diagram extends Object
Diagram complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="Diagram">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="documentation" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resolution" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
documentation |
protected String |
id |
protected String |
name |
protected Double |
resolution |
| 构造器和说明 |
|---|
Diagram() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDocumentation()
获取documentation属性的值。
|
String |
getId()
获取id属性的值。
|
String |
getName()
获取name属性的值。
|
Double |
getResolution()
获取resolution属性的值。
|
void |
setDocumentation(String value)
设置documentation属性的值。
|
void |
setId(String value)
设置id属性的值。
|
void |
setName(String value)
设置name属性的值。
|
void |
setResolution(Double value)
设置resolution属性的值。
|
protected String name
protected String documentation
protected Double resolution
protected String id
public String getDocumentation()
Stringpublic void setDocumentation(String value)
value - allowed object is
Stringpublic void setResolution(Double value)
value - allowed object is
DoubleCopyright © 2022. All rights reserved.