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