public class PublisherEndpointType extends Object
Java class for PublisherEndpointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublisherEndpointType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LogicalAddress" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="PhysicalAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
logicalAddress |
protected String |
physicalAddress |
| Constructor and Description |
|---|
PublisherEndpointType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogicalAddress()
Gets the value of the logicalAddress property.
|
String |
getPhysicalAddress()
Gets the value of the physicalAddress property.
|
void |
setLogicalAddress(String value)
Sets the value of the logicalAddress property.
|
void |
setPhysicalAddress(String value)
Sets the value of the physicalAddress property.
|
protected String logicalAddress
protected String physicalAddress
public String getLogicalAddress()
Stringpublic void setLogicalAddress(String value)
value - allowed object is
Stringpublic String getPhysicalAddress()
StringCopyright © 2022 NorStella. All rights reserved.