@CodingStyleguideUnaware public class Ebms3CollaborationInfo extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for CollaborationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollaborationInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AgreementRef" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}AgreementRef" minOccurs="0"/>
<element name="Service" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Service"/>
<element name="Action" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="ConversationId" type="{http://www.w3.org/2001/XMLSchema}token"/>
</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
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
Ebms3CollaborationInfo()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
Ebms3CollaborationInfo |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Ebms3CollaborationInfo ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getAction()
Gets the value of the action property.
|
Ebms3AgreementRef |
getAgreementRef()
Gets the value of the agreementRef property.
|
String |
getAgreementRefValue()
Get the value of the contained Ebms3AgreementRef object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getConversationId()
Gets the value of the conversationId property.
|
Ebms3Service |
getService()
Gets the value of the service property.
|
String |
getServiceValue()
Get the value of the contained Ebms3Service object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setAgreementRef(Ebms3AgreementRef value)
Sets the value of the agreementRef property.
|
Ebms3AgreementRef |
setAgreementRef(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setConversationId(String value)
Sets the value of the conversationId property.
|
void |
setService(Ebms3Service value)
Sets the value of the service property.
|
Ebms3Service |
setService(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public Ebms3CollaborationInfo()
@Nullable public Ebms3AgreementRef getAgreementRef()
Ebms3AgreementRefpublic void setAgreementRef(@Nullable Ebms3AgreementRef value)
value - allowed object is
Ebms3AgreementRef@Nullable public Ebms3Service getService()
Ebms3Servicepublic void setService(@Nullable Ebms3Service value)
value - allowed object is
Ebms3Service@Nullable public String getAction()
Stringpublic void setAction(@Nullable String value)
value - allowed object is
String@Nullable public String getConversationId()
Stringpublic void setConversationId(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull Ebms3CollaborationInfo ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public Ebms3CollaborationInfo clone()
@Nonnull public Ebms3Service setService(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public Ebms3AgreementRef setAgreementRef(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getAgreementRefValue()
nullCopyright © 2015–2020 Philip Helger. All rights reserved.