public class ParticleBinding extends Object
Constructor and Description |
---|
ParticleBinding(TermBinding term) |
ParticleBinding(TermBinding term,
int minOccurs,
int maxOccurs,
boolean maxOccursUnbounded) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxOccurs() |
boolean |
getMaxOccursUnbounded() |
int |
getMinOccurs() |
TermBinding |
getTerm() |
boolean |
isOccurrenceAllowed(int occurrence) |
boolean |
isRepeatable() |
boolean |
isRequired() |
void |
setMaxOccurs(int maxOccurs) |
void |
setMaxOccursUnbounded(boolean maxOccursUnbounded) |
void |
setMinOccurs(int minOccurs) |
void |
setTerm(TermBinding term) |
String |
toString() |
public ParticleBinding(TermBinding term, int minOccurs, int maxOccurs, boolean maxOccursUnbounded)
public ParticleBinding(TermBinding term)
public int getMinOccurs()
public int getMaxOccurs()
public boolean getMaxOccursUnbounded()
public void setMinOccurs(int minOccurs)
public void setMaxOccurs(int maxOccurs)
public void setMaxOccursUnbounded(boolean maxOccursUnbounded)
public TermBinding getTerm()
public void setTerm(TermBinding term)
public boolean isRepeatable()
public boolean isRequired()
public boolean isOccurrenceAllowed(int occurrence)
Copyright © 2016 JBoss by Red Hat. All rights reserved.