Class 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 Detail

      • serviceMetadataPublisherID

        protected String serviceMetadataPublisherID
      • migrationKey

        protected String migrationKey
    • Constructor Detail

      • MigrationRecordType

        public MigrationRecordType()
    • 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 is String
      • getMigrationKey

        public String getMigrationKey()
        Gets the value of the migrationKey property.
        Returns:
        possible object is String
      • setMigrationKey

        public void setMigrationKey​(String value)
        Sets the value of the migrationKey property.
        Parameters:
        value - allowed object is String