public class ServiceMetadataPublisherServiceForParticipantType extends Object
Java class for ServiceMetadataPublisherServiceForParticipantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceMetadataPublisherServiceForParticipantType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://busdox.org/serviceMetadata/locator/1.0/}ServiceMetadataPublisherID"/>
<element ref="{http://busdox.org/transport/identifiers/1.0/}ParticipantIdentifier"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParticipantIdentifierType |
participantIdentifier |
protected String |
serviceMetadataPublisherID |
| Constructor and Description |
|---|
ServiceMetadataPublisherServiceForParticipantType() |
| Modifier and Type | Method and Description |
|---|---|
ParticipantIdentifierType |
getParticipantIdentifier()
Gets the value of the participantIdentifier property.
|
String |
getServiceMetadataPublisherID()
Gets the value of the serviceMetadataPublisherID property.
|
void |
setParticipantIdentifier(ParticipantIdentifierType value)
Sets the value of the participantIdentifier property.
|
void |
setServiceMetadataPublisherID(String value)
Sets the value of the serviceMetadataPublisherID property.
|
protected String serviceMetadataPublisherID
protected ParticipantIdentifierType participantIdentifier
public ServiceMetadataPublisherServiceForParticipantType()
public String getServiceMetadataPublisherID()
Stringpublic void setServiceMetadataPublisherID(String value)
value - allowed object is
Stringpublic ParticipantIdentifierType getParticipantIdentifier()
ParticipantIdentifierTypepublic void setParticipantIdentifier(ParticipantIdentifierType value)
value - allowed object is
ParticipantIdentifierTypeCopyright © 2022 NorStella. All rights reserved.