Class ServiceMetadataPublisherServiceForParticipantType
- java.lang.Object
-
- org.busdox.servicemetadata.locator._1.ServiceMetadataPublisherServiceForParticipantType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ParticipantIdentifierTypeparticipantIdentifierprotected StringserviceMetadataPublisherID
-
Constructor Summary
Constructors Constructor Description ServiceMetadataPublisherServiceForParticipantType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParticipantIdentifierTypegetParticipantIdentifier()Gets the value of the participantIdentifier property.StringgetServiceMetadataPublisherID()Gets the value of the serviceMetadataPublisherID property.voidsetParticipantIdentifier(ParticipantIdentifierType value)Sets the value of the participantIdentifier property.voidsetServiceMetadataPublisherID(String value)Sets the value of the serviceMetadataPublisherID property.
-
-
-
Field Detail
-
serviceMetadataPublisherID
protected String serviceMetadataPublisherID
-
participantIdentifier
protected ParticipantIdentifierType participantIdentifier
-
-
Method Detail
-
getServiceMetadataPublisherID
public String getServiceMetadataPublisherID()
Gets the value of the serviceMetadataPublisherID property.- Returns:
- possible object is
String
-
setServiceMetadataPublisherID
public void setServiceMetadataPublisherID(String value)
Sets the value of the serviceMetadataPublisherID property.- Parameters:
value- allowed object isString
-
getParticipantIdentifier
public ParticipantIdentifierType getParticipantIdentifier()
Gets the value of the participantIdentifier property.- Returns:
- possible object is
ParticipantIdentifierType
-
setParticipantIdentifier
public void setParticipantIdentifier(ParticipantIdentifierType value)
Sets the value of the participantIdentifier property.- Parameters:
value- allowed object isParticipantIdentifierType
-
-