@CodingStyleguideUnaware public class SubordinateLineTradeAgreementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SubordinateLineTradeAgreementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubordinateLineTradeAgreementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="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"/>
</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 |
|---|
SubordinateLineTradeAgreementType()
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
|
SubordinateLineTradeAgreementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SubordinateLineTradeAgreementType 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
|
ReferencedDocumentType |
getBuyerOrderReferencedDocument()
Gets the value of the buyerOrderReferencedDocument property.
|
TradePriceType |
getGrossPriceProductTradePrice()
Gets the value of the grossPriceProductTradePrice property.
|
TradePriceType |
getNetPriceProductTradePrice()
Gets the value of the netPriceProductTradePrice property.
|
ReferencedDocumentType |
getSellerOrderReferencedDocument()
Gets the value of the sellerOrderReferencedDocument property.
|
boolean |
hasAdditionalReferencedDocumentEntries()
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
|
void |
setAdditionalReferencedDocument(List<ReferencedDocumentType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBuyerOrderReferencedDocument(ReferencedDocumentType value)
Sets the value of the buyerOrderReferencedDocument property.
|
void |
setGrossPriceProductTradePrice(TradePriceType value)
Sets the value of the grossPriceProductTradePrice property.
|
void |
setNetPriceProductTradePrice(TradePriceType value)
Sets the value of the netPriceProductTradePrice property.
|
void |
setSellerOrderReferencedDocument(ReferencedDocumentType value)
Sets the value of the sellerOrderReferencedDocument property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SubordinateLineTradeAgreementType()
@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@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
TradePriceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAdditionalReferencedDocument(@Nullable List<ReferencedDocumentType> aList)
aList - The new list member to set. May 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 void cloneTo(@Nonnull SubordinateLineTradeAgreementType 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 SubordinateLineTradeAgreementType clone()
Copyright © 2016–2021 Philip Helger. All rights reserved.