org.citygml4j.jaxb.smil20
Class SetPrototype

java.lang.Object
  extended by org.citygml4j.jaxb.smil20.SetPrototype
Direct Known Subclasses:
SetType

public class SetPrototype
extends java.lang.Object

Java class for setPrototype complex type.

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

 <complexType name="setPrototype">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animSetValuesAttrs"/>
       <attGroup ref="{http://www.w3.org/2001/SMIL20/}animNamedTargetAttrs"/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
SetPrototype()
           
 
Method Summary
 java.lang.String getAttributeName()
          Gets the value of the attributeName property.
 java.lang.String getAttributeType()
          Gets the value of the attributeType property.
 java.lang.String getTo()
          Gets the value of the to property.
 boolean isSetAttributeName()
           
 boolean isSetAttributeType()
           
 boolean isSetTo()
           
 void setAttributeName(java.lang.String value)
          Sets the value of the attributeName property.
 void setAttributeType(java.lang.String value)
          Sets the value of the attributeType property.
 void setTo(java.lang.String value)
          Sets the value of the to property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetPrototype

public SetPrototype()
Method Detail

getTo

public java.lang.String getTo()
Gets the value of the to property.

Returns:
possible object is String

setTo

public void setTo(java.lang.String value)
Sets the value of the to property.

Parameters:
value - allowed object is String

isSetTo

public boolean isSetTo()

getAttributeName

public java.lang.String getAttributeName()
Gets the value of the attributeName property.

Returns:
possible object is String

setAttributeName

public void setAttributeName(java.lang.String value)
Sets the value of the attributeName property.

Parameters:
value - allowed object is String

isSetAttributeName

public boolean isSetAttributeName()

getAttributeType

public java.lang.String getAttributeType()
Gets the value of the attributeType property.

Returns:
possible object is String

setAttributeType

public void setAttributeType(java.lang.String value)
Sets the value of the attributeType property.

Parameters:
value - allowed object is String

isSetAttributeType

public boolean isSetAttributeType()