@CodingStyleguideUnaware public class CapabilityType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CapabilityType()
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 |
addEvidenceSupplied(EvidenceSuppliedType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CapabilityType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CapabilityType 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
|
CapabilityTypeCodeType |
getCapabilityTypeCode()
<pre>
<?
|
String |
getCapabilityTypeCodeValue()
Get the value of the contained CapabilityTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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
|
List<EvidenceSuppliedType> |
getEvidenceSupplied()
<pre>
<?
|
EvidenceSuppliedType |
getEvidenceSuppliedAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEvidenceSuppliedCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PeriodType |
getValidityPeriod()
<pre>
<?
|
ValueAmountType |
getValueAmount()
<pre>
<?
|
BigDecimal |
getValueAmountValue()
Get the value of the contained ValueAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValueQuantityType |
getValueQuantity()
<pre>
<?
|
BigDecimal |
getValueQuantityValue()
Get the value of the contained ValueQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
WebSiteType |
getWebSite()
<pre>
<?
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEvidenceSuppliedEntries()
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 |
hasNoEvidenceSuppliedEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCapabilityTypeCode(CapabilityTypeCodeType value)
Sets the value of the capabilityTypeCode property.
|
CapabilityTypeCodeType |
setCapabilityTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEvidenceSupplied(List<EvidenceSuppliedType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
ValueAmountType |
setValueAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValueAmount(ValueAmountType value)
Sets the value of the valueAmount property.
|
ValueQuantityType |
setValueQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValueQuantity(ValueQuantityType value)
Sets the value of the valueQuantity property.
|
void |
setWebSite(WebSiteType value)
Sets the value of the webSite property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CapabilityType()
@Nullable public CapabilityTypeCodeType getCapabilityTypeCode()
CapabilityTypeCodeTypepublic void setCapabilityTypeCode(@Nullable CapabilityTypeCodeType value)
value - allowed object is
CapabilityTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public ValueAmountType getValueAmount()
ValueAmountTypepublic void setValueAmount(@Nullable ValueAmountType value)
value - allowed object is
ValueAmountType@Nullable public ValueQuantityType getValueQuantity()
ValueQuantityTypepublic void setValueQuantity(@Nullable ValueQuantityType value)
value - allowed object is
ValueQuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EvidenceSuppliedType> getEvidenceSupplied()
EvidenceSuppliedType@Nullable public PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public WebSiteType getWebSite()
WebSiteTypepublic void setWebSite(@Nullable WebSiteType value)
value - allowed object is
WebSiteTypepublic 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 setEvidenceSupplied(@Nullable List<EvidenceSuppliedType> 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 hasEvidenceSuppliedEntries()
public boolean hasNoEvidenceSuppliedEntries()
@Nonnegative public int getEvidenceSuppliedCount()
@Nullable public EvidenceSuppliedType getEvidenceSuppliedAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addEvidenceSupplied(@Nonnull EvidenceSuppliedType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull CapabilityType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CapabilityType clone()
@Nonnull public ValueAmountType setValueAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CapabilityTypeCodeType setCapabilityTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValueQuantityType setValueQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getCapabilityTypeCodeValue()
@Nullable public BigDecimal getValueAmountValue()
@Nullable public BigDecimal getValueQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.