org.citygml4j.jaxb.citygml._0_4
Class CityObjectGroupMemberType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AssociationType
      extended by org.citygml4j.jaxb.citygml._0_4.CityObjectGroupMemberType

public class CityObjectGroupMemberType
extends AssociationType

Denotes the relation of a group to its members, which are CityObjects. Since an association attribute group for enabling the use of references is provided, the relation may either be given by a reference to a city object defined alsewhere, or by inlining of the complete city object.

Java class for CityObjectGroupMemberType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CityObjectGroupMemberType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AssociationType">
       <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
CityObjectGroupMemberType()
           
 
Method Summary
 java.lang.String getGroupRole()
          Gets the value of the groupRole property.
 boolean isSetGroupRole()
           
 void setGroupRole(java.lang.String value)
          Sets the value of the groupRole property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AssociationType
get_ADEComponent, get_Object, getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_ADEComponent, isSet_Object, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_ADEComponent, set_Object, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CityObjectGroupMemberType

public CityObjectGroupMemberType()
Method Detail

getGroupRole

public java.lang.String getGroupRole()
Gets the value of the groupRole property.

Returns:
possible object is String

setGroupRole

public void setGroupRole(java.lang.String value)
Sets the value of the groupRole property.

Parameters:
value - allowed object is String

isSetGroupRole

public boolean isSetGroupRole()