@CodingStyleguideUnaware public class LineTradeAgreementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for LineTradeAgreementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineTradeAgreementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BuyerReference" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="BuyerRequisitionerTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ApplicableTradeDeliveryTerms" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradeDeliveryTermsType" minOccurs="0"/>
<element name="SellerOrderReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="BuyerOrderReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="QuotationReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="ContractReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="DemandForecastReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="PromotionalDealReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" minOccurs="0"/>
<element name="AdditionalReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="GrossPriceProductTradePrice" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePriceType" minOccurs="0"/>
<element name="NetPriceProductTradePrice" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePriceType" minOccurs="0"/>
<element name="RequisitionerReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ItemSellerTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="ItemBuyerTradeParty" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradePartyType" minOccurs="0"/>
<element name="IncludedSpecifiedMarketplace" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SpecifiedMarketplaceType" minOccurs="0"/>
<element name="UltimateCustomerOrderReferencedDocument" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedDocumentType" 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 |
|---|
LineTradeAgreementType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalReferencedDocument(ReferencedDocumentType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addBuyerRequisitionerTradeParty(TradePartyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRequisitionerReferencedDocument(ReferencedDocumentType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addUltimateCustomerOrderReferencedDocument(ReferencedDocumentType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
LineTradeAgreementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LineTradeAgreementType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<ReferencedDocumentType> |
getAdditionalReferencedDocument()
Gets the value of the additionalReferencedDocument property.
|
ReferencedDocumentType |
getAdditionalReferencedDocumentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalReferencedDocumentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TradeDeliveryTermsType |
getApplicableTradeDeliveryTerms()
Gets the value of the applicableTradeDeliveryTerms property.
|
ReferencedDocumentType |
getBuyerOrderReferencedDocument()
Gets the value of the buyerOrderReferencedDocument property.
|
TextType |
getBuyerReference()
Gets the value of the buyerReference property.
|
String |
getBuyerReferenceValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<TradePartyType> |
getBuyerRequisitionerTradeParty()
Gets the value of the buyerRequisitionerTradeParty property.
|
TradePartyType |
getBuyerRequisitionerTradePartyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getBuyerRequisitionerTradePartyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ReferencedDocumentType |
getContractReferencedDocument()
Gets the value of the contractReferencedDocument property.
|
ReferencedDocumentType |
getDemandForecastReferencedDocument()
Gets the value of the demandForecastReferencedDocument property.
|
TradePriceType |
getGrossPriceProductTradePrice()
Gets the value of the grossPriceProductTradePrice property.
|
SpecifiedMarketplaceType |
getIncludedSpecifiedMarketplace()
Gets the value of the includedSpecifiedMarketplace property.
|
TradePartyType |
getItemBuyerTradeParty()
Gets the value of the itemBuyerTradeParty property.
|
TradePartyType |
getItemSellerTradeParty()
Gets the value of the itemSellerTradeParty property.
|
TradePriceType |
getNetPriceProductTradePrice()
Gets the value of the netPriceProductTradePrice property.
|
ReferencedDocumentType |
getPromotionalDealReferencedDocument()
Gets the value of the promotionalDealReferencedDocument property.
|
ReferencedDocumentType |
getQuotationReferencedDocument()
Gets the value of the quotationReferencedDocument property.
|
List<ReferencedDocumentType> |
getRequisitionerReferencedDocument()
Gets the value of the requisitionerReferencedDocument property.
|
ReferencedDocumentType |
getRequisitionerReferencedDocumentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRequisitionerReferencedDocumentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ReferencedDocumentType |
getSellerOrderReferencedDocument()
Gets the value of the sellerOrderReferencedDocument property.
|
List<ReferencedDocumentType> |
getUltimateCustomerOrderReferencedDocument()
Gets the value of the ultimateCustomerOrderReferencedDocument property.
|
ReferencedDocumentType |
getUltimateCustomerOrderReferencedDocumentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getUltimateCustomerOrderReferencedDocumentCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAdditionalReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasBuyerRequisitionerTradePartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAdditionalReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoBuyerRequisitionerTradePartyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRequisitionerReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoUltimateCustomerOrderReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRequisitionerReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasUltimateCustomerOrderReferencedDocumentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalReferencedDocument(List<ReferencedDocumentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setApplicableTradeDeliveryTerms(TradeDeliveryTermsType value)
Sets the value of the applicableTradeDeliveryTerms property.
|
void |
setBuyerOrderReferencedDocument(ReferencedDocumentType value)
Sets the value of the buyerOrderReferencedDocument property.
|
TextType |
setBuyerReference(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setBuyerReference(TextType value)
Sets the value of the buyerReference property.
|
void |
setBuyerRequisitionerTradeParty(List<TradePartyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setContractReferencedDocument(ReferencedDocumentType value)
Sets the value of the contractReferencedDocument property.
|
void |
setDemandForecastReferencedDocument(ReferencedDocumentType value)
Sets the value of the demandForecastReferencedDocument property.
|
void |
setGrossPriceProductTradePrice(TradePriceType value)
Sets the value of the grossPriceProductTradePrice property.
|
void |
setIncludedSpecifiedMarketplace(SpecifiedMarketplaceType value)
Sets the value of the includedSpecifiedMarketplace property.
|
void |
setItemBuyerTradeParty(TradePartyType value)
Sets the value of the itemBuyerTradeParty property.
|
void |
setItemSellerTradeParty(TradePartyType value)
Sets the value of the itemSellerTradeParty property.
|
void |
setNetPriceProductTradePrice(TradePriceType value)
Sets the value of the netPriceProductTradePrice property.
|
void |
setPromotionalDealReferencedDocument(ReferencedDocumentType value)
Sets the value of the promotionalDealReferencedDocument property.
|
void |
setQuotationReferencedDocument(ReferencedDocumentType value)
Sets the value of the quotationReferencedDocument property.
|
void |
setRequisitionerReferencedDocument(List<ReferencedDocumentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSellerOrderReferencedDocument(ReferencedDocumentType value)
Sets the value of the sellerOrderReferencedDocument property.
|
void |
setUltimateCustomerOrderReferencedDocument(List<ReferencedDocumentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LineTradeAgreementType()
@Nullable public TextType getBuyerReference()
TextTypepublic void setBuyerReference(@Nullable TextType value)
value - allowed object is
TextType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TradePartyType> getBuyerRequisitionerTradeParty()
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 buyerRequisitionerTradeParty property.
For example, to add a new item, do as follows:
getBuyerRequisitionerTradeParty().add(newItem);
Objects of the following type(s) are allowed in the list
TradePartyType
@Nullable public TradeDeliveryTermsType getApplicableTradeDeliveryTerms()
TradeDeliveryTermsTypepublic void setApplicableTradeDeliveryTerms(@Nullable TradeDeliveryTermsType value)
value - allowed object is
TradeDeliveryTermsType@Nullable public ReferencedDocumentType getSellerOrderReferencedDocument()
ReferencedDocumentTypepublic void setSellerOrderReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nullable public ReferencedDocumentType getBuyerOrderReferencedDocument()
ReferencedDocumentTypepublic void setBuyerOrderReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nullable public ReferencedDocumentType getQuotationReferencedDocument()
ReferencedDocumentTypepublic void setQuotationReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nullable public ReferencedDocumentType getContractReferencedDocument()
ReferencedDocumentTypepublic void setContractReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nullable public ReferencedDocumentType getDemandForecastReferencedDocument()
ReferencedDocumentTypepublic void setDemandForecastReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nullable public ReferencedDocumentType getPromotionalDealReferencedDocument()
ReferencedDocumentTypepublic void setPromotionalDealReferencedDocument(@Nullable ReferencedDocumentType value)
value - allowed object is
ReferencedDocumentType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ReferencedDocumentType> getAdditionalReferencedDocument()
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 additionalReferencedDocument property.
For example, to add a new item, do as follows:
getAdditionalReferencedDocument().add(newItem);
Objects of the following type(s) are allowed in the list
ReferencedDocumentType
@Nullable public TradePriceType getGrossPriceProductTradePrice()
TradePriceTypepublic void setGrossPriceProductTradePrice(@Nullable TradePriceType value)
value - allowed object is
TradePriceType@Nullable public TradePriceType getNetPriceProductTradePrice()
TradePriceTypepublic void setNetPriceProductTradePrice(@Nullable TradePriceType value)
value - allowed object is
TradePriceType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ReferencedDocumentType> getRequisitionerReferencedDocument()
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 requisitionerReferencedDocument property.
For example, to add a new item, do as follows:
getRequisitionerReferencedDocument().add(newItem);
Objects of the following type(s) are allowed in the list
ReferencedDocumentType
@Nullable public TradePartyType getItemSellerTradeParty()
TradePartyTypepublic void setItemSellerTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public TradePartyType getItemBuyerTradeParty()
TradePartyTypepublic void setItemBuyerTradeParty(@Nullable TradePartyType value)
value - allowed object is
TradePartyType@Nullable public SpecifiedMarketplaceType getIncludedSpecifiedMarketplace()
SpecifiedMarketplaceTypepublic void setIncludedSpecifiedMarketplace(@Nullable SpecifiedMarketplaceType value)
value - allowed object is
SpecifiedMarketplaceType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ReferencedDocumentType> getUltimateCustomerOrderReferencedDocument()
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 ultimateCustomerOrderReferencedDocument property.
For example, to add a new item, do as follows:
getUltimateCustomerOrderReferencedDocument().add(newItem);
Objects of the following type(s) are allowed in the list
ReferencedDocumentType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setBuyerRequisitionerTradeParty(@Nullable List<TradePartyType> aList)
aList - The new list member to set. May be null.public void setAdditionalReferencedDocument(@Nullable List<ReferencedDocumentType> aList)
aList - The new list member to set. May be null.public void setRequisitionerReferencedDocument(@Nullable List<ReferencedDocumentType> aList)
aList - The new list member to set. May be null.public void setUltimateCustomerOrderReferencedDocument(@Nullable List<ReferencedDocumentType> aList)
aList - The new list member to set. May be null.public boolean hasBuyerRequisitionerTradePartyEntries()
true if at least one item is contained, false otherwise.public boolean hasNoBuyerRequisitionerTradePartyEntries()
true if no item is contained, false otherwise.@Nonnegative public int getBuyerRequisitionerTradePartyCount()
@Nullable public TradePartyType getBuyerRequisitionerTradePartyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addBuyerRequisitionerTradeParty(@Nonnull TradePartyType elem)
elem - The element to be added. May not be null.public boolean hasAdditionalReferencedDocumentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAdditionalReferencedDocumentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAdditionalReferencedDocumentCount()
@Nullable public ReferencedDocumentType getAdditionalReferencedDocumentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAdditionalReferencedDocument(@Nonnull ReferencedDocumentType elem)
elem - The element to be added. May not be null.public boolean hasRequisitionerReferencedDocumentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRequisitionerReferencedDocumentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRequisitionerReferencedDocumentCount()
@Nullable public ReferencedDocumentType getRequisitionerReferencedDocumentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRequisitionerReferencedDocument(@Nonnull ReferencedDocumentType elem)
elem - The element to be added. May not be null.public boolean hasUltimateCustomerOrderReferencedDocumentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoUltimateCustomerOrderReferencedDocumentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getUltimateCustomerOrderReferencedDocumentCount()
@Nullable public ReferencedDocumentType getUltimateCustomerOrderReferencedDocumentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addUltimateCustomerOrderReferencedDocument(@Nonnull ReferencedDocumentType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull LineTradeAgreementType 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 LineTradeAgreementType clone()
@Nonnull public TextType setBuyerReference(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2021 Philip Helger. All rights reserved.