@CodingStyleguideUnaware public class WeightStatementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
WeightStatementType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSignature(SignatureType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
WeightStatementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(WeightStatementType 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
|
CustomizationIDType |
getCustomizationID()
<pre>
<?
|
String |
getCustomizationIDValue()
Get the value of the contained CustomizationIDType 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
|
IssueDateType |
getIssueDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getIssueDateValue()
Get the value of the contained IssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getIssueDateValueLocal()
Get the value of the contained IssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueTimeType |
getIssueTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getIssueTimeValue()
Get the value of the contained IssueTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getIssueTimeValueLocal()
Get the value of the contained IssueTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ProfileExecutionIDType |
getProfileExecutionID()
<pre>
<?
|
String |
getProfileExecutionIDValue()
Get the value of the contained ProfileExecutionIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ProfileIDType |
getProfileID()
<pre>
<?
|
String |
getProfileIDValue()
Get the value of the contained ProfileIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getReceiverParty()
<pre>
<?
|
PartyType |
getResponsibleParty()
<pre>
<?
|
PartyType |
getSenderParty()
<pre>
<?
|
ShipmentType |
getShipment()
<pre>
<?
|
PartyType |
getShipperParty()
<pre>
<?
|
List<SignatureType> |
getSignature()
<pre>
<?
|
SignatureType |
getSignatureAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSignatureCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
UBLExtensionsType |
getUBLExtensions()
A container for all extensions present in the document.
|
UBLVersionIDType |
getUBLVersionID()
<pre>
<?
|
String |
getUBLVersionIDValue()
Get the value of the contained UBLVersionIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UUIDType |
getUUID()
<pre>
<?
|
String |
getUUIDValue()
Get the value of the contained UUIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getWeighingParty()
<pre>
<?
|
WeightStatementTypeCodeType |
getWeightStatementTypeCode()
<pre>
<?
|
String |
getWeightStatementTypeCodeValue()
Get the value of the contained WeightStatementTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoSignatureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSignatureEntries()
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 |
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 |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
IssueDateType |
setIssueDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueDateType |
setIssueDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
IssueTimeType |
setIssueTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueTimeType |
setIssueTime(com.helger.commons.datetime.XMLOffsetTime valueParam)
Special setter with value of type XMLOffsetTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setProfileExecutionID(ProfileExecutionIDType value)
Sets the value of the profileExecutionID property.
|
ProfileExecutionIDType |
setProfileExecutionID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setProfileID(ProfileIDType value)
Sets the value of the profileID property.
|
ProfileIDType |
setProfileID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setReceiverParty(PartyType value)
Sets the value of the receiverParty property.
|
void |
setResponsibleParty(PartyType value)
Sets the value of the responsibleParty property.
|
void |
setSenderParty(PartyType value)
Sets the value of the senderParty property.
|
void |
setShipment(ShipmentType value)
Sets the value of the shipment property.
|
void |
setShipperParty(PartyType value)
Sets the value of the shipperParty property.
|
void |
setSignature(List<SignatureType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
UBLVersionIDType |
setUBLVersionID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUBLVersionID(UBLVersionIDType value)
Sets the value of the ublVersionID property.
|
UUIDType |
setUUID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
void |
setWeighingParty(PartyType value)
Sets the value of the weighingParty property.
|
WeightStatementTypeCodeType |
setWeightStatementTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setWeightStatementTypeCode(WeightStatementTypeCodeType value)
Sets the value of the weightStatementTypeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public WeightStatementType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public UBLVersionIDType getUBLVersionID()
UBLVersionIDTypepublic void setUBLVersionID(@Nullable UBLVersionIDType value)
value - allowed object is
UBLVersionIDType@Nullable public CustomizationIDType getCustomizationID()
CustomizationIDTypepublic void setCustomizationID(@Nullable CustomizationIDType value)
value - allowed object is
CustomizationIDType@Nullable public ProfileIDType getProfileID()
ProfileIDTypepublic void setProfileID(@Nullable ProfileIDType value)
value - allowed object is
ProfileIDType@Nullable public ProfileExecutionIDType getProfileExecutionID()
ProfileExecutionIDTypepublic void setProfileExecutionID(@Nullable ProfileExecutionIDType value)
value - allowed object is
ProfileExecutionIDType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public UUIDType getUUID()
UUIDTypepublic void setUUID(@Nullable UUIDType value)
value - allowed object is
UUIDType@Nullable public IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(@Nullable IssueDateType value)
value - allowed object is
IssueDateType@Nullable public IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(@Nullable IssueTimeType value)
value - allowed object is
IssueTimeType@Nullable public WeightStatementTypeCodeType getWeightStatementTypeCode()
WeightStatementTypeCodeTypepublic void setWeightStatementTypeCode(@Nullable WeightStatementTypeCodeType value)
value - allowed object is
WeightStatementTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SignatureType> getSignature()
SignatureType@Nullable public PartyType getSenderParty()
PartyTypepublic void setSenderParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getReceiverParty()
PartyTypepublic void setReceiverParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getWeighingParty()
PartyTypepublic void setWeighingParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getShipperParty()
PartyTypepublic void setShipperParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public PartyType getResponsibleParty()
PartyTypepublic void setResponsibleParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public ShipmentType getShipment()
ShipmentTypepublic void setShipment(@Nullable ShipmentType value)
value - allowed object is
ShipmentTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setSignature(@Nullable List<SignatureType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasSignatureEntries()
public boolean hasNoSignatureEntries()
@Nonnegative public int getSignatureCount()
@Nullable public SignatureType getSignatureAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addSignature(@Nonnull SignatureType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull WeightStatementType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public WeightStatementType clone()
@Nonnull public WeightStatementTypeCodeType setWeightStatementTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueDateType setIssueDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueDateType setIssueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueTimeType setIssueTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueTimeType setIssueTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public UBLVersionIDType setUBLVersionID(@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>.@Nonnull public ProfileIDType setProfileID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ProfileExecutionIDType setProfileExecutionID(@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 UUIDType setUUID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getUBLVersionIDValue()
@Nullable public String getCustomizationIDValue()
@Nullable public String getProfileIDValue()
@Nullable public String getProfileExecutionIDValue()
@Nullable public String getIDValue()
@Nullable public String getUUIDValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getIssueDateValue()
@Nullable public LocalDate getIssueDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getIssueTimeValue()
@Nullable public LocalTime getIssueTimeValueLocal()
@Nullable public String getWeightStatementTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.