public class AttributeRule extends Object
| 构造器和说明 |
|---|
AttributeRule() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName()
Getter method for property name.
|
AttrRuleTypeEnum |
getType()
Getter method for property type.
|
String |
getValue()
Getter method for property value.
|
void |
setName(String name)
Setter method for property name.
|
void |
setType(AttrRuleTypeEnum type)
Setter method for property type.
|
void |
setValue(String value)
Setter method for property value.
|
org.dom4j.Element |
toElement(String attributeId) |
public org.dom4j.Element toElement(String attributeId) throws SchemaException
SchemaExceptionpublic String getName()
public void setName(String name)
name - value to be assigned to property namepublic AttrRuleTypeEnum getType()
public void setType(AttrRuleTypeEnum type)
type - value to be assigned to property typepublic String getValue()
public void setValue(String value)
value - value to be assigned to property valueCopyright © 2023. All rights reserved.