Module org.eclipse.persistence.core
Class Extension
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.schema.model.Extension
-
public class Extension extends Object
-
-
Constructor Summary
Constructors Constructor Description Extension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllgetAll()AnyAttributegetAnyAttribute()StringgetBaseType()ChoicegetChoice()List<Attribute>getOrderedAttributes()ContentgetOwner()StringgetOwnerName()SequencegetSequence()TypeDefParticlegetTypeDefParticle()voidsetAll(All all)voidsetAnyAttribute(AnyAttribute any)voidsetBaseType(String baseType)voidsetChoice(Choice choice)voidsetOrderedAttributes(List<Attribute> orderedAttributes)voidsetOwner(Content owner)voidsetSequence(Sequence sequence)voidsetTypeDefParticle(TypeDefParticle typeDefParticle)
-
-
-
Method Detail
-
setBaseType
public void setBaseType(String baseType)
-
getBaseType
public String getBaseType()
-
setChoice
public void setChoice(Choice choice)
-
getChoice
public Choice getChoice()
-
setSequence
public void setSequence(Sequence sequence)
-
getSequence
public Sequence getSequence()
-
setAll
public void setAll(All all)
-
getAll
public All getAll()
-
setTypeDefParticle
public void setTypeDefParticle(TypeDefParticle typeDefParticle)
-
getTypeDefParticle
public TypeDefParticle getTypeDefParticle()
-
setOwner
public void setOwner(Content owner)
-
getOwner
public Content getOwner()
-
getOwnerName
public String getOwnerName()
-
getAnyAttribute
public AnyAttribute getAnyAttribute()
-
setAnyAttribute
public void setAnyAttribute(AnyAttribute any)
-
-