com.kuka.roboticsAPI.persistenceModel.processDataModel.generated
Class ProcessDataContainer

java.lang.Object
  extended by com.kuka.roboticsAPI.persistenceModel.processDataModel.generated.ProcessDataContainer

public class ProcessDataContainer
extends Object

Java class for processDataContainer complex type.

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

 <complexType name="processDataContainer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{}processDataGroup" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ProcessData> processDataGroup
           
 
Constructor Summary
ProcessDataContainer()
           
 
Method Summary
 List<ProcessData> getProcessDataGroup()
          Gets the value of the processDataGroup property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processDataGroup

protected List<ProcessData> processDataGroup
Constructor Detail

ProcessDataContainer

public ProcessDataContainer()
Method Detail

getProcessDataGroup

public List<ProcessData> getProcessDataGroup()
Gets the value of the processDataGroup 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 processDataGroup property.

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

 getProcessDataGroup().add(newItem);
 

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

Returns:
a reference to the process data live list.


Copyright © 2019. All rights reserved.