public class OpenImmoAnswer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OpenImmoAnswer.Anbieter |
static class |
OpenImmoAnswer.Gesamt |
static class |
OpenImmoAnswer.Immobilie |
Constructor and Description |
---|
OpenImmoAnswer() |
Modifier and Type | Method and Description |
---|---|
List<OpenImmoAnswer.Anbieter> |
getAnbieter() |
OpenImmoAnswer.Gesamt |
getGesamt() |
static OpenImmoAnswer |
read(org.dom4j.Document doc) |
static OpenImmoAnswer |
read(InputStream in) |
static OpenImmoAnswer |
read(Reader in) |
void |
setGesamt(OpenImmoAnswer.Gesamt gesamt) |
public List<OpenImmoAnswer.Anbieter> getAnbieter()
public OpenImmoAnswer.Gesamt getGesamt()
public static OpenImmoAnswer read(InputStream in) throws org.dom4j.DocumentException
org.dom4j.DocumentException
public static OpenImmoAnswer read(Reader in) throws org.dom4j.DocumentException
org.dom4j.DocumentException
public static OpenImmoAnswer read(org.dom4j.Document doc) throws org.dom4j.DocumentException
org.dom4j.DocumentException
public void setGesamt(OpenImmoAnswer.Gesamt gesamt)
Copyright © 2016. All rights reserved.