org.citygml4j.jaxb.citygml.core._1
Class XalAddressPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.citygml.core._1.XalAddressPropertyType

public class XalAddressPropertyType
extends java.lang.Object

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

XalAddressPropertyType

public XalAddressPropertyType()
Method Detail

getAddressDetails

public AddressDetails getAddressDetails()
Gets the value of the addressDetails property.

Returns:
possible object is AddressDetails

setAddressDetails

public void setAddressDetails(AddressDetails value)
Sets the value of the addressDetails property.

Parameters:
value - allowed object is AddressDetails

isSetAddressDetails

public boolean isSetAddressDetails()