Class ServiceMetadataPublisherServiceType
- java.lang.Object
-
- network.oxalis.peppol.busdox.jaxb.sml.ServiceMetadataPublisherServiceType
-
public class ServiceMetadataPublisherServiceType extends Object
Java class for ServiceMetadataPublisherServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceMetadataPublisherServiceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PublisherEndpoint" type="{http://busdox.org/serviceMetadata/locator/1.0/}PublisherEndpointType"/> <element ref="{http://busdox.org/serviceMetadata/locator/1.0/}ServiceMetadataPublisherID"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PublisherEndpointTypepublisherEndpointprotected StringserviceMetadataPublisherID
-
Constructor Summary
Constructors Constructor Description ServiceMetadataPublisherServiceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublisherEndpointTypegetPublisherEndpoint()Gets the value of the publisherEndpoint property.StringgetServiceMetadataPublisherID()Gets the value of the serviceMetadataPublisherID property.voidsetPublisherEndpoint(PublisherEndpointType value)Sets the value of the publisherEndpoint property.voidsetServiceMetadataPublisherID(String value)Sets the value of the serviceMetadataPublisherID property.
-
-
-
Field Detail
-
publisherEndpoint
protected PublisherEndpointType publisherEndpoint
-
serviceMetadataPublisherID
protected String serviceMetadataPublisherID
-
-
Method Detail
-
getPublisherEndpoint
public PublisherEndpointType getPublisherEndpoint()
Gets the value of the publisherEndpoint property.- Returns:
- possible object is
PublisherEndpointType
-
setPublisherEndpoint
public void setPublisherEndpoint(PublisherEndpointType value)
Sets the value of the publisherEndpoint property.- Parameters:
value- allowed object isPublisherEndpointType
-
getServiceMetadataPublisherID
public String getServiceMetadataPublisherID()
Gets the value of the serviceMetadataPublisherID property.- Returns:
- possible object is
String
-
-