|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Partner
public class Partner
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>
| 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 |
|---|
public Partner()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Classification getEditor()
ClassificationListType public void setEditor(Classification value)
value - allowed object is
ClassificationListType public List<Classification> getLanguage()
ClassificationListType public void setLanguage(List<Classification> value)
value - allowed object is
ClassificationListType public void addLanguage(Classification lang)
public String getVersionCode()
public void setVersionCode(String value)
value - public List<Classification> getComponentVersionList()
ClassificationListType public void setComponentVersionList(List<Classification> value)
value - allowed object is
ClassificationListType public void addComponentVersion(Classification componentVersion)
public List<Classification> getApplicationType()
ClassificationListType public void setApplicationType(List<Classification> value)
value - allowed object is
ClassificationListType public void addApplicationType(Classification appType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||