public class ResultXML extends Object
| Constructor and Description |
|---|
ResultXML() |
ResultXML(Map<Well,Integer> map,
String label)
Creates a result XML object from a map.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Returns the label.
|
int |
getSize()
Returns the size of the well list.
|
String |
getType()
Returns the numerical type as a string.
|
List<ResultWellXML> |
getWells()
Returns the well list.
|
void |
setLabel(String label)
Sets the label.
|
void |
setSize(int size)
Sets the size.
|
void |
setType(String type)
Sets the type.
|
void |
setWells(List<ResultWellXML> list)
Sets the wells list.
|
WellSet |
toWellSetObject()
Returns a WellSetInteger object.
|
public void setType(String type)
String - the numerical typepublic void setLabel(String label)
String - the labelpublic void setSize(int size)
String - the numerical typepublic void setWells(List<ResultWellXML> list)
List - the wells listpublic String getType()
public String getLabel()
public int getSize()
public List<ResultWellXML> getWells()
public WellSet toWellSetObject()
Copyright © 2017. All rights reserved.