Module org.eclipse.persistence.core
Class Group
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.schema.model.Group
-
public class Group extends Object
-
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllgetAll()AnnotationgetAnnotation()ChoicegetChoice()StringgetMaxOccurs()StringgetMinOccurs()StringgetName()StringgetRef()SequencegetSequence()voidsetAll(All all)voidsetAnnotation(Annotation annotation)voidsetChoice(Choice choice)voidsetMaxOccurs(String maxOccurs)voidsetMinOccurs(String minOccurs)voidsetName(String name)voidsetRef(String ref)voidsetSequence(Sequence sequence)
-
-
-
Method Detail
-
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()
-
setAnnotation
public void setAnnotation(Annotation annotation)
-
getAnnotation
public Annotation getAnnotation()
-
setRef
public void setRef(String ref)
-
getRef
public String getRef()
-
setMinOccurs
public void setMinOccurs(String minOccurs)
-
getMinOccurs
public String getMinOccurs()
-
setMaxOccurs
public void setMaxOccurs(String maxOccurs)
-
getMaxOccurs
public String getMaxOccurs()
-
setName
public void setName(String name)
-
getName
public String getName()
-
-