|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.collada._2005._11.colladaschema.Morph
public class Morph
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}source" maxOccurs="unbounded" minOccurs="2"/>
<element name="targets">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="input" type="{http://www.collada.org/2005/11/COLLADASchema}InputLocal" maxOccurs="unbounded" minOccurs="2"/>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="method" type="{http://www.collada.org/2005/11/COLLADASchema}MorphMethodType" default="NORMALIZED" />
<attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Morph.Targets
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Extra> |
extra
|
protected MorphMethodType |
method
|
protected List<Source> |
source1
|
protected String |
source2
|
protected Morph.Targets |
targets
|
| Constructor Summary | |
|---|---|
Morph()
|
|
| Method Summary | |
|---|---|
List<Extra> |
getExtra()
The extra element may appear any number of times. |
MorphMethodType |
getMethod()
Gets the value of the method property. |
List<Source> |
getSource1()
The morph element must contain at least two source elements. |
String |
getSource2()
Gets the value of the source2 property. |
Morph.Targets |
getTargets()
Gets the value of the targets property. |
void |
setMethod(MorphMethodType value)
Sets the value of the method property. |
void |
setSource2(String value)
Sets the value of the source2 property. |
void |
setTargets(Morph.Targets value)
Sets the value of the targets property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Source> source1
protected Morph.Targets targets
protected List<Extra> extra
protected MorphMethodType method
protected String source2
| Constructor Detail |
|---|
public Morph()
| Method Detail |
|---|
public List<Source> getSource1()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the source1 property.
For example, to add a new item, do as follows:
getSource1().add(newItem);
Objects of the following type(s) are allowed in the list
Source
public Morph.Targets getTargets()
Morph.Targetspublic void setTargets(Morph.Targets value)
value - allowed object is
Morph.Targetspublic List<Extra> getExtra()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extra property.
For example, to add a new item, do as follows:
getExtra().add(newItem);
Objects of the following type(s) are allowed in the list
Extra
public MorphMethodType getMethod()
MorphMethodTypepublic void setMethod(MorphMethodType value)
value - allowed object is
MorphMethodTypepublic String getSource2()
Stringpublic void setSource2(String value)
value - allowed object is
String
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||