@CodingStyleguideUnaware public class PostAwardProcessType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PostAwardProcessType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addElectronicPaymentUsageIndicator(ElectronicPaymentUsageIndicatorType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PostAwardProcessType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PostAwardProcessType 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
|
ElectronicCatalogueUsageIndicatorType |
getElectronicCatalogueUsageIndicator()
<pre>
<?
|
ElectronicInvoiceAcceptedIndicatorType |
getElectronicInvoiceAcceptedIndicator()
<pre>
<?
|
ElectronicOrderUsageIndicatorType |
getElectronicOrderUsageIndicator()
<pre>
<?
|
List<ElectronicPaymentUsageIndicatorType> |
getElectronicPaymentUsageIndicator()
<pre>
<?
|
ElectronicPaymentUsageIndicatorType |
getElectronicPaymentUsageIndicatorAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getElectronicPaymentUsageIndicatorCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasElectronicPaymentUsageIndicatorEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoElectronicPaymentUsageIndicatorEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isElectronicCatalogueUsageIndicatorValue(boolean nullValue)
Get the value of the contained ElectronicCatalogueUsageIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
isElectronicInvoiceAcceptedIndicatorValue(boolean nullValue)
Get the value of the contained ElectronicInvoiceAcceptedIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
isElectronicOrderUsageIndicatorValue(boolean nullValue)
Get the value of the contained ElectronicOrderUsageIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ElectronicCatalogueUsageIndicatorType |
setElectronicCatalogueUsageIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setElectronicCatalogueUsageIndicator(ElectronicCatalogueUsageIndicatorType value)
Sets the value of the electronicCatalogueUsageIndicator property.
|
ElectronicInvoiceAcceptedIndicatorType |
setElectronicInvoiceAcceptedIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setElectronicInvoiceAcceptedIndicator(ElectronicInvoiceAcceptedIndicatorType value)
Sets the value of the electronicInvoiceAcceptedIndicator property.
|
ElectronicOrderUsageIndicatorType |
setElectronicOrderUsageIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setElectronicOrderUsageIndicator(ElectronicOrderUsageIndicatorType value)
Sets the value of the electronicOrderUsageIndicator property.
|
void |
setElectronicPaymentUsageIndicator(List<ElectronicPaymentUsageIndicatorType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PostAwardProcessType()
@Nullable public ElectronicCatalogueUsageIndicatorType getElectronicCatalogueUsageIndicator()
ElectronicCatalogueUsageIndicatorTypepublic void setElectronicCatalogueUsageIndicator(@Nullable ElectronicCatalogueUsageIndicatorType value)
value - allowed object is
ElectronicCatalogueUsageIndicatorType@Nullable public ElectronicInvoiceAcceptedIndicatorType getElectronicInvoiceAcceptedIndicator()
ElectronicInvoiceAcceptedIndicatorTypepublic void setElectronicInvoiceAcceptedIndicator(@Nullable ElectronicInvoiceAcceptedIndicatorType value)
value - allowed object is
ElectronicInvoiceAcceptedIndicatorType@Nullable public ElectronicOrderUsageIndicatorType getElectronicOrderUsageIndicator()
ElectronicOrderUsageIndicatorTypepublic void setElectronicOrderUsageIndicator(@Nullable ElectronicOrderUsageIndicatorType value)
value - allowed object is
ElectronicOrderUsageIndicatorType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ElectronicPaymentUsageIndicatorType> getElectronicPaymentUsageIndicator()
ElectronicPaymentUsageIndicatorTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setElectronicPaymentUsageIndicator(@Nullable List<ElectronicPaymentUsageIndicatorType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasElectronicPaymentUsageIndicatorEntries()
public boolean hasNoElectronicPaymentUsageIndicatorEntries()
@Nonnegative public int getElectronicPaymentUsageIndicatorCount()
@Nullable public ElectronicPaymentUsageIndicatorType getElectronicPaymentUsageIndicatorAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addElectronicPaymentUsageIndicator(@Nonnull ElectronicPaymentUsageIndicatorType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull PostAwardProcessType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PostAwardProcessType clone()
@Nonnull public ElectronicCatalogueUsageIndicatorType setElectronicCatalogueUsageIndicator(boolean valueParam)
valueParam - The value to be set.@Nonnull public ElectronicInvoiceAcceptedIndicatorType setElectronicInvoiceAcceptedIndicator(boolean valueParam)
valueParam - The value to be set.@Nonnull public ElectronicOrderUsageIndicatorType setElectronicOrderUsageIndicator(boolean valueParam)
valueParam - The value to be set.public boolean isElectronicCatalogueUsageIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>public boolean isElectronicInvoiceAcceptedIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>public boolean isElectronicOrderUsageIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>Copyright © 2017–2021 Philip Helger. All rights reserved.