public class InjectionPointType
extends java.lang.Object
Java class for injectionPointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="injectionPointType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="terminal" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="data" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
data |
protected java.lang.String |
terminal |
Constructor and Description |
---|
InjectionPointType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
Gets the value of the data property.
|
java.lang.String |
getTerminal()
Gets the value of the terminal property.
|
void |
setData(java.lang.String value)
Sets the value of the data property.
|
void |
setTerminal(java.lang.String value)
Sets the value of the terminal property.
|
public java.lang.String getTerminal()
String
public void setTerminal(java.lang.String value)
value
- allowed object is
String
public java.lang.String getData()
String
public void setData(java.lang.String value)
value
- allowed object is
String