Class AbstractPathElement

    • Field Detail

      • path

        protected java.lang.String path
      • queryable

        protected java.lang.Boolean queryable
    • Constructor Detail

      • AbstractPathElement

        protected AbstractPathElement()
      • AbstractPathElement

        public AbstractPathElement​(java.lang.String path,
                                   AppSchema schema)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • isSetPath

        public boolean isSetPath()
      • setPath

        public void setPath​(java.lang.String path)
      • isSetSchema

        public boolean isSetSchema()
      • setSchema

        public void setSchema​(AppSchema schema)
      • isQueryable

        public boolean isQueryable()
      • isSetQueryable

        public boolean isSetQueryable()
      • setQueryable

        public void setQueryable​(boolean queryable)
      • getLocalProperty

        public java.lang.Object getLocalProperty​(java.lang.String name)
      • setLocalProperty

        public void setLocalProperty​(java.lang.String name,
                                     java.lang.Object value)
      • hasLocalProperty

        public boolean hasLocalProperty​(java.lang.String name)
      • unsetLocalProperty

        public java.lang.Object unsetLocalProperty​(java.lang.String name)
      • matchesName

        public boolean matchesName​(java.lang.String name,
                                   java.lang.String namespaceURI)
      • matchesName

        public boolean matchesName​(javax.xml.namespace.QName name)
      • isAvailableForCityGML

        public boolean isAvailableForCityGML​(org.citygml4j.model.module.citygml.CityGMLVersion version)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object