Modifier and Type | Field and Description |
---|---|
public final QName | name
name |
public int | scope
scope |
public final XMLSimpleType | simpleType
simpleType |
public short | type
type |
public static final short | TYPE_ANY
TYPE_ANY |
public static final short | TYPE_CHILDREN
TYPE_CHILDREN |
public static final short | TYPE_EMPTY
TYPE_EMPTY |
public static final short | TYPE_MIXED
TYPE_MIXED |
public static final short | TYPE_SIMPLE
TYPE_SIMPLE |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public void |
name | back to summary |
---|---|
public final QName name name |
scope | back to summary |
---|---|
public int scope scope |
simpleType | back to summary |
---|---|
public final XMLSimpleType simpleType simpleType |
type | back to summary |
---|---|
public short type type |
TYPE_ANY | back to summary |
---|---|
public static final short TYPE_ANY TYPE_ANY |
TYPE_CHILDREN | back to summary |
---|---|
public static final short TYPE_CHILDREN TYPE_CHILDREN |
TYPE_EMPTY | back to summary |
---|---|
public static final short TYPE_EMPTY TYPE_EMPTY |
TYPE_MIXED | back to summary |
---|---|
public static final short TYPE_MIXED TYPE_MIXED |
TYPE_SIMPLE | back to summary |
---|---|
public static final short TYPE_SIMPLE TYPE_SIMPLE |
XMLElementDecl | back to summary |
---|---|
public XMLElementDecl() |
clear | back to summary |
---|---|
public void clear() clear |
setValues | back to summary |
---|---|
public void setValues(QName name, int scope, short type, XMLSimpleType simpleType) setValues |