|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.citygml.core._1.XalAddressPropertyType
public class XalAddressPropertyType
Denotes the relation of an Address feature to the xAL address element.
Java-Klasse für xalAddressPropertyType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="xalAddressPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressDetails"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
XalAddressPropertyType()
|
Method Summary | |
---|---|
AddressDetails |
getAddressDetails()
Ruft den Wert der addressDetails-Eigenschaft ab. |
boolean |
isSetAddressDetails()
|
void |
setAddressDetails(AddressDetails value)
Legt den Wert der addressDetails-Eigenschaft fest. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XalAddressPropertyType()
Method Detail |
---|
public AddressDetails getAddressDetails()
AddressDetails
public void setAddressDetails(AddressDetails value)
value
- allowed object is
AddressDetails
public boolean isSetAddressDetails()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |