org.ow2.petals.component.framework.jbidescriptor.generated
Class ClassPath

java.lang.Object
  extended by org.ow2.petals.component.framework.jbidescriptor.generated.ClassPath

public class ClassPath
extends Object

Java class for class-path complex type.

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

 <complexType name="class-path">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://java.sun.com/xml/ns/jbi}path-element" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

pathElement

protected List<String> pathElement
Constructor Detail

ClassPath

public ClassPath()
Method Detail

getPathElement

public List<String> getPathElement()
Gets the value of the pathElement 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 pathElement property.

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

    getPathElement().add(newItem);
 

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



Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.