@CodingStyleguideUnaware public class SMPAdvancedServiceForParticipantType extends Object implements Serializable
Java class for SMPAdvancedServiceForParticipantType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SMPAdvancedServiceForParticipantType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CreateParticipantIdentifier" type="{http://busdox.org/serviceMetadata/locator/1.0/}ServiceMetadataPublisherServiceForParticipantType"/>
<element name="serviceName" 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 |
|---|
SMPAdvancedServiceForParticipantType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ServiceMetadataPublisherServiceForParticipantType |
getCreateParticipantIdentifier()
Gets the value of the createParticipantIdentifier property.
|
String |
getServiceName()
Gets the value of the serviceName property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCreateParticipantIdentifier(ServiceMetadataPublisherServiceForParticipantType value)
Sets the value of the createParticipantIdentifier property.
|
void |
setServiceName(String value)
Sets the value of the serviceName property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SMPAdvancedServiceForParticipantType()
@Nullable public ServiceMetadataPublisherServiceForParticipantType getCreateParticipantIdentifier()
ServiceMetadataPublisherServiceForParticipantTypepublic void setCreateParticipantIdentifier(@Nullable ServiceMetadataPublisherServiceForParticipantType value)
value - allowed object is
ServiceMetadataPublisherServiceForParticipantType@Nullable public String getServiceName()
Stringpublic void setServiceName(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
Copyright © 2015–2019 Philip Helger. All rights reserved.