public class SingleAttribute extends Attribute
| 构造器和说明 |
|---|
SingleAttribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId()
Getter method for property id.
|
String |
getValue()
Getter method for property value.
|
void |
setId(String id)
Setter method for property id.
|
void |
setValue(String value)
Setter method for property value.
|
org.dom4j.Element |
toElement()
转换成document的元素
|
addOption, addRule, appendAttributeValues, appendMultiAttributValue, appendOptionsElement, appendRulesElement, appendSingleAttributValue, getName, getOptions, getRules, getType, getValueType, setName, setOptions, setRules, setType, setValueTypepublic org.dom4j.Element toElement()
throws ServiceSchemaException
AttributetoElement 在类中 AttributeServiceSchemaExceptionpublic String getId()
public void setId(String id)
public String getValue()
public void setValue(String value)
value - value to be assigned to property valueCopyright © 2021. All rights reserved.