org.ow2.util.plan.bindings.deploymentplan
Class TargetsType

java.lang.Object
  extended by org.ow2.util.plan.bindings.deploymentplan.TargetsType
All Implemented Interfaces:
Serializable

public class TargetsType
extends Object
implements Serializable

Java class for targetsType complex type.

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

 <complexType name="targetsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="target" maxOccurs="unbounded">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Field Detail

target

protected List<String> target
Constructor Detail

TargetsType

public TargetsType()
Method Detail

getTarget

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

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

    getTarget().add(newItem);
 

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



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.