@CodingStyleguideUnaware public class MessagePartNRInformation extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="MessagePartIdentifier" type="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}non-empty-string"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Reference"/>
</choice>
</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 |
|---|
MessagePartNRInformation()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
MessagePartNRInformation |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(MessagePartNRInformation ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getMessagePartIdentifier()
Gets the value of the messagePartIdentifier property.
|
com.helger.xsds.xmldsig.ReferenceType |
getReference()
Gets the value of the reference property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setMessagePartIdentifier(String value)
Sets the value of the messagePartIdentifier property.
|
void |
setReference(com.helger.xsds.xmldsig.ReferenceType value)
Sets the value of the reference property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public MessagePartNRInformation()
@Nullable public String getMessagePartIdentifier()
Stringpublic void setMessagePartIdentifier(@Nullable String value)
value - allowed object is
String@Nullable public com.helger.xsds.xmldsig.ReferenceType getReference()
ReferenceTypepublic void setReference(@Nullable com.helger.xsds.xmldsig.ReferenceType value)
value - allowed object is
ReferenceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull MessagePartNRInformation 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 MessagePartNRInformation clone()
Copyright © 2015–2020 Philip Helger. All rights reserved.