public static class Solution.Info extends Object
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Solution.Info.Contributor
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Solution.Info.Contributor |
contributor |
protected String |
problem |
protected String |
reference |
| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String problem
protected String reference
protected Solution.Info.Contributor contributor
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.ContributorCopyright © 2014 VRP-REP. All rights reserved.