@CodingStyleguideUnaware public class DigitalAgreementTermsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DigitalAgreementTermsType()
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 |
addServiceLevelAgreement(ServiceLevelAgreementType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DigitalAgreementTermsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DigitalAgreementTermsType 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
|
PeriodType |
getAdoptionPeriod()
<pre>
<?
|
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<ServiceLevelAgreementType> |
getServiceLevelAgreement()
<pre>
<?
|
ServiceLevelAgreementType |
getServiceLevelAgreementAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getServiceLevelAgreementCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PeriodType |
getValidityPeriod()
<pre>
<?
|
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 |
hasNoServiceLevelAgreementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasServiceLevelAgreementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdoptionPeriod(PeriodType value)
Sets the value of the adoptionPeriod property.
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setServiceLevelAgreement(List<ServiceLevelAgreementType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DigitalAgreementTermsType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public PeriodType getAdoptionPeriod()
PeriodTypepublic void setAdoptionPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ServiceLevelAgreementType> getServiceLevelAgreement()
ServiceLevelAgreementTypepublic 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 setServiceLevelAgreement(@Nullable List<ServiceLevelAgreementType> 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 hasServiceLevelAgreementEntries()
public boolean hasNoServiceLevelAgreementEntries()
@Nonnegative public int getServiceLevelAgreementCount()
@Nullable public ServiceLevelAgreementType getServiceLevelAgreementAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addServiceLevelAgreement(@Nonnull ServiceLevelAgreementType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull DigitalAgreementTermsType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DigitalAgreementTermsType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.