com.[YourSchema].[YourSchemaType].MemberAttribute
当从XML Schema生成代码时,会为类型的每个成员特性创建一个类。在下文中,“AttributeType”代表成员属性本身的类型。
方法
Name | 描述 | |
---|---|---|
boolean exists() | 如果特性存在,则返回true。 | |
int getEnumerationValue() | 仅为枚举类型生成。返回为可能值生成的常量之一;如果该值与Schema中的任何枚举值都不匹配,则返回Invalid。 | |
com.altova.xml.meta.Attribute getInfo() | 返回一个用于查询Schema信息的对象(请参见com.altova.xml.meta.Attribute)。 | |
AttributeType getValue() | 获取特性值。 | |
void remove() | 从其父元素中删除特性。 | |
void setEnumerationValue(int) | 仅为枚举类型生成。将为可能值生成的常量之一传递给此方法以设置值。 | |
void setValue(AttributeType value) | 设置特性值。 |