@CodingStyleguideUnaware public class OrderLineReferenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
OrderLineReferenceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
OrderLineReferenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(OrderLineReferenceType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
LineIDType |
getLineID()
<pre>
<?
|
String |
getLineIDValue()
Get the value of the contained LineIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LineStatusCodeType |
getLineStatusCode()
<pre>
<?
|
String |
getLineStatusCodeValue()
Get the value of the contained LineStatusCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
OrderReferenceType |
getOrderReference()
<pre>
<?
|
SalesOrderLineIDType |
getSalesOrderLineID()
<pre>
<?
|
String |
getSalesOrderLineIDValue()
Get the value of the contained SalesOrderLineIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UUIDType |
getUUID()
<pre>
<?
|
String |
getUUIDValue()
Get the value of the contained UUIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setLineID(LineIDType value)
Sets the value of the lineID property.
|
LineIDType |
setLineID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setLineStatusCode(LineStatusCodeType value)
Sets the value of the lineStatusCode property.
|
LineStatusCodeType |
setLineStatusCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setOrderReference(OrderReferenceType value)
Sets the value of the orderReference property.
|
void |
setSalesOrderLineID(SalesOrderLineIDType value)
Sets the value of the salesOrderLineID property.
|
SalesOrderLineIDType |
setSalesOrderLineID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UUIDType |
setUUID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public OrderLineReferenceType()
@Nullable public LineIDType getLineID()
LineIDTypepublic void setLineID(@Nullable LineIDType value)
value - allowed object is
LineIDType@Nullable public SalesOrderLineIDType getSalesOrderLineID()
SalesOrderLineIDTypepublic void setSalesOrderLineID(@Nullable SalesOrderLineIDType value)
value - allowed object is
SalesOrderLineIDType@Nullable public UUIDType getUUID()
UUIDTypepublic void setUUID(@Nullable UUIDType value)
value - allowed object is
UUIDType@Nullable public LineStatusCodeType getLineStatusCode()
LineStatusCodeTypepublic void setLineStatusCode(@Nullable LineStatusCodeType value)
value - allowed object is
LineStatusCodeType@Nullable public OrderReferenceType getOrderReference()
OrderReferenceTypepublic void setOrderReference(@Nullable OrderReferenceType value)
value - allowed object is
OrderReferenceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull OrderLineReferenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public OrderLineReferenceType clone()
@Nonnull public LineStatusCodeType setLineStatusCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public LineIDType setLineID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SalesOrderLineIDType setSalesOrderLineID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public UUIDType setUUID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getLineIDValue()
@Nullable public String getSalesOrderLineIDValue()
@Nullable public String getUUIDValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.