@CodingStyleguideUnaware public class ActivityDataLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ActivityDataLineType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSalesItem(SalesItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ActivityDataLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ActivityDataLineType 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
|
LocationType |
getActivityFinalLocation()
<pre>
<?
|
LocationType |
getActivityOriginLocation()
<pre>
<?
|
PeriodType |
getActivityPeriod()
<pre>
<?
|
CustomerPartyType |
getBuyerCustomerParty()
<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
|
List<SalesItemType> |
getSalesItem()
<pre>
<?
|
SalesItemType |
getSalesItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSalesItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
SupplierPartyType |
getSellerSupplierParty()
<pre>
<?
|
SupplyChainActivityTypeCodeType |
getSupplyChainActivityTypeCode()
<pre>
<?
|
String |
getSupplyChainActivityTypeCodeValue()
Get the value of the contained SupplyChainActivityTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoSalesItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSalesItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setActivityFinalLocation(LocationType value)
Sets the value of the activityFinalLocation property.
|
void |
setActivityOriginLocation(LocationType value)
Sets the value of the activityOriginLocation property.
|
void |
setActivityPeriod(PeriodType value)
Sets the value of the activityPeriod property.
|
void |
setBuyerCustomerParty(CustomerPartyType value)
Sets the value of the buyerCustomerParty 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 |
setSalesItem(List<SalesItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSellerSupplierParty(SupplierPartyType value)
Sets the value of the sellerSupplierParty property.
|
SupplyChainActivityTypeCodeType |
setSupplyChainActivityTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
Sets the value of the supplyChainActivityTypeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ActivityDataLineType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public SupplyChainActivityTypeCodeType getSupplyChainActivityTypeCode()
SupplyChainActivityTypeCodeTypepublic void setSupplyChainActivityTypeCode(@Nullable SupplyChainActivityTypeCodeType value)
value - allowed object is
SupplyChainActivityTypeCodeType@Nullable public CustomerPartyType getBuyerCustomerParty()
CustomerPartyTypepublic void setBuyerCustomerParty(@Nullable CustomerPartyType value)
value - allowed object is
CustomerPartyType@Nullable public SupplierPartyType getSellerSupplierParty()
SupplierPartyTypepublic void setSellerSupplierParty(@Nullable SupplierPartyType value)
value - allowed object is
SupplierPartyType@Nullable public PeriodType getActivityPeriod()
PeriodTypepublic void setActivityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public LocationType getActivityOriginLocation()
LocationTypepublic void setActivityOriginLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nullable public LocationType getActivityFinalLocation()
LocationTypepublic void setActivityFinalLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SalesItemType> getSalesItem()
SalesItemTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setSalesItem(@Nullable List<SalesItemType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasSalesItemEntries()
public boolean hasNoSalesItemEntries()
@Nonnegative public int getSalesItemCount()
@Nullable public SalesItemType getSalesItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSalesItem(@Nonnull SalesItemType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ActivityDataLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ActivityDataLineType clone()
@Nonnull public SupplyChainActivityTypeCodeType setSupplyChainActivityTypeCode(@Nullable String 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>.@Nullable public String getIDValue()
@Nullable public String getSupplyChainActivityTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.