org.s_ramp.xmlns._2010.s_ramp
Class DerivedArtifactTarget

java.lang.Object
  extended by org.s_ramp.xmlns._2010.s_ramp.Target
      extended by org.s_ramp.xmlns._2010.s_ramp.DerivedArtifactTarget
All Implemented Interfaces:
Serializable

public class DerivedArtifactTarget
extends Target
implements Serializable

Java class for derivedArtifactTarget complex type.

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

 <complexType name="derivedArtifactTarget">
   <simpleContent>
     <extension base="<http://s-ramp.org/xmlns/2010/s-ramp>target">
       <attribute name="artifactType" use="required" type="{http://s-ramp.org/xmlns/2010/s-ramp}derivedArtifactEnum" />
       <anyAttribute/>
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  DerivedArtifactEnum artifactType
           
 
Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.Target
href, value
 
Constructor Summary
DerivedArtifactTarget()
           
 
Method Summary
 DerivedArtifactEnum getArtifactType()
          Gets the value of the artifactType property.
 void setArtifactType(DerivedArtifactEnum value)
          Sets the value of the artifactType property.
 
Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.Target
getHref, getOtherAttributes, getValue, setHref, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifactType

protected DerivedArtifactEnum artifactType
Constructor Detail

DerivedArtifactTarget

public DerivedArtifactTarget()
Method Detail

getArtifactType

public DerivedArtifactEnum getArtifactType()
Gets the value of the artifactType property.

Returns:
possible object is DerivedArtifactEnum

setArtifactType

public void setArtifactType(DerivedArtifactEnum value)
Sets the value of the artifactType property.

Parameters:
value - allowed object is DerivedArtifactEnum


Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.