se.vgregion.portal.medcontrol.ws
Class ArrayOfCase

java.lang.Object
  extended by se.vgregion.portal.medcontrol.ws.ArrayOfCase

public class ArrayOfCase
extends Object

Java class for ArrayOfCase complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ArrayOfCase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Case" type="{http://mycasesservice.munkeby.com/}Case" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Case> _case
           
 
Constructor Summary
ArrayOfCase()
           
 
Method Summary
 List<Case> getCase()
          Gets the value of the case property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_case

protected List<Case> _case
Constructor Detail

ArrayOfCase

public ArrayOfCase()
Method Detail

getCase

public List<Case> getCase()
Gets the value of the case property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the case property.

For example, to add a new item, do as follows:

    getCase().add(newItem);
 

Objects of the following type(s) are allowed in the list Case



Copyright © 2010. All Rights Reserved.