@CodingStyleguideUnaware public class DigitalServiceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
DigitalServiceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCertificationDocumentReference(DocumentReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDigitalDeliveryChannel(DeliveryChannelType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDigitalDocumentMetadata(DocumentMetadataType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DigitalServiceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DigitalServiceType 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<DocumentReferenceType> |
getCertificationDocumentReference()
<pre>
<?
|
DocumentReferenceType |
getCertificationDocumentReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCertificationDocumentReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CustomizationIDType |
getCustomizationID()
<pre>
<?
|
String |
getCustomizationIDValue()
Get the value of the contained CustomizationIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<DeliveryChannelType> |
getDigitalDeliveryChannel()
<pre>
<?
|
DeliveryChannelType |
getDigitalDeliveryChannelAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDigitalDeliveryChannelCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DocumentMetadataType> |
getDigitalDocumentMetadata()
<pre>
<?
|
DocumentMetadataType |
getDigitalDocumentMetadataAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDigitalDocumentMetadataCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasCertificationDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDigitalDeliveryChannelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDigitalDocumentMetadataEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoCertificationDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDigitalDeliveryChannelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDigitalDocumentMetadataEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCertificationDocumentReference(List<DocumentReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCustomizationID(CustomizationIDType value)
Sets the value of the customizationID property.
|
CustomizationIDType |
setCustomizationID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDigitalDeliveryChannel(List<DeliveryChannelType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDigitalDocumentMetadata(List<DocumentMetadataType> aList)
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
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DigitalServiceType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public CustomizationIDType getCustomizationID()
CustomizationIDTypepublic void setCustomizationID(@Nullable CustomizationIDType value)
value - allowed object is
CustomizationIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentMetadataType> getDigitalDocumentMetadata()
DocumentMetadataType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DeliveryChannelType> getDigitalDeliveryChannel()
DeliveryChannelType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getCertificationDocumentReference()
DocumentReferenceTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDigitalDocumentMetadata(@Nullable List<DocumentMetadataType> aList)
aList - The new list member to set. May be <code>null</code>.public void setDigitalDeliveryChannel(@Nullable List<DeliveryChannelType> aList)
aList - The new list member to set. May be <code>null</code>.public void setCertificationDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDigitalDocumentMetadataEntries()
public boolean hasNoDigitalDocumentMetadataEntries()
@Nonnegative public int getDigitalDocumentMetadataCount()
@Nullable public DocumentMetadataType getDigitalDocumentMetadataAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDigitalDocumentMetadata(@Nonnull DocumentMetadataType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasDigitalDeliveryChannelEntries()
public boolean hasNoDigitalDeliveryChannelEntries()
@Nonnegative public int getDigitalDeliveryChannelCount()
@Nullable public DeliveryChannelType getDigitalDeliveryChannelAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDigitalDeliveryChannel(@Nonnull DeliveryChannelType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasCertificationDocumentReferenceEntries()
public boolean hasNoCertificationDocumentReferenceEntries()
@Nonnegative public int getCertificationDocumentReferenceCount()
@Nullable public DocumentReferenceType getCertificationDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addCertificationDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull DigitalServiceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public DigitalServiceType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CustomizationIDType setCustomizationID(@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.