@CodingStyleguideUnaware public class PriceListType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PriceListType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValidityPeriod(PeriodType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PriceListType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PriceListType 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
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PriceListType |
getPreviousPriceList()
<pre>
<?
|
StatusCodeType |
getStatusCode()
<pre>
<?
|
String |
getStatusCodeValue()
Get the value of the contained StatusCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<PeriodType> |
getValidityPeriod()
<pre>
<?
|
PeriodType |
getValidityPeriodAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getValidityPeriodCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoValidityPeriodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasValidityPeriodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
setPreviousPriceList(PriceListType value)
Sets the value of the previousPriceList property.
|
void |
setStatusCode(StatusCodeType value)
Sets the value of the statusCode property.
|
StatusCodeType |
setStatusCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValidityPeriod(List<PeriodType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PriceListType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public StatusCodeType getStatusCode()
StatusCodeTypepublic void setStatusCode(@Nullable StatusCodeType value)
value - allowed object is
StatusCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PeriodType> getValidityPeriod()
PeriodType@Nullable public PriceListType getPreviousPriceList()
PriceListTypepublic void setPreviousPriceList(@Nullable PriceListType value)
value - allowed object is
PriceListTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setValidityPeriod(@Nullable List<PeriodType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasValidityPeriodEntries()
public boolean hasNoValidityPeriodEntries()
@Nonnegative public int getValidityPeriodCount()
@Nullable public PeriodType getValidityPeriodAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addValidityPeriod(@Nonnull PeriodType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull PriceListType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PriceListType clone()
@Nonnull public StatusCodeType setStatusCode(@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()
Copyright © 2017–2021 Philip Helger. All rights reserved.