org.universAAL.middleware.deploymanager.uapp.model
Class ArtifactType

Package class diagram package ArtifactType
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.ArtifactType
All Implemented Interfaces:
Serializable

public class ArtifactType
extends Object
implements Serializable

Java class for artifactType complex type.

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

 <complexType name="artifactType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="version" type="{http://www.universaal.org/aal-uapp/v1.0.2}versionType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String artifactId
           
protected  VersionType version
           
 
Constructor Summary
ArtifactType()
           
 
Method Summary
 String getArtifactId()
          Gets the value of the artifactId property.
 VersionType getVersion()
          Gets the value of the version property.
 boolean isSetArtifactId()
           
 boolean isSetVersion()
           
 void setArtifactId(String value)
          Sets the value of the artifactId property.
 void setVersion(VersionType value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifactId

protected String artifactId

version

protected VersionType version
Constructor Detail

ArtifactType

public ArtifactType()
Method Detail

getArtifactId

public String getArtifactId()
Gets the value of the artifactId property.

Returns:
possible object is String

setArtifactId

public void setArtifactId(String value)
Sets the value of the artifactId property.

Parameters:
value - allowed object is String

isSetArtifactId

public boolean isSetArtifactId()

getVersion

public VersionType getVersion()
Gets the value of the version property.

Returns:
possible object is VersionType

setVersion

public void setVersion(VersionType value)
Sets the value of the version property.

Parameters:
value - allowed object is VersionType

isSetVersion

public boolean isSetVersion()


Copyright © 2014 universAAL Consortium. All Rights Reserved.