@CodingStyleguideUnaware public class LineReferenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
LineReferenceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
LineReferenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LineReferenceType 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
|
DocumentReferenceType |
getDocumentReference()
<pre>
<?
|
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
|
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 |
setDocumentReference(DocumentReferenceType value)
Sets the value of the documentReference property.
|
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
|
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 LineReferenceType()
@Nullable public LineIDType getLineID()
LineIDTypepublic void setLineID(@Nullable LineIDType value)
value - allowed object is
LineIDType@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 DocumentReferenceType getDocumentReference()
DocumentReferenceTypepublic void setDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull LineReferenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public LineReferenceType 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 UUIDType setUUID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getLineIDValue()
@Nullable public String getUUIDValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.