@CodingStyleguideUnaware public class InvoiceControl extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for InvoiceControl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvoiceControl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InvoiceAuthorization" type="{urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2}NumericType"/>
<element name="AuthorizationPeriod" type="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PeriodType"/>
<element name="AuthorizedInvoices" type="{dian:gov:co:facturaelectronica:Structures-2-1}AuthrorizedInvoices"/>
</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 |
|---|
InvoiceControl()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
InvoiceControl |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(InvoiceControl ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.PeriodType |
getAuthorizationPeriod()
Gets the value of the authorizationPeriod property.
|
AuthrorizedInvoices |
getAuthorizedInvoices()
Gets the value of the authorizedInvoices property.
|
oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.NumericType |
getInvoiceAuthorization()
Gets the value of the invoiceAuthorization property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAuthorizationPeriod(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.PeriodType value)
Sets the value of the authorizationPeriod property.
|
void |
setAuthorizedInvoices(AuthrorizedInvoices value)
Sets the value of the authorizedInvoices property.
|
void |
setInvoiceAuthorization(oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.NumericType value)
Sets the value of the invoiceAuthorization property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public InvoiceControl()
@Nullable public oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.NumericType getInvoiceAuthorization()
NumericTypepublic void setInvoiceAuthorization(@Nullable oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.NumericType value)
value - allowed object is
NumericType@Nullable public oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.PeriodType getAuthorizationPeriod()
PeriodTypepublic void setAuthorizationPeriod(@Nullable oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_21.PeriodType value)
value - allowed object is
PeriodType@Nullable public AuthrorizedInvoices getAuthorizedInvoices()
AuthrorizedInvoicespublic void setAuthorizedInvoices(@Nullable AuthrorizedInvoices value)
value - allowed object is
AuthrorizedInvoicespublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull InvoiceControl 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 InvoiceControl clone()
Copyright © 2020 Philip Helger. All rights reserved.