@CodingStyleguideUnaware public class SupplyChainTradeLineItemType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SupplyChainTradeLineItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupplyChainTradeLineItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DescriptionCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="AssociatedDocumentLineDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}DocumentLineDocumentType"/>
<element name="SpecifiedTradeProduct" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradeProductType" minOccurs="0"/>
<element name="SpecifiedLineTradeAgreement" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}LineTradeAgreementType" minOccurs="0"/>
<element name="SpecifiedLineTradeDelivery" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}LineTradeDeliveryType" minOccurs="0"/>
<element name="SpecifiedLineTradeSettlement" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}LineTradeSettlementType"/>
<element name="IncludedSubordinateTradeLineItem" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SubordinateTradeLineItemType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</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-list-extension
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 |
|---|
SupplyChainTradeLineItemType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addIncludedSubordinateTradeLineItem(SubordinateTradeLineItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SupplyChainTradeLineItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SupplyChainTradeLineItemType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
DocumentLineDocumentType |
getAssociatedDocumentLineDocument()
Gets the value of the associatedDocumentLineDocument property.
|
CodeType |
getDescriptionCode()
Gets the value of the descriptionCode property.
|
String |
getDescriptionCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<SubordinateTradeLineItemType> |
getIncludedSubordinateTradeLineItem()
Gets the value of the includedSubordinateTradeLineItem property.
|
SubordinateTradeLineItemType |
getIncludedSubordinateTradeLineItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIncludedSubordinateTradeLineItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
LineTradeAgreementType |
getSpecifiedLineTradeAgreement()
Gets the value of the specifiedLineTradeAgreement property.
|
LineTradeDeliveryType |
getSpecifiedLineTradeDelivery()
Gets the value of the specifiedLineTradeDelivery property.
|
LineTradeSettlementType |
getSpecifiedLineTradeSettlement()
Gets the value of the specifiedLineTradeSettlement property.
|
TradeProductType |
getSpecifiedTradeProduct()
Gets the value of the specifiedTradeProduct property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIncludedSubordinateTradeLineItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIncludedSubordinateTradeLineItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAssociatedDocumentLineDocument(DocumentLineDocumentType value)
Sets the value of the associatedDocumentLineDocument property.
|
void |
setDescriptionCode(CodeType value)
Sets the value of the descriptionCode property.
|
CodeType |
setDescriptionCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIncludedSubordinateTradeLineItem(List<SubordinateTradeLineItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSpecifiedLineTradeAgreement(LineTradeAgreementType value)
Sets the value of the specifiedLineTradeAgreement property.
|
void |
setSpecifiedLineTradeDelivery(LineTradeDeliveryType value)
Sets the value of the specifiedLineTradeDelivery property.
|
void |
setSpecifiedLineTradeSettlement(LineTradeSettlementType value)
Sets the value of the specifiedLineTradeSettlement property.
|
void |
setSpecifiedTradeProduct(TradeProductType value)
Sets the value of the specifiedTradeProduct property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SupplyChainTradeLineItemType()
@Nullable public CodeType getDescriptionCode()
CodeTypepublic void setDescriptionCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public DocumentLineDocumentType getAssociatedDocumentLineDocument()
DocumentLineDocumentTypepublic void setAssociatedDocumentLineDocument(@Nullable DocumentLineDocumentType value)
value - allowed object is
DocumentLineDocumentType@Nullable public TradeProductType getSpecifiedTradeProduct()
TradeProductTypepublic void setSpecifiedTradeProduct(@Nullable TradeProductType value)
value - allowed object is
TradeProductType@Nullable public LineTradeAgreementType getSpecifiedLineTradeAgreement()
LineTradeAgreementTypepublic void setSpecifiedLineTradeAgreement(@Nullable LineTradeAgreementType value)
value - allowed object is
LineTradeAgreementType@Nullable public LineTradeDeliveryType getSpecifiedLineTradeDelivery()
LineTradeDeliveryTypepublic void setSpecifiedLineTradeDelivery(@Nullable LineTradeDeliveryType value)
value - allowed object is
LineTradeDeliveryType@Nullable public LineTradeSettlementType getSpecifiedLineTradeSettlement()
LineTradeSettlementTypepublic void setSpecifiedLineTradeSettlement(@Nullable LineTradeSettlementType value)
value - allowed object is
LineTradeSettlementType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SubordinateTradeLineItemType> getIncludedSubordinateTradeLineItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the includedSubordinateTradeLineItem property.
For example, to add a new item, do as follows:
getIncludedSubordinateTradeLineItem().add(newItem);
Objects of the following type(s) are allowed in the list
SubordinateTradeLineItemType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setIncludedSubordinateTradeLineItem(@Nullable List<SubordinateTradeLineItemType> aList)
aList - The new list member to set. May be null.public boolean hasIncludedSubordinateTradeLineItemEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIncludedSubordinateTradeLineItemEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIncludedSubordinateTradeLineItemCount()
@Nullable public SubordinateTradeLineItemType getIncludedSubordinateTradeLineItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIncludedSubordinateTradeLineItem(@Nonnull SubordinateTradeLineItemType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull SupplyChainTradeLineItemType 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 SupplyChainTradeLineItemType clone()
@Nonnull public CodeType setDescriptionCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2021 Philip Helger. All rights reserved.