|
||||||||||
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-Klasse für setPrototype complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der attributeName-Eigenschaft ab. |
java.lang.String |
getAttributeType()
Ruft den Wert der attributeType-Eigenschaft ab. |
java.lang.String |
getTo()
Ruft den Wert der to-Eigenschaft ab. |
boolean |
isSetAttributeName()
|
boolean |
isSetAttributeType()
|
boolean |
isSetTo()
|
void |
setAttributeName(java.lang.String value)
Legt den Wert der attributeName-Eigenschaft fest. |
void |
setAttributeType(java.lang.String value)
Legt den Wert der attributeType-Eigenschaft fest. |
void |
setTo(java.lang.String value)
Legt den Wert der to-Eigenschaft fest. |
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 getTo()
String
public void setTo(java.lang.String value)
value
- allowed object is
String
public boolean isSetTo()
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |