@CodingStyleguideUnaware public class AdditionalInformationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line Details</ccts:DictionaryEntryName><ccts:Definition>Information about a Consolidated Invoice Line.</ccts:Definition><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass></ccts:Component>
Java class for AdditionalInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1}AdditionalMonetaryTotal" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1}AdditionalProperty" 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 |
|---|
AdditionalInformationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalMonetaryTotal(AdditionalMonetaryTotalType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addAdditionalProperty(AdditionalPropertyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
AdditionalInformationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AdditionalInformationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<AdditionalMonetaryTotalType> |
getAdditionalMonetaryTotal()
<?
|
AdditionalMonetaryTotalType |
getAdditionalMonetaryTotalAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalMonetaryTotalCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<AdditionalPropertyType> |
getAdditionalProperty()
<?
|
AdditionalPropertyType |
getAdditionalPropertyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalPropertyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAdditionalMonetaryTotalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAdditionalPropertyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAdditionalMonetaryTotalEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAdditionalPropertyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalMonetaryTotal(List<AdditionalMonetaryTotalType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalProperty(List<AdditionalPropertyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AdditionalInformationType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AdditionalMonetaryTotalType> getAdditionalMonetaryTotal()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line. Identifier</ccts:DictionaryEntryName><ccts:Definition>Identifies the Consolidated Invoice Line.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>Gets the value of the additionalMonetaryTotal property.
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 additionalMonetaryTotal property.
For example, to add a new item, do as follows:
getAdditionalMonetaryTotal().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalMonetaryTotalType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AdditionalPropertyType> getAdditionalProperty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line Type Code. Code</ccts:DictionaryEntryName><ccts:Definition>Code specifying the type of the Invoice.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass><ccts:PropertyTerm>Consolidated Invoice Line Type Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>Gets the value of the additionalProperty property.
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 additionalProperty property.
For example, to add a new item, do as follows:
getAdditionalProperty().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalPropertyType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setAdditionalMonetaryTotal(@Nullable List<AdditionalMonetaryTotalType> aList)
aList - The new list member to set. May be null.public void setAdditionalProperty(@Nullable List<AdditionalPropertyType> aList)
aList - The new list member to set. May be null.public boolean hasAdditionalMonetaryTotalEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAdditionalMonetaryTotalEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAdditionalMonetaryTotalCount()
@Nullable public AdditionalMonetaryTotalType getAdditionalMonetaryTotalAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAdditionalMonetaryTotal(@Nonnull AdditionalMonetaryTotalType elem)
elem - The element to be added. May not be null.public boolean hasAdditionalPropertyEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAdditionalPropertyEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAdditionalPropertyCount()
@Nullable public AdditionalPropertyType getAdditionalPropertyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAdditionalProperty(@Nonnull AdditionalPropertyType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull AdditionalInformationType 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 AdditionalInformationType clone()
Copyright © 2018–2020 Philip Helger. All rights reserved.