Class MigrationRecordType
- java.lang.Object
-
- org.busdox.servicemetadata.locator._1.MigrationRecordType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmigrationKeyprotected ParticipantIdentifierTypeparticipantIdentifierprotected StringserviceMetadataPublisherID
-
Constructor Summary
Constructors Constructor Description MigrationRecordType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMigrationKey()Gets the value of the migrationKey property.ParticipantIdentifierTypegetParticipantIdentifier()Gets the value of the participantIdentifier property.StringgetServiceMetadataPublisherID()Gets the value of the serviceMetadataPublisherID property.voidsetMigrationKey(String value)Sets the value of the migrationKey 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
-
migrationKey
protected String migrationKey
-
-
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
-
getMigrationKey
public String getMigrationKey()
Gets the value of the migrationKey property.- Returns:
- possible object is
String
-
-