org.eclipse.stardust.engine.api.ws
Class QualityAssuranceCodeXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.QualityAssuranceCodeXto

public class QualityAssuranceCodeXto
extends Object

Class representing an quality assurance error code

Java class for QualityAssuranceCode complex type.

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

 <complexType name="QualityAssuranceCode">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
QualityAssuranceCodeXto()
           
 
Method Summary
 String getCode()
          Gets the value of the code property.
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 void setCode(String value)
          Sets the value of the code property.
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualityAssuranceCodeXto

public QualityAssuranceCodeXto()
Method Detail

getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.