|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.smil20.SetPrototype
public class SetPrototype
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/}animNamedTargetAttrs"/> <attGroup ref="{http://www.w3.org/2001/SMIL20/}animSetValuesAttrs"/> </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 |
---|
public SetPrototype()
Method Detail |
---|
public java.lang.String getAttributeName()
String
public void setAttributeName(java.lang.String value)
value
- allowed object is
String
public boolean isSetAttributeName()
public java.lang.String getAttributeType()
String
public void setAttributeType(java.lang.String value)
value
- allowed object is
String
public boolean isSetAttributeType()
public java.lang.String getTo()
String
public void setTo(java.lang.String value)
value
- allowed object is
String
public boolean isSetTo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |