public abstract class HousingComplexUtilityAccountDtoBase extends AbstractDto
Java class for housingComplexUtilityAccountDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="housingComplexUtilityAccountDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="address" type="{http://emb.entity.bullhorn.com/}address" minOccurs="0"/> <element name="billingContactID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customContactID1" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customContactID2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customDate1" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="customDate2" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="customDate3" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="customFloat1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="customFloat2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="customFloat3" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="customInt1" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customInt2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customInt3" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customText1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customText2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customText3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customText4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customText5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customTextBlock1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customTextBlock2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customTextBlock3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customTextBlock4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customTextBlock5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="dateConnected" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="dateDisconnected" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="deposit" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="housingComplexUtilityAccountID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="unitID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
accountNumber |
protected Address |
address |
protected java.lang.Integer |
billingContactID |
protected java.lang.String |
comments |
protected java.lang.Integer |
customContactID1 |
protected java.lang.Integer |
customContactID2 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate1 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate2 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate3 |
protected java.lang.Double |
customFloat1 |
protected java.lang.Double |
customFloat2 |
protected java.lang.Double |
customFloat3 |
protected java.lang.Integer |
customInt1 |
protected java.lang.Integer |
customInt2 |
protected java.lang.Integer |
customInt3 |
protected java.lang.String |
customText1 |
protected java.lang.String |
customText2 |
protected java.lang.String |
customText3 |
protected java.lang.String |
customText4 |
protected java.lang.String |
customText5 |
protected java.lang.String |
customTextBlock1 |
protected java.lang.String |
customTextBlock2 |
protected java.lang.String |
customTextBlock3 |
protected java.lang.String |
customTextBlock4 |
protected java.lang.String |
customTextBlock5 |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateConnected |
protected javax.xml.datatype.XMLGregorianCalendar |
dateDisconnected |
protected java.math.BigDecimal |
deposit |
protected java.lang.String |
fax |
protected java.lang.Integer |
housingComplexUtilityAccountID |
protected java.lang.Boolean |
isDeleted |
protected java.lang.String |
migrateGUID |
protected java.lang.String |
name |
protected java.lang.String |
phone |
protected java.lang.String |
type |
protected java.lang.Integer |
unitID |
Constructor and Description |
---|
HousingComplexUtilityAccountDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountNumber()
Gets the value of the accountNumber property.
|
Address |
getAddress()
Gets the value of the address property.
|
java.lang.Integer |
getBillingContactID()
Gets the value of the billingContactID property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
java.lang.Integer |
getCustomContactID1()
Gets the value of the customContactID1 property.
|
java.lang.Integer |
getCustomContactID2()
Gets the value of the customContactID2 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate1()
Gets the value of the customDate1 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate2()
Gets the value of the customDate2 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate3()
Gets the value of the customDate3 property.
|
java.lang.Double |
getCustomFloat1()
Gets the value of the customFloat1 property.
|
java.lang.Double |
getCustomFloat2()
Gets the value of the customFloat2 property.
|
java.lang.Double |
getCustomFloat3()
Gets the value of the customFloat3 property.
|
java.lang.Integer |
getCustomInt1()
Gets the value of the customInt1 property.
|
java.lang.Integer |
getCustomInt2()
Gets the value of the customInt2 property.
|
java.lang.Integer |
getCustomInt3()
Gets the value of the customInt3 property.
|
java.lang.String |
getCustomText1()
Gets the value of the customText1 property.
|
java.lang.String |
getCustomText2()
Gets the value of the customText2 property.
|
java.lang.String |
getCustomText3()
Gets the value of the customText3 property.
|
java.lang.String |
getCustomText4()
Gets the value of the customText4 property.
|
java.lang.String |
getCustomText5()
Gets the value of the customText5 property.
|
java.lang.String |
getCustomTextBlock1()
Gets the value of the customTextBlock1 property.
|
java.lang.String |
getCustomTextBlock2()
Gets the value of the customTextBlock2 property.
|
java.lang.String |
getCustomTextBlock3()
Gets the value of the customTextBlock3 property.
|
java.lang.String |
getCustomTextBlock4()
Gets the value of the customTextBlock4 property.
|
java.lang.String |
getCustomTextBlock5()
Gets the value of the customTextBlock5 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateConnected()
Gets the value of the dateConnected property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateDisconnected()
Gets the value of the dateDisconnected property.
|
java.math.BigDecimal |
getDeposit()
Gets the value of the deposit property.
|
java.lang.String |
getFax()
Gets the value of the fax property.
|
java.lang.Integer |
getHousingComplexUtilityAccountID()
Gets the value of the housingComplexUtilityAccountID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPhone()
Gets the value of the phone property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Integer |
getUnitID()
Gets the value of the unitID property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setAccountNumber(java.lang.String value)
Sets the value of the accountNumber property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setBillingContactID(java.lang.Integer value)
Sets the value of the billingContactID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setCustomContactID1(java.lang.Integer value)
Sets the value of the customContactID1 property.
|
void |
setCustomContactID2(java.lang.Integer value)
Sets the value of the customContactID2 property.
|
void |
setCustomDate1(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate1 property.
|
void |
setCustomDate2(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate2 property.
|
void |
setCustomDate3(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate3 property.
|
void |
setCustomFloat1(java.lang.Double value)
Sets the value of the customFloat1 property.
|
void |
setCustomFloat2(java.lang.Double value)
Sets the value of the customFloat2 property.
|
void |
setCustomFloat3(java.lang.Double value)
Sets the value of the customFloat3 property.
|
void |
setCustomInt1(java.lang.Integer value)
Sets the value of the customInt1 property.
|
void |
setCustomInt2(java.lang.Integer value)
Sets the value of the customInt2 property.
|
void |
setCustomInt3(java.lang.Integer value)
Sets the value of the customInt3 property.
|
void |
setCustomText1(java.lang.String value)
Sets the value of the customText1 property.
|
void |
setCustomText2(java.lang.String value)
Sets the value of the customText2 property.
|
void |
setCustomText3(java.lang.String value)
Sets the value of the customText3 property.
|
void |
setCustomText4(java.lang.String value)
Sets the value of the customText4 property.
|
void |
setCustomText5(java.lang.String value)
Sets the value of the customText5 property.
|
void |
setCustomTextBlock1(java.lang.String value)
Sets the value of the customTextBlock1 property.
|
void |
setCustomTextBlock2(java.lang.String value)
Sets the value of the customTextBlock2 property.
|
void |
setCustomTextBlock3(java.lang.String value)
Sets the value of the customTextBlock3 property.
|
void |
setCustomTextBlock4(java.lang.String value)
Sets the value of the customTextBlock4 property.
|
void |
setCustomTextBlock5(java.lang.String value)
Sets the value of the customTextBlock5 property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateConnected(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateConnected property.
|
void |
setDateDisconnected(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateDisconnected property.
|
void |
setDeposit(java.math.BigDecimal value)
Sets the value of the deposit property.
|
void |
setFax(java.lang.String value)
Sets the value of the fax property.
|
void |
setHousingComplexUtilityAccountID(java.lang.Integer value)
Sets the value of the housingComplexUtilityAccountID property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPhone(java.lang.String value)
Sets the value of the phone property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setUnitID(java.lang.Integer value)
Sets the value of the unitID property.
|
protected java.lang.String accountNumber
protected Address address
protected java.lang.Integer billingContactID
protected java.lang.String comments
protected java.lang.Integer customContactID1
protected java.lang.Integer customContactID2
protected javax.xml.datatype.XMLGregorianCalendar customDate1
protected javax.xml.datatype.XMLGregorianCalendar customDate2
protected javax.xml.datatype.XMLGregorianCalendar customDate3
protected java.lang.Double customFloat1
protected java.lang.Double customFloat2
protected java.lang.Double customFloat3
protected java.lang.Integer customInt1
protected java.lang.Integer customInt2
protected java.lang.Integer customInt3
protected java.lang.String customText1
protected java.lang.String customText2
protected java.lang.String customText3
protected java.lang.String customText4
protected java.lang.String customText5
protected java.lang.String customTextBlock1
protected java.lang.String customTextBlock2
protected java.lang.String customTextBlock3
protected java.lang.String customTextBlock4
protected java.lang.String customTextBlock5
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateConnected
protected javax.xml.datatype.XMLGregorianCalendar dateDisconnected
protected java.math.BigDecimal deposit
protected java.lang.String fax
protected java.lang.Integer housingComplexUtilityAccountID
protected java.lang.Boolean isDeleted
protected java.lang.String migrateGUID
protected java.lang.String name
protected java.lang.String phone
protected java.lang.String type
protected java.lang.Integer unitID
public java.lang.String getAccountNumber()
String
public void setAccountNumber(java.lang.String value)
value
- allowed object is
String
public Address getAddress()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public java.lang.Integer getBillingContactID()
Integer
public void setBillingContactID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getComments()
String
public void setComments(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCustomContactID1()
Integer
public void setCustomContactID1(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCustomContactID2()
Integer
public void setCustomContactID2(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getCustomDate1()
XMLGregorianCalendar
public void setCustomDate1(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getCustomDate2()
XMLGregorianCalendar
public void setCustomDate2(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getCustomDate3()
XMLGregorianCalendar
public void setCustomDate3(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Double getCustomFloat1()
Double
public void setCustomFloat1(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomFloat2()
Double
public void setCustomFloat2(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomFloat3()
Double
public void setCustomFloat3(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Integer getCustomInt1()
Integer
public void setCustomInt1(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCustomInt2()
Integer
public void setCustomInt2(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCustomInt3()
Integer
public void setCustomInt3(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCustomText1()
String
public void setCustomText1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomText2()
String
public void setCustomText2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomText3()
String
public void setCustomText3(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomText4()
String
public void setCustomText4(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomText5()
String
public void setCustomText5(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomTextBlock1()
String
public void setCustomTextBlock1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomTextBlock2()
String
public void setCustomTextBlock2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomTextBlock3()
String
public void setCustomTextBlock3(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomTextBlock4()
String
public void setCustomTextBlock4(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomTextBlock5()
String
public void setCustomTextBlock5(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateConnected()
XMLGregorianCalendar
public void setDateConnected(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateDisconnected()
XMLGregorianCalendar
public void setDateDisconnected(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigDecimal getDeposit()
BigDecimal
public void setDeposit(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getFax()
String
public void setFax(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getHousingComplexUtilityAccountID()
Integer
public void setHousingComplexUtilityAccountID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPhone()
String
public void setPhone(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getUnitID()
Integer
public void setUnitID(java.lang.Integer value)
value
- allowed object is
Integer