@CodingStyleguideUnaware public class OrderReferenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
OrderReferenceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
OrderReferenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(OrderReferenceType 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
|
CopyIndicatorType |
getCopyIndicator()
<pre>
<?
|
CustomerReferenceType |
getCustomerReference()
<pre>
<?
|
String |
getCustomerReferenceValue()
Get the value of the contained CustomerReferenceType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
DocumentReferenceType |
getDocumentReference()
<pre>
<?
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueDateType |
getIssueDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getIssueDateValue()
Get the value of the contained IssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getIssueDateValueLocal()
Get the value of the contained IssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueTimeType |
getIssueTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getIssueTimeValue()
Get the value of the contained IssueTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getIssueTimeValueLocal()
Get the value of the contained IssueTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
OrderTypeCodeType |
getOrderTypeCode()
<pre>
<?
|
String |
getOrderTypeCodeValue()
Get the value of the contained OrderTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SalesOrderIDType |
getSalesOrderID()
<pre>
<?
|
String |
getSalesOrderIDValue()
Get the value of the contained SalesOrderIDType 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
|
boolean |
isCopyIndicatorValue(boolean nullValue)
Get the value of the contained CopyIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
CopyIndicatorType |
setCopyIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setCopyIndicator(CopyIndicatorType value)
Sets the value of the copyIndicator property.
|
void |
setCustomerReference(CustomerReferenceType value)
Sets the value of the customerReference property.
|
CustomerReferenceType |
setCustomerReference(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDocumentReference(DocumentReferenceType value)
Sets the value of the documentReference property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
IssueDateType |
setIssueDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueDateType |
setIssueDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
IssueTimeType |
setIssueTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueTimeType |
setIssueTime(com.helger.commons.datetime.XMLOffsetTime valueParam)
Special setter with value of type XMLOffsetTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setOrderTypeCode(OrderTypeCodeType value)
Sets the value of the orderTypeCode property.
|
OrderTypeCodeType |
setOrderTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSalesOrderID(SalesOrderIDType value)
Sets the value of the salesOrderID property.
|
SalesOrderIDType |
setSalesOrderID(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 OrderReferenceType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public SalesOrderIDType getSalesOrderID()
SalesOrderIDTypepublic void setSalesOrderID(@Nullable SalesOrderIDType value)
value - allowed object is
SalesOrderIDType@Nullable public CopyIndicatorType getCopyIndicator()
CopyIndicatorTypepublic void setCopyIndicator(@Nullable CopyIndicatorType value)
value - allowed object is
CopyIndicatorType@Nullable public UUIDType getUUID()
UUIDTypepublic void setUUID(@Nullable UUIDType value)
value - allowed object is
UUIDType@Nullable public IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(@Nullable IssueDateType value)
value - allowed object is
IssueDateType@Nullable public IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(@Nullable IssueTimeType value)
value - allowed object is
IssueTimeType@Nullable public CustomerReferenceType getCustomerReference()
CustomerReferenceTypepublic void setCustomerReference(@Nullable CustomerReferenceType value)
value - allowed object is
CustomerReferenceType@Nullable public OrderTypeCodeType getOrderTypeCode()
OrderTypeCodeTypepublic void setOrderTypeCode(@Nullable OrderTypeCodeType value)
value - allowed object is
OrderTypeCodeType@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 OrderReferenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public OrderReferenceType clone()
@Nonnull public OrderTypeCodeType setOrderTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueDateType setIssueDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueDateType setIssueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueTimeType setIssueTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueTimeType setIssueTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SalesOrderIDType setSalesOrderID(@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>.@Nonnull public CopyIndicatorType setCopyIndicator(boolean valueParam)
valueParam - The value to be set.@Nonnull public CustomerReferenceType setCustomerReference(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getSalesOrderIDValue()
public boolean isCopyIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>@Nullable public String getUUIDValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getIssueDateValue()
@Nullable public LocalDate getIssueDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getIssueTimeValue()
@Nullable public LocalTime getIssueTimeValueLocal()
@Nullable public String getCustomerReferenceValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.