public class DATACOLLType extends Object
Java class for DATACOLLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DATACOLLType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="INTERFACE" type="{}DATACOLLINTERFACEType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DATACOLLINTERFACEType |
_interface |
protected String |
group |
protected String |
id |
protected String |
label |
| Constructor and Description |
|---|
DATACOLLType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
Gets the value of the group property.
|
String |
getId()
Gets the value of the id property.
|
DATACOLLINTERFACEType |
getINTERFACE()
Gets the value of the interface property.
|
String |
getLabel()
Gets the value of the label property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setINTERFACE(DATACOLLINTERFACEType value)
Sets the value of the interface property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
protected DATACOLLINTERFACEType _interface
protected String id
protected String label
protected String group
public DATACOLLINTERFACEType getINTERFACE()
DATACOLLINTERFACETypepublic void setINTERFACE(DATACOLLINTERFACEType value)
value - allowed object is
DATACOLLINTERFACETypepublic void setId(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getGroup()
StringCopyright © 2017. All rights reserved.