public class XmlSchemaDerivationMethod
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
all |
private boolean |
empty |
private boolean |
extension |
private boolean |
list |
static XmlSchemaDerivationMethod |
NONE |
private boolean |
restriction |
private boolean |
substitution |
private boolean |
union |
| Constructor and Description |
|---|
XmlSchemaDerivationMethod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAll() |
boolean |
isEmpty() |
boolean |
isExtension() |
boolean |
isList() |
boolean |
isNone() |
boolean |
isRestriction() |
boolean |
isSubstitution() |
boolean |
isUnion() |
boolean |
notAll() |
static XmlSchemaDerivationMethod |
schemaValueOf(java.lang.String name) |
void |
setAll(boolean all) |
void |
setEmpty(boolean empty) |
void |
setExtension(boolean extension) |
void |
setList(boolean list) |
void |
setNone(boolean none) |
void |
setRestriction(boolean restriction) |
void |
setSubstitution(boolean substitution) |
void |
setUnion(boolean union) |
java.lang.String |
toString() |
public static final XmlSchemaDerivationMethod NONE
private boolean all
private boolean empty
private boolean extension
private boolean list
private boolean restriction
private boolean substitution
private boolean union
public static XmlSchemaDerivationMethod schemaValueOf(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean notAll()
public boolean isAll()
public void setAll(boolean all)
public boolean isEmpty()
public void setEmpty(boolean empty)
public boolean isExtension()
public void setExtension(boolean extension)
public boolean isList()
public void setList(boolean list)
public boolean isNone()
public void setNone(boolean none)
public boolean isRestriction()
public void setRestriction(boolean restriction)
public boolean isSubstitution()
public void setSubstitution(boolean substitution)
public boolean isUnion()
public void setUnion(boolean union)