|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.requirements.Requirement
This element specifies a requirement, defined by the JMS specification or associated API documentation. A requirement may be optional.
Constructor Summary | |
Requirement()
|
Method Summary | |
void |
addRequirementChoice(int index,
RequirementChoice vRequirementChoice)
Method addRequirementChoice |
void |
addRequirementChoice(RequirementChoice vRequirementChoice)
Method addRequirementChoice |
void |
clearRequirementChoice()
Method clearRequirementChoice |
void |
deleteOptional()
Method deleteOptional |
java.util.Enumeration |
enumerateRequirementChoice()
Method enumerateRequirementChoice |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
Description |
getDescription()
Returns the value of field 'description'. |
boolean |
getOptional()
Returns the value of field 'optional'. |
RequirementChoice[] |
getRequirementChoice()
Method getRequirementChoice |
RequirementChoice |
getRequirementChoice(int index)
Method getRequirementChoice |
int |
getRequirementChoiceCount()
Method getRequirementChoiceCount |
java.lang.String |
getRequirementId()
Returns the value of field 'requirementId'. |
boolean |
hasOptional()
Method hasOptional |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeRequirementChoice(RequirementChoice vRequirementChoice)
Method removeRequirementChoice |
void |
setDescription(Description description)
Sets the value of field 'description'. |
void |
setOptional(boolean optional)
Sets the value of field 'optional'. |
void |
setRequirementChoice(int index,
RequirementChoice vRequirementChoice)
Method setRequirementChoice |
void |
setRequirementChoice(RequirementChoice[] requirementChoiceArray)
Method setRequirementChoice |
void |
setRequirementId(java.lang.String requirementId)
Sets the value of field 'requirementId'. |
static Requirement |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Requirement()
Method Detail |
public void addRequirementChoice(RequirementChoice vRequirementChoice) throws java.lang.IndexOutOfBoundsException
vRequirementChoice
- public void addRequirementChoice(int index, RequirementChoice vRequirementChoice) throws java.lang.IndexOutOfBoundsException
index
- vRequirementChoice
- public void clearRequirementChoice()
public void deleteOptional()
public java.util.Enumeration enumerateRequirementChoice()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public Description getDescription()
public boolean getOptional()
public RequirementChoice getRequirementChoice(int index) throws java.lang.IndexOutOfBoundsException
index
- public RequirementChoice[] getRequirementChoice()
public int getRequirementChoiceCount()
public java.lang.String getRequirementId()
public boolean hasOptional()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public boolean removeRequirementChoice(RequirementChoice vRequirementChoice)
vRequirementChoice
- public void setDescription(Description description)
description
- the value of field 'description'.public void setOptional(boolean optional)
optional
- the value of field 'optional'.public void setRequirementChoice(int index, RequirementChoice vRequirementChoice) throws java.lang.IndexOutOfBoundsException
index
- vRequirementChoice
- public void setRequirementChoice(RequirementChoice[] requirementChoiceArray)
requirementChoiceArray
- public void setRequirementId(java.lang.String requirementId)
requirementId
- the value of field 'requirementId'.public static Requirement unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |