Class HouseNumberProperty

  • All Implemented Interfaces:
    java.io.Serializable, org.citygml4j.model.citygml.ade.ADEComponent, org.citygml4j.model.citygml.ade.binding.ADEModelObject, org.citygml4j.model.citygml.CityGML, org.citygml4j.model.common.base.ModelObject, org.citygml4j.model.common.child.Child, org.citygml4j.model.common.copy.Copyable

    public class HouseNumberProperty
    extends org.citygml4j.model.citygml.ade.binding.ADEGenericApplicationProperty<java.lang.String>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HouseNumberProperty​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object copy​(org.citygml4j.builder.copy.CopyBuilder copyBuilder)  
      • Methods inherited from class org.citygml4j.model.citygml.ade.binding.ADEGenericApplicationProperty

        copyTo, getADEClass, getCityGMLClass, getParent, getValue, isSetParent, isSetValue, setParent, setValue, unsetParent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HouseNumberProperty

        public HouseNumberProperty​(java.lang.String value)
    • Method Detail

      • copy

        public java.lang.Object copy​(org.citygml4j.builder.copy.CopyBuilder copyBuilder)