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

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

public class Target
extends java.lang.Object

Java class for anonymous complex type.

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

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


Field Summary
protected  java.lang.String artifactsZip
           
protected  java.lang.String componentName
           
 
Constructor Summary
Target()
           
 
Method Summary
 java.lang.String getArtifactsZip()
          Gets the value of the artifactsZip property.
 java.lang.String getComponentName()
          Gets the value of the componentName property.
 void setArtifactsZip(java.lang.String value)
          Sets the value of the artifactsZip property.
 void setComponentName(java.lang.String value)
          Sets the value of the componentName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifactsZip

protected java.lang.String artifactsZip

componentName

protected java.lang.String componentName
Constructor Detail

Target

public Target()
Method Detail

getArtifactsZip

public java.lang.String getArtifactsZip()
Gets the value of the artifactsZip property.

Returns:
possible object is String

setArtifactsZip

public void setArtifactsZip(java.lang.String value)
Sets the value of the artifactsZip property.

Parameters:
value - allowed object is String

getComponentName

public java.lang.String getComponentName()
Gets the value of the componentName property.

Returns:
possible object is String

setComponentName

public void setComponentName(java.lang.String value)
Sets the value of the componentName property.

Parameters:
value - allowed object is String


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