@CodingStyleguideUnaware public class ChecksumType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ChecksumType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChecksumType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{spdx:xsd::1.0}ChecksumValue"/>
<element ref="{spdx:xsd::1.0}AlgorithmCode"/>
<element ref="{spdx:xsd::1.0}ChecksumAugmentationPoint" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
ChecksumType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addChecksumAugmentationPoint(ChecksumAugmentationPointType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ChecksumType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ChecksumType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AlgorithmCodeType |
getAlgorithmCode()
Gets the value of the algorithmCode property.
|
AlgorithmCodeSimpleType |
getAlgorithmCodeValue()
Get the value of the contained AlgorithmCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<ChecksumAugmentationPointType> |
getChecksumAugmentationPoint()
Gets the value of the checksumAugmentationPoint property.
|
ChecksumAugmentationPointType |
getChecksumAugmentationPointAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getChecksumAugmentationPointCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ChecksumValueType |
getChecksumValue()
Gets the value of the checksumValue property.
|
byte[] |
getChecksumValueValue()
Get the value of the contained ChecksumValueType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasChecksumAugmentationPointEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoChecksumAugmentationPointEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
AlgorithmCodeType |
setAlgorithmCode(AlgorithmCodeSimpleType valueParam)
Special setter with value of type AlgorithmCodeSimpleType
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setAlgorithmCode(AlgorithmCodeType value)
Sets the value of the algorithmCode property.
|
void |
setChecksumAugmentationPoint(List<ChecksumAugmentationPointType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ChecksumValueType |
setChecksumValue(byte[] valueParam)
Special setter with value of type byte[]
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setChecksumValue(ChecksumValueType value)
Sets the value of the checksumValue property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ChecksumType()
@Nullable public ChecksumValueType getChecksumValue()
ChecksumValueTypepublic void setChecksumValue(@Nullable ChecksumValueType value)
value - allowed object is
ChecksumValueType@Nullable public AlgorithmCodeType getAlgorithmCode()
AlgorithmCodeTypepublic void setAlgorithmCode(@Nullable AlgorithmCodeType value)
value - allowed object is
AlgorithmCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ChecksumAugmentationPointType> getChecksumAugmentationPoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the checksumAugmentationPoint property.
For example, to add a new item, do as follows:
getChecksumAugmentationPoint().add(newItem);
Objects of the following type(s) are allowed in the list
ChecksumAugmentationPointType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setChecksumAugmentationPoint(@Nullable List<ChecksumAugmentationPointType> aList)
aList - The new list member to set. May be null.public boolean hasChecksumAugmentationPointEntries()
true if at least one item is contained, false otherwise.public boolean hasNoChecksumAugmentationPointEntries()
true if no item is contained, false otherwise.@Nonnegative public int getChecksumAugmentationPointCount()
@Nullable public ChecksumAugmentationPointType getChecksumAugmentationPointAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addChecksumAugmentationPoint(@Nonnull ChecksumAugmentationPointType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull ChecksumType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public ChecksumType clone()
@Nonnull public AlgorithmCodeType setAlgorithmCode(@Nullable AlgorithmCodeSimpleType valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ChecksumValueType setChecksumValue(@Nullable byte[] valueParam)
valueParam - The value to be set. May be null.null@Nullable public byte[] getChecksumValueValue()
null@Nullable public AlgorithmCodeSimpleType getAlgorithmCodeValue()
nullCopyright © 2020 toop.eu. All rights reserved.