public class Restriction extends Object implements SimpleDerivation
Constructor and Description |
---|
Restriction() |
Modifier and Type | Method and Description |
---|---|
All |
getAll() |
AnyAttribute |
getAnyAttribute() |
List |
getAttributes() |
String |
getBaseType() |
Choice |
getChoice() |
ArrayList |
getEnumerationFacets() |
String |
getMaxExclusive() |
String |
getMaxInclusive() |
String |
getMinExclusive() |
String |
getMinInclusive() |
Restrictable |
getOwner() |
String |
getOwnerName() |
Sequence |
getSequence() |
SimpleType |
getSimpleType() |
TypeDefParticle |
getTypeDefParticle() |
void |
setAll(All all) |
void |
setAnyAttribute(AnyAttribute any) |
void |
setAttributes(List attributes) |
void |
setBaseType(String baseType) |
void |
setChoice(Choice choice) |
void |
setEnumerationFacets(ArrayList values) |
void |
setMaxExclusive(String maxExclusive) |
void |
setMaxInclusive(String maxInclusive) |
void |
setMinExclusive(String minExclusive) |
void |
setMinInclusive(String minInclusive) |
void |
setOwner(Restrictable owner) |
void |
setSequence(Sequence sequence) |
void |
setSimpleType(SimpleType simpleType) |
void |
setTypeDefParticle(TypeDefParticle typeDefParticle) |
public void setMinInclusive(String minInclusive)
public String getMinInclusive()
public void setMaxInclusive(String maxInclusive)
public String getMaxInclusive()
public void setMinExclusive(String minExclusive)
public String getMinExclusive()
public void setMaxExclusive(String maxExclusive)
public String getMaxExclusive()
public void setBaseType(String baseType)
public String getBaseType()
public void setTypeDefParticle(TypeDefParticle typeDefParticle)
public TypeDefParticle getTypeDefParticle()
public void setChoice(Choice choice)
public Choice getChoice()
public void setSequence(Sequence sequence)
public Sequence getSequence()
public void setAll(All all)
public All getAll()
public void setSimpleType(SimpleType simpleType)
public SimpleType getSimpleType()
public void setAttributes(List attributes)
public List getAttributes()
public ArrayList getEnumerationFacets()
public void setEnumerationFacets(ArrayList values)
public void setOwner(Restrictable owner)
public Restrictable getOwner()
public String getOwnerName()
public AnyAttribute getAnyAttribute()
public void setAnyAttribute(AnyAttribute any)
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference