@CodingStyleguideUnaware public class MigrationRecordType extends Object implements Serializable
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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
| Constructor and Description |
|---|
MigrationRecordType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getMigrationKey()
Gets the value of the migrationKey property.
|
com.helger.peppolid.ParticipantIdentifierType |
getParticipantIdentifier()
Gets the value of the participantIdentifier property.
|
String |
getServiceMetadataPublisherID()
Gets the value of the serviceMetadataPublisherID property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setMigrationKey(String value)
Sets the value of the migrationKey property.
|
void |
setParticipantIdentifier(com.helger.peppolid.ParticipantIdentifierType value)
Sets the value of the participantIdentifier property.
|
void |
setServiceMetadataPublisherID(String value)
Sets the value of the serviceMetadataPublisherID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
@Nullable public String getServiceMetadataPublisherID()
Stringpublic void setServiceMetadataPublisherID(@Nullable String value)
value - allowed object is
String@Nullable public com.helger.peppolid.ParticipantIdentifierType getParticipantIdentifier()
ParticipantIdentifierTypepublic void setParticipantIdentifier(@Nullable com.helger.peppolid.ParticipantIdentifierType value)
value - allowed object is
ParticipantIdentifierType@Nullable public String getMigrationKey()
Stringpublic void setMigrationKey(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
Copyright © 2015–2019 Philip Helger. All rights reserved.