|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeRestrictions
Interface for attribute restrictions from schema files.
| Method Summary | |
|---|---|
java.lang.String |
getFixed()
Get the fixed string for this attribute. |
java.lang.String |
getName()
the name of this attribute. |
boolean |
isOptional()
If this attribute is optional. |
void |
setFixed(java.lang.String fixed)
Sets the fixed string for this attribute |
void |
setName(java.lang.String name)
Sets the name of this attribute. |
void |
setOptional(boolean isOptional)
Sets if this attribute is optional |
| Method Detail |
|---|
java.lang.String getFixed()
void setFixed(java.lang.String fixed)
fixed - the fixed string for this attribute.boolean isOptional()
void setOptional(boolean isOptional)
isOptional - the value to set.java.lang.String getName()
void setName(java.lang.String name)
name - the name to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||