Class Extension
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.schema.model.Extension
-
public class Extension extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Extension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllgetAll()AnyAttributegetAnyAttribute()java.lang.StringgetBaseType()ChoicegetChoice()java.util.ListgetOrderedAttributes()ContentgetOwner()java.lang.StringgetOwnerName()SequencegetSequence()TypeDefParticlegetTypeDefParticle()voidsetAll(All all)voidsetAnyAttribute(AnyAttribute any)voidsetBaseType(java.lang.String baseType)voidsetChoice(Choice choice)voidsetOrderedAttributes(java.util.List orderedAttributes)voidsetOwner(Content owner)voidsetSequence(Sequence sequence)voidsetTypeDefParticle(TypeDefParticle typeDefParticle)
-
-
-
Method Detail
-
setBaseType
public void setBaseType(java.lang.String baseType)
-
getBaseType
public java.lang.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 java.lang.String getOwnerName()
-
setOrderedAttributes
public void setOrderedAttributes(java.util.List orderedAttributes)
-
getOrderedAttributes
public java.util.List getOrderedAttributes()
-
getAnyAttribute
public AnyAttribute getAnyAttribute()
-
setAnyAttribute
public void setAnyAttribute(AnyAttribute any)
-
-