@CodingStyleguideUnaware public class TenderingCriterionPropertyGroupType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TenderingCriterionPropertyGroupType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSubsidiaryTenderingCriterionPropertyGroup(TenderingCriterionPropertyGroupType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTenderingCriterionProperty(TenderingCriterionPropertyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TenderingCriterionPropertyGroupType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TenderingCriterionPropertyGroupType 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
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
FulfilmentIndicatorType |
getFulfilmentIndicator()
<pre>
<?
|
FulfilmentIndicatorTypeCodeType |
getFulfilmentIndicatorTypeCode()
<pre>
<?
|
String |
getFulfilmentIndicatorTypeCodeValue()
Get the value of the contained FulfilmentIndicatorTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
NameType |
getName()
<pre>
<?
|
String |
getNameValue()
Get the value of the contained NameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PropertyGroupTypeCodeType |
getPropertyGroupTypeCode()
<pre>
<?
|
String |
getPropertyGroupTypeCodeValue()
Get the value of the contained PropertyGroupTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<TenderingCriterionPropertyGroupType> |
getSubsidiaryTenderingCriterionPropertyGroup()
<pre>
<?
|
TenderingCriterionPropertyGroupType |
getSubsidiaryTenderingCriterionPropertyGroupAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSubsidiaryTenderingCriterionPropertyGroupCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<TenderingCriterionPropertyType> |
getTenderingCriterionProperty()
<pre>
<?
|
TenderingCriterionPropertyType |
getTenderingCriterionPropertyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTenderingCriterionPropertyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSubsidiaryTenderingCriterionPropertyGroupEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTenderingCriterionPropertyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSubsidiaryTenderingCriterionPropertyGroupEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTenderingCriterionPropertyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isFulfilmentIndicatorValue(boolean nullValue)
Get the value of the contained FulfilmentIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FulfilmentIndicatorType |
setFulfilmentIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setFulfilmentIndicator(FulfilmentIndicatorType value)
Sets the value of the fulfilmentIndicator property.
|
void |
setFulfilmentIndicatorTypeCode(FulfilmentIndicatorTypeCodeType value)
Sets the value of the fulfilmentIndicatorTypeCode property.
|
FulfilmentIndicatorTypeCodeType |
setFulfilmentIndicatorTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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 |
setName(NameType value)
Sets the value of the name property.
|
NameType |
setName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPropertyGroupTypeCode(PropertyGroupTypeCodeType value)
Sets the value of the propertyGroupTypeCode property.
|
PropertyGroupTypeCodeType |
setPropertyGroupTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSubsidiaryTenderingCriterionPropertyGroup(List<TenderingCriterionPropertyGroupType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTenderingCriterionProperty(List<TenderingCriterionPropertyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TenderingCriterionPropertyGroupType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public NameType getName()
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public PropertyGroupTypeCodeType getPropertyGroupTypeCode()
PropertyGroupTypeCodeTypepublic void setPropertyGroupTypeCode(@Nullable PropertyGroupTypeCodeType value)
value - allowed object is
PropertyGroupTypeCodeType@Nullable public FulfilmentIndicatorType getFulfilmentIndicator()
FulfilmentIndicatorTypepublic void setFulfilmentIndicator(@Nullable FulfilmentIndicatorType value)
value - allowed object is
FulfilmentIndicatorType@Nullable public FulfilmentIndicatorTypeCodeType getFulfilmentIndicatorTypeCode()
FulfilmentIndicatorTypeCodeTypepublic void setFulfilmentIndicatorTypeCode(@Nullable FulfilmentIndicatorTypeCodeType value)
value - allowed object is
FulfilmentIndicatorTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TenderingCriterionPropertyType> getTenderingCriterionProperty()
TenderingCriterionPropertyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TenderingCriterionPropertyGroupType> getSubsidiaryTenderingCriterionPropertyGroup()
TenderingCriterionPropertyGroupTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setTenderingCriterionProperty(@Nullable List<TenderingCriterionPropertyType> aList)
aList - The new list member to set. May be <code>null</code>.public void setSubsidiaryTenderingCriterionPropertyGroup(@Nullable List<TenderingCriterionPropertyGroupType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasTenderingCriterionPropertyEntries()
public boolean hasNoTenderingCriterionPropertyEntries()
@Nonnegative public int getTenderingCriterionPropertyCount()
@Nullable public TenderingCriterionPropertyType getTenderingCriterionPropertyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addTenderingCriterionProperty(@Nonnull TenderingCriterionPropertyType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasSubsidiaryTenderingCriterionPropertyGroupEntries()
public boolean hasNoSubsidiaryTenderingCriterionPropertyGroupEntries()
@Nonnegative public int getSubsidiaryTenderingCriterionPropertyGroupCount()
@Nullable public TenderingCriterionPropertyGroupType getSubsidiaryTenderingCriterionPropertyGroupAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSubsidiaryTenderingCriterionPropertyGroup(@Nonnull TenderingCriterionPropertyGroupType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull TenderingCriterionPropertyGroupType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TenderingCriterionPropertyGroupType clone()
@Nonnull public PropertyGroupTypeCodeType setPropertyGroupTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public FulfilmentIndicatorTypeCodeType setFulfilmentIndicatorTypeCode(@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>.@Nonnull public FulfilmentIndicatorType setFulfilmentIndicator(boolean valueParam)
valueParam - The value to be set.@Nonnull public NameType setName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getNameValue()
@Nullable public String getPropertyGroupTypeCodeValue()
public boolean isFulfilmentIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>@Nullable public String getFulfilmentIndicatorTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.