public class SetType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
setDescription |
protected String |
setName |
protected String |
setSpec |
| Constructor and Description |
|---|
SetType() |
| Modifier and Type | Method and Description |
|---|---|
List<DescriptionType> |
getSetDescription()
Gets the value of the setDescription property.
|
String |
getSetName()
Gets the value of the setName property.
|
String |
getSetSpec()
Gets the value of the setSpec property.
|
void |
setSetName(String value)
Sets the value of the setName property.
|
void |
setSetSpec(String value)
Sets the value of the setSpec property.
|
protected String setSpec
protected String setName
protected List<DescriptionType> setDescription
public String getSetSpec()
public void setSetSpec(String value)
value - allowed object is ;public String getSetName()
public void setSetName(String value)
value - allowed object is ;public List<DescriptionType> getSetDescription()
Copyright © 2020. All rights reserved.