@CodingStyleguideUnaware public class Ebms3PartInfo extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for PartInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Schema" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Schema" minOccurs="0"/>
<element name="Description" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Description" minOccurs="0"/>
<element name="PartProperties" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PartProperties" minOccurs="0"/>
</sequence>
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}token" />
</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 |
|---|
Ebms3PartInfo()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
Ebms3PartInfo |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(Ebms3PartInfo ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
Ebms3Description |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionValue()
Get the value of the contained Ebms3Description object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getHref()
Gets the value of the href property.
|
Ebms3PartProperties |
getPartProperties()
Gets the value of the partProperties property.
|
Ebms3Schema |
getSchema()
Gets the value of the schema property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDescription(Ebms3Description value)
Sets the value of the description property.
|
Ebms3Description |
setDescription(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setHref(String value)
Sets the value of the href property.
|
void |
setPartProperties(Ebms3PartProperties value)
Sets the value of the partProperties property.
|
void |
setSchema(Ebms3Schema value)
Sets the value of the schema property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public Ebms3PartInfo()
@Nullable public Ebms3Schema getSchema()
Ebms3Schemapublic void setSchema(@Nullable Ebms3Schema value)
value - allowed object is
Ebms3Schema@Nullable public Ebms3Description getDescription()
Ebms3Descriptionpublic void setDescription(@Nullable Ebms3Description value)
value - allowed object is
Ebms3Description@Nullable public Ebms3PartProperties getPartProperties()
Ebms3PartPropertiespublic void setPartProperties(@Nullable Ebms3PartProperties value)
value - allowed object is
Ebms3PartProperties@Nullable public String getHref()
Stringpublic void setHref(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull Ebms3PartInfo 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 Ebms3PartInfo clone()
@Nonnull public Ebms3Description setDescription(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2015–2020 Philip Helger. All rights reserved.