public class OfferUser extends Object
Java class for offerUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="offerUser"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="customer" type="{http://rest.immobilienscout24.de/schema/offer/user/1.0}customer"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
OfferUser() |
Modifier and Type | Method and Description |
---|---|
Customer |
getCustomer()
Gets the value of the customer property.
|
void |
setCustomer(Customer value)
Sets the value of the customer property.
|
protected Customer customer
Copyright © 2014 OpenEstate. All rights reserved.