|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.citygml._0_4.XalAddressPropertyType
public class XalAddressPropertyType
Denotes the relation of an Address feature to the xAL address element.
Java class for xalAddressPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the addressDetails property. |
boolean |
isSetAddressDetails()
|
void |
setAddressDetails(AddressDetails value)
Sets the value of the addressDetails property. |
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 |