|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrprep.model.solution.Solution.Info
public static class Solution.Info
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="problem" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reference" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="contributor">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="email">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[^@]+@[^\.]+\..+"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Solution.Info.Contributor
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Solution.Info.Contributor |
contributor
|
protected String |
problem
|
protected String |
reference
|
| Constructor Summary | |
|---|---|
Solution.Info()
|
|
| Method Summary | |
|---|---|
Solution.Info.Contributor |
getContributor()
Gets the value of the contributor property. |
String |
getProblem()
Gets the value of the problem property. |
String |
getReference()
Gets the value of the reference property. |
void |
setContributor(Solution.Info.Contributor value)
Sets the value of the contributor property. |
void |
setProblem(String value)
Sets the value of the problem property. |
void |
setReference(String value)
Sets the value of the reference property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String problem
protected String reference
protected Solution.Info.Contributor contributor
| Constructor Detail |
|---|
public Solution.Info()
| Method Detail |
|---|
public String getProblem()
Stringpublic void setProblem(String value)
value - allowed object is
Stringpublic String getReference()
Stringpublic void setReference(String value)
value - allowed object is
Stringpublic Solution.Info.Contributor getContributor()
Solution.Info.Contributorpublic void setContributor(Solution.Info.Contributor value)
value - allowed object is
Solution.Info.Contributor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||