public class SetType extends Object implements XMLWritable
| 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 withSpec property.
|
void |
setSetName(String value)
Sets the value of the setName property.
|
void |
setSetSpec(String value)
Sets the value of the withSpec property.
|
void |
write(XmlOutputContext context) |
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()
public void write(XmlOutputContext context) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionCopyright © 2020. All rights reserved.