@CodingStyleguideUnaware public class DianExtensionsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for DianExtensionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DianExtensionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InvoiceControl" type="{dian:gov:co:facturaelectronica:Structures-2-1}InvoiceControl" minOccurs="0"/>
<element name="InvoiceSource" type="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CountryType"/>
<element name="SoftwareProvider" type="{dian:gov:co:facturaelectronica:Structures-2-1}SoftwareProvider"/>
<element name="SoftwareSecurityCode" type="{urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2}IdentifierType"/>
<element name="AuthorizationProvider" type="{dian:gov:co:facturaelectronica:Structures-2-1}AuthorizationProvider"/>
<element name="QRCode" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="AdditionalMonetaryTotal" type="{dian:gov:co:facturaelectronica:Structures-2-1}AdditionalMonetaryTotal" maxOccurs="0" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}LegalMonetaryTotal" minOccurs="0"/>
<element name="FinancialInformation" type="{dian:gov:co:facturaelectronica:Structures-2-1}FinancialInformation" maxOccurs="0" 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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
DianExtensionsType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
DianExtensionsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(DianExtensionsType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AuthorizationProvider |
getAuthorizationProvider()
Gets the value of the authorizationProvider property.
|
InvoiceControl |
getInvoiceControl()
Gets the value of the invoiceControl property.
|
oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.CountryType |
getInvoiceSource()
Gets the value of the invoiceSource property.
|
oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.MonetaryTotalType |
getLegalMonetaryTotal()
Gets the value of the legalMonetaryTotal property.
|
String |
getQRCode()
Gets the value of the qrCode property.
|
SoftwareProvider |
getSoftwareProvider()
Gets the value of the softwareProvider property.
|
oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.IdentifierType |
getSoftwareSecurityCode()
Gets the value of the softwareSecurityCode property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAuthorizationProvider(AuthorizationProvider value)
Sets the value of the authorizationProvider property.
|
void |
setInvoiceControl(InvoiceControl value)
Sets the value of the invoiceControl property.
|
void |
setInvoiceSource(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.CountryType value)
Sets the value of the invoiceSource property.
|
void |
setLegalMonetaryTotal(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.MonetaryTotalType value)
Sets the value of the legalMonetaryTotal property.
|
void |
setQRCode(String value)
Sets the value of the qrCode property.
|
void |
setSoftwareProvider(SoftwareProvider value)
Sets the value of the softwareProvider property.
|
void |
setSoftwareSecurityCode(oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.IdentifierType value)
Sets the value of the softwareSecurityCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public DianExtensionsType()
@Nullable public InvoiceControl getInvoiceControl()
InvoiceControlpublic void setInvoiceControl(@Nullable InvoiceControl value)
value - allowed object is
InvoiceControl@Nullable public oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.CountryType getInvoiceSource()
CountryTypepublic void setInvoiceSource(@Nullable oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.CountryType value)
value - allowed object is
CountryType@Nullable public SoftwareProvider getSoftwareProvider()
SoftwareProviderpublic void setSoftwareProvider(@Nullable SoftwareProvider value)
value - allowed object is
SoftwareProvider@Nullable public oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.IdentifierType getSoftwareSecurityCode()
IdentifierTypepublic void setSoftwareSecurityCode(@Nullable oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.IdentifierType value)
value - allowed object is
IdentifierType@Nullable public AuthorizationProvider getAuthorizationProvider()
AuthorizationProviderpublic void setAuthorizationProvider(@Nullable AuthorizationProvider value)
value - allowed object is
AuthorizationProvider@Nullable public String getQRCode()
Stringpublic void setQRCode(@Nullable String value)
value - allowed object is
String@Nullable public oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.MonetaryTotalType getLegalMonetaryTotal()
MonetaryTotalTypepublic void setLegalMonetaryTotal(@Nullable oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.MonetaryTotalType value)
value - allowed object is
MonetaryTotalTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull DianExtensionsType 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 DianExtensionsType clone()
Copyright © 2020 Philip Helger. All rights reserved.