public class BillingDocument extends Object
Java class for BillingDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillingDocument">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Type" type="{https://bingads.microsoft.com/Customer/v13/Entities}DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected Long |
id |
protected DataType |
type |
| Constructor and Description |
|---|
BillingDocument() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the value of the data property.
|
Long |
getId()
Gets the value of the id property.
|
DataType |
getType()
Gets the value of the type property.
|
void |
setData(byte[] value)
Sets the value of the data property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setType(DataType value)
Sets the value of the type property.
|
public byte[] getData()
public void setData(byte[] value)
value - allowed object is
byte[]public void setId(Long value)
value - allowed object is
Longpublic DataType getType()
DataTypeCopyright © 2024. All rights reserved.