public class Group extends Object
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
All |
getAll() |
Annotation |
getAnnotation() |
Choice |
getChoice() |
String |
getMaxOccurs() |
String |
getMinOccurs() |
String |
getName() |
String |
getRef() |
Sequence |
getSequence() |
void |
setAll(All all) |
void |
setAnnotation(Annotation annotation) |
void |
setChoice(Choice choice) |
void |
setMaxOccurs(String maxOccurs) |
void |
setMinOccurs(String minOccurs) |
void |
setName(String name) |
void |
setRef(String ref) |
void |
setSequence(Sequence sequence) |
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 setAnnotation(Annotation annotation)
public Annotation getAnnotation()
public void setRef(String ref)
public String getRef()
public void setMinOccurs(String minOccurs)
public String getMinOccurs()
public void setMaxOccurs(String maxOccurs)
public String getMaxOccurs()
public void setName(String name)
public String getName()
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference