Class PublisherEndpointType
- java.lang.Object
-
- org.busdox.servicemetadata.locator._1.PublisherEndpointType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringlogicalAddressprotected StringphysicalAddress
-
Constructor Summary
Constructors Constructor Description PublisherEndpointType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLogicalAddress()Gets the value of the logicalAddress property.StringgetPhysicalAddress()Gets the value of the physicalAddress property.voidsetLogicalAddress(String value)Sets the value of the logicalAddress property.voidsetPhysicalAddress(String value)Sets the value of the physicalAddress property.
-
-
-
Method Detail
-
getLogicalAddress
public String getLogicalAddress()
Gets the value of the logicalAddress property.- Returns:
- possible object is
String
-
setLogicalAddress
public void setLogicalAddress(String value)
Sets the value of the logicalAddress property.- Parameters:
value- allowed object isString
-
getPhysicalAddress
public String getPhysicalAddress()
Gets the value of the physicalAddress property.- Returns:
- possible object is
String
-
-