@CodingStyleguideUnaware public class DocumentLineDocumentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for DocumentLineDocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentLineDocumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LineID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="ParentLineID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="LineStatusCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}LineStatusCodeType" minOccurs="0"/>
<element name="LineStatusReasonCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="IncludedNote" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}NoteType" 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 |
|---|
DocumentLineDocumentType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addIncludedNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DocumentLineDocumentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DocumentLineDocumentType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<NoteType> |
getIncludedNote()
Gets the value of the includedNote property.
|
NoteType |
getIncludedNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIncludedNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getLineID()
Gets the value of the lineID property.
|
String |
getLineIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LineStatusCodeType |
getLineStatusCode()
Gets the value of the lineStatusCode property.
|
String |
getLineStatusCodeValue()
Get the value of the contained LineStatusCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getLineStatusReasonCode()
Gets the value of the lineStatusReasonCode property.
|
String |
getLineStatusReasonCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getParentLineID()
Gets the value of the parentLineID property.
|
String |
getParentLineIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIncludedNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIncludedNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setIncludedNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLineID(IDType value)
Sets the value of the lineID property.
|
IDType |
setLineID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLineStatusCode(LineStatusCodeType value)
Sets the value of the lineStatusCode property.
|
LineStatusCodeType |
setLineStatusCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLineStatusReasonCode(CodeType value)
Sets the value of the lineStatusReasonCode property.
|
CodeType |
setLineStatusReasonCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setParentLineID(IDType value)
Sets the value of the parentLineID property.
|
IDType |
setParentLineID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DocumentLineDocumentType()
@Nullable public IDType getLineID()
IDTypepublic void setLineID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getParentLineID()
IDTypepublic void setParentLineID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public LineStatusCodeType getLineStatusCode()
LineStatusCodeTypepublic void setLineStatusCode(@Nullable LineStatusCodeType value)
value - allowed object is
LineStatusCodeType@Nullable public CodeType getLineStatusReasonCode()
CodeTypepublic void setLineStatusReasonCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getIncludedNote()
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 includedNote property.
For example, to add a new item, do as follows:
getIncludedNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setIncludedNote(@Nullable List<NoteType> aList)
aList - The new list member to set. May be null.public boolean hasIncludedNoteEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIncludedNoteEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIncludedNoteCount()
@Nullable public NoteType getIncludedNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIncludedNote(@Nonnull NoteType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull DocumentLineDocumentType 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 DocumentLineDocumentType clone()
@Nonnull public LineStatusCodeType setLineStatusCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setLineStatusReasonCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setLineID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setParentLineID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getLineIDValue()
null@Nullable public String getParentLineIDValue()
null@Nullable public String getLineStatusCodeValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.