public class ExternalSystemType extends Object implements org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalSystemID |
protected String |
externalSystemURL |
| Constructor and Description |
|---|
ExternalSystemType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
String |
getExternalSystemID()
Gets the value of the externalSystemID property.
|
String |
getExternalSystemURL()
Gets the value of the externalSystemURL property.
|
void |
setExternalSystemID(String value)
Sets the value of the externalSystemID property.
|
void |
setExternalSystemURL(String value)
Sets the value of the externalSystemURL property.
|
String |
toString() |
ExternalSystemType |
withExternalSystemID(String value) |
ExternalSystemType |
withExternalSystemURL(String value) |
protected String externalSystemID
protected String externalSystemURL
public String getExternalSystemID()
Stringpublic void setExternalSystemID(String value)
value - allowed object is
Stringpublic String getExternalSystemURL()
Stringpublic void setExternalSystemURL(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic ExternalSystemType withExternalSystemID(String value)
public ExternalSystemType withExternalSystemURL(String value)
Copyright © 2014. All Rights Reserved.