org.citygml4j.jaxb.citygml._0_4
Class ExternalObjectReferenceType

java.lang.Object
  extended by org.citygml4j.jaxb.citygml._0_4.ExternalObjectReferenceType

public class ExternalObjectReferenceType
extends java.lang.Object

Java class for ExternalObjectReferenceType complex type.

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

 <complexType name="ExternalObjectReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ExternalObjectReferenceType()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getUri()
          Gets the value of the uri property.
 boolean isSetName()
           
 boolean isSetUri()
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalObjectReferenceType

public ExternalObjectReferenceType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

isSetUri

public boolean isSetUri()