public class MigrationRecordType extends Object
Java class for MigrationRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MigrationRecordType">
<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"/>
<element name="MigrationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
migrationKey |
protected ParticipantIdentifierType |
participantIdentifier |
protected String |
serviceMetadataPublisherID |
| Constructor and Description |
|---|
MigrationRecordType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMigrationKey()
Gets the value of the migrationKey property.
|
ParticipantIdentifierType |
getParticipantIdentifier()
Gets the value of the participantIdentifier property.
|
String |
getServiceMetadataPublisherID()
Gets the value of the serviceMetadataPublisherID property.
|
void |
setMigrationKey(String value)
Sets the value of the migrationKey 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
protected String migrationKey
public String getServiceMetadataPublisherID()
Stringpublic void setServiceMetadataPublisherID(String value)
value - allowed object is
Stringpublic ParticipantIdentifierType getParticipantIdentifier()
ParticipantIdentifierTypepublic void setParticipantIdentifier(ParticipantIdentifierType value)
value - allowed object is
ParticipantIdentifierTypepublic String getMigrationKey()
StringCopyright © 2022 NorStella. All rights reserved.