public class Extension extends Object
Constructor and Description |
---|
Extension() |
Modifier and Type | Method and Description |
---|---|
All |
getAll() |
AnyAttribute |
getAnyAttribute() |
String |
getBaseType() |
Choice |
getChoice() |
List |
getOrderedAttributes() |
Content |
getOwner() |
String |
getOwnerName() |
Sequence |
getSequence() |
TypeDefParticle |
getTypeDefParticle() |
void |
setAll(All all) |
void |
setAnyAttribute(AnyAttribute any) |
void |
setBaseType(String baseType) |
void |
setChoice(Choice choice) |
void |
setOrderedAttributes(List orderedAttributes) |
void |
setOwner(Content owner) |
void |
setSequence(Sequence sequence) |
void |
setTypeDefParticle(TypeDefParticle typeDefParticle) |
public void setBaseType(String baseType)
public String getBaseType()
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 setTypeDefParticle(TypeDefParticle typeDefParticle)
public TypeDefParticle getTypeDefParticle()
public void setOwner(Content owner)
public Content getOwner()
public String getOwnerName()
public void setOrderedAttributes(List orderedAttributes)
public List getOrderedAttributes()
public AnyAttribute getAnyAttribute()
public void setAnyAttribute(AnyAttribute any)
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference