org.vrprep.model.solution
Class Solution.Info

java.lang.Object
  extended by org.vrprep.model.solution.Solution.Info
Enclosing class:
Solution

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>
 


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

problem

protected String problem

reference

protected String reference

contributor

protected Solution.Info.Contributor contributor
Constructor Detail

Solution.Info

public Solution.Info()
Method Detail

getProblem

public String getProblem()
Gets the value of the problem property.

Returns:
possible object is String

setProblem

public void setProblem(String value)
Sets the value of the problem property.

Parameters:
value - allowed object is String

getReference

public String getReference()
Gets the value of the reference property.

Returns:
possible object is String

setReference

public void setReference(String value)
Sets the value of the reference property.

Parameters:
value - allowed object is String

getContributor

public Solution.Info.Contributor getContributor()
Gets the value of the contributor property.

Returns:
possible object is Solution.Info.Contributor

setContributor

public void setContributor(Solution.Info.Contributor value)
Sets the value of the contributor property.

Parameters:
value - allowed object is Solution.Info.Contributor


Copyright © 2014 VRP-REP. All rights reserved.