@CodingStyleguideUnaware public class AuthrorizedInvoices extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for AuthrorizedInvoices complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthrorizedInvoices">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="From" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="To" type="{http://www.w3.org/2001/XMLSchema}long"/>
</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 |
|---|
AuthrorizedInvoices()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
AuthrorizedInvoices |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AuthrorizedInvoices ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
long |
getFrom()
Gets the value of the from property.
|
String |
getPrefix()
Gets the value of the prefix property.
|
long |
getTo()
Gets the value of the to property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setFrom(long value)
Sets the value of the from property.
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setTo(long value)
Sets the value of the to property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AuthrorizedInvoices()
@Nullable public String getPrefix()
Stringpublic void setPrefix(@Nullable String value)
value - allowed object is
Stringpublic long getFrom()
public void setFrom(long value)
public long getTo()
public void setTo(long value)
public boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull AuthrorizedInvoices 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 AuthrorizedInvoices clone()
Copyright © 2020 Philip Helger. All rights reserved.