@CodingStyleguideUnaware public class RequestForQuotationLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
RequestForQuotationLineType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDocumentReference(DocumentReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RequestForQuotationLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RequestForQuotationLineType 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> |
getDocumentReference()
<pre>
<?
|
DocumentReferenceType |
getDocumentReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDocumentReferenceCount()
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
|
LineItemType |
getLineItem()
<pre>
<?
|
List<NoteType> |
getNote()
<pre>
<?
|
NoteType |
getNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
OptionalLineItemIndicatorType |
getOptionalLineItemIndicator()
<pre>
<?
|
PrivacyCodeType |
getPrivacyCode()
<pre>
<?
|
String |
getPrivacyCodeValue()
Get the value of the contained PrivacyCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SecurityClassificationCodeType |
getSecurityClassificationCode()
<pre>
<?
|
String |
getSecurityClassificationCodeValue()
Get the value of the contained SecurityClassificationCodeType 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
|
boolean |
hasDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isOptionalLineItemIndicatorValue(boolean nullValue)
Get the value of the contained OptionalLineItemIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDocumentReference(List<DocumentReferenceType> 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
|
void |
setLineItem(LineItemType value)
Sets the value of the lineItem property.
|
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
OptionalLineItemIndicatorType |
setOptionalLineItemIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setOptionalLineItemIndicator(OptionalLineItemIndicatorType value)
Sets the value of the optionalLineItemIndicator property.
|
void |
setPrivacyCode(PrivacyCodeType value)
Sets the value of the privacyCode property.
|
PrivacyCodeType |
setPrivacyCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSecurityClassificationCode(SecurityClassificationCodeType value)
Sets the value of the securityClassificationCode property.
|
SecurityClassificationCodeType |
setSecurityClassificationCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RequestForQuotationLineType()
@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@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getNote()
NoteType@Nullable public OptionalLineItemIndicatorType getOptionalLineItemIndicator()
OptionalLineItemIndicatorTypepublic void setOptionalLineItemIndicator(@Nullable OptionalLineItemIndicatorType value)
value - allowed object is
OptionalLineItemIndicatorType@Nullable public PrivacyCodeType getPrivacyCode()
PrivacyCodeTypepublic void setPrivacyCode(@Nullable PrivacyCodeType value)
value - allowed object is
PrivacyCodeType@Nullable public SecurityClassificationCodeType getSecurityClassificationCode()
SecurityClassificationCodeTypepublic void setSecurityClassificationCode(@Nullable SecurityClassificationCodeType value)
value - allowed object is
SecurityClassificationCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getDocumentReference()
DocumentReferenceType@Nullable public LineItemType getLineItem()
LineItemTypepublic void setLineItem(@Nullable LineItemType value)
value - allowed object is
LineItemTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setNote(@Nullable List<NoteType> aList)
aList - The new list member to set. May be <code>null</code>.public void setDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasNoteEntries()
public boolean hasNoNoteEntries()
@Nonnegative public int getNoteCount()
@Nullable public NoteType getNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addNote(@Nonnull NoteType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasDocumentReferenceEntries()
public boolean hasNoDocumentReferenceEntries()
@Nonnegative public int getDocumentReferenceCount()
@Nullable public DocumentReferenceType getDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull RequestForQuotationLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RequestForQuotationLineType clone()
@Nonnull public PrivacyCodeType setPrivacyCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SecurityClassificationCodeType setSecurityClassificationCode(@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>.@Nonnull public OptionalLineItemIndicatorType setOptionalLineItemIndicator(boolean valueParam)
valueParam - The value to be set.@Nullable public String getIDValue()
@Nullable public String getUUIDValue()
public boolean isOptionalLineItemIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>@Nullable public String getPrivacyCodeValue()
@Nullable public String getSecurityClassificationCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.