public class Alias extends Object
Java class for Alias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Alias">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="physicalName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="localName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="businessName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessName |
protected String |
localName |
protected String |
physicalName |
| Constructor and Description |
|---|
Alias() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessName()
Gets the value of the businessName property.
|
String |
getLocalName()
Gets the value of the localName property.
|
String |
getPhysicalName()
Gets the value of the physicalName property.
|
void |
setBusinessName(String value)
Sets the value of the businessName property.
|
void |
setLocalName(String value)
Sets the value of the localName property.
|
void |
setPhysicalName(String value)
Sets the value of the physicalName property.
|
protected String physicalName
protected String localName
protected String businessName
public String getPhysicalName()
Stringpublic void setPhysicalName(String value)
value - allowed object is
Stringpublic String getLocalName()
Stringpublic void setLocalName(String value)
value - allowed object is
Stringpublic String getBusinessName()
StringCopyright © 2019. All rights reserved.