public class CountyCourt extends Object
Java class for CountyCourt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountyCourt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="courtNumber" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/>
<element name="name" type="{http://rest.immobilienscout24.de/schema/common/1.0}TextField" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
courtNumber |
protected String |
name |
| Constructor and Description |
|---|
CountyCourt() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCourtNumber()
Gets the value of the courtNumber property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCourtNumber(String value)
Sets the value of the courtNumber property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getCourtNumber()
Stringpublic void setCourtNumber(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2014 OpenEstate. All rights reserved.