public class ForwardTracking extends Object
Java class for ForwardTracking complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForwardTracking"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="60"/> <minLength value="1"/> </restriction> </simpleType> </element> <element name="type" type="{http://rest.immobilienscout24.de/schema/common/1.0}ForwardTrackingType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected ForwardTrackingType |
type |
Constructor and Description |
---|
ForwardTracking() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets the value of the code property.
|
ForwardTrackingType |
getType()
Gets the value of the type property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setType(ForwardTrackingType value)
Sets the value of the type property.
|
protected String code
protected ForwardTrackingType type
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public ForwardTrackingType getType()
ForwardTrackingType
public void setType(ForwardTrackingType value)
value
- allowed object is
ForwardTrackingType
Copyright © 2014 OpenEstate. All rights reserved.