fr.etai.xat2v2.obj
Class Partner

java.lang.Object
  extended by fr.etai.xat2v2.obj.Partner
All Implemented Interfaces:
Serializable

public class Partner
extends Object
implements Serializable

Partner describes a partner's software When creating this object, it's required to give a value to each field.

Java class for PartnerType complex type.

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

 <complexType name="PartnerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="editor" type="{http://xat2.etai.fr}ClassificationListType"/>
         <element name="language" type="{http://xat2.etai.fr}ClassificationListType"/>
         <element name="version-code" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="component-version-list" type="{http://xat2.etai.fr}ClassificationListType"/>
         <element name="application-type" type="{http://xat2.etai.fr}ClassificationListType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Partner()
           
 
Method Summary
 void addApplicationType(Classification appType)
           
 void addComponentVersion(Classification componentVersion)
           
 void addLanguage(Classification lang)
           
 List<Classification> getApplicationType()
          Gets the value of the applicationType property.
 List<Classification> getComponentVersionList()
          Gets the value of the componentVersionList property.
 Classification getEditor()
          Gets the value of the editor property.
 List<Classification> getLanguage()
          Gets the value of the language property.
 String getName()
          Gets the value of the name property.
 String getVersionCode()
          Gets the value of the versionCode property.
 void setApplicationType(List<Classification> value)
          Sets the value of the applicationType property.
 void setComponentVersionList(List<Classification> value)
          Sets the value of the componentVersionList property.
 void setEditor(Classification value)
          Sets the value of the editor property.
 void setLanguage(List<Classification> value)
          Sets the value of the language property.
 void setName(String value)
          Sets the value of the name property.
 void setVersionCode(String value)
          Sets the value of the versionCode property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Partner

public Partner()
Method Detail

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

getEditor

public Classification getEditor()
Gets the value of the editor property.

Returns:
possible object is ClassificationListType

setEditor

public void setEditor(Classification value)
Sets the value of the editor property.

Parameters:
value - allowed object is ClassificationListType

getLanguage

public List<Classification> getLanguage()
Gets the value of the language property.

Returns:
possible object is ClassificationListType

setLanguage

public void setLanguage(List<Classification> value)
Sets the value of the language property.

Parameters:
value - allowed object is ClassificationListType

addLanguage

public void addLanguage(Classification lang)

getVersionCode

public String getVersionCode()
Gets the value of the versionCode property.

Returns:

setVersionCode

public void setVersionCode(String value)
Sets the value of the versionCode property.

Parameters:
value -

getComponentVersionList

public List<Classification> getComponentVersionList()
Gets the value of the componentVersionList property.

Returns:
possible object is ClassificationListType

setComponentVersionList

public void setComponentVersionList(List<Classification> value)
Sets the value of the componentVersionList property.

Parameters:
value - allowed object is ClassificationListType

addComponentVersion

public void addComponentVersion(Classification componentVersion)

getApplicationType

public List<Classification> getApplicationType()
Gets the value of the applicationType property.

Returns:
possible object is ClassificationListType

setApplicationType

public void setApplicationType(List<Classification> value)
Sets the value of the applicationType property.

Parameters:
value - allowed object is ClassificationListType

addApplicationType

public void addApplicationType(Classification appType)


Copyright © 2012. All Rights Reserved.