public class SolutionType extends Object
Java class for solutionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="solutionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vendorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
protected String |
vendorName |
| Constructor and Description |
|---|
SolutionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getVendorName()
Gets the value of the vendorName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVendorName(String value)
Sets the value of the vendorName property.
|
protected String id
protected String name
protected String vendorName
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVendorName()
StringCopyright © 2016. All Rights Reserved.