public class AutomationSource extends Object
Java class for AutomationSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutomationSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AutomationSourceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AutomationSourceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
automationSourceID |
protected String |
automationSourceType |
| Constructor and Description |
|---|
AutomationSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutomationSourceID()
Gets the value of the automationSourceID property.
|
String |
getAutomationSourceType()
Gets the value of the automationSourceType property.
|
void |
setAutomationSourceID(String value)
Sets the value of the automationSourceID property.
|
void |
setAutomationSourceType(String value)
Sets the value of the automationSourceType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String automationSourceID
protected String automationSourceType
public String getAutomationSourceID()
Stringpublic void setAutomationSourceID(String value)
value - allowed object is
Stringpublic String getAutomationSourceType()
Stringpublic void setAutomationSourceType(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.