org.collada._2005._11.colladaschema
Class Camera.Optics

java.lang.Object
  extended by org.collada._2005._11.colladaschema.Camera.Optics
Enclosing class:
Camera

public static class Camera.Optics
extends Object

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 name="technique_common">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="orthographic">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <choice>
                               <sequence>
                                 <element name="xmag" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                                 <choice minOccurs="0">
                                   <element name="ymag" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                                   <element name="aspect_ratio" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                                 </choice>
                               </sequence>
                               <sequence>
                                 <element name="ymag" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                                 <element name="aspect_ratio" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
                               </sequence>
                             </choice>
                             <element name="znear" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                             <element name="zfar" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="perspective">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <choice>
                               <sequence>
                                 <element name="xfov" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                                 <choice minOccurs="0">
                                   <element name="yfov" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                                   <element name="aspect_ratio" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                                 </choice>
                               </sequence>
                               <sequence>
                                 <element name="yfov" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                                 <element name="aspect_ratio" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat" minOccurs="0"/>
                               </sequence>
                             </choice>
                             <element name="znear" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                             <element name="zfar" type="{http://www.collada.org/2005/11/COLLADASchema}TargetableFloat"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}technique" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.collada.org/2005/11/COLLADASchema}extra" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Camera.Optics.TechniqueCommon
          Java class for anonymous complex type.
 
Field Summary
protected  List<Extra> extra
           
protected  List<Technique> technique
           
protected  Camera.Optics.TechniqueCommon techniqueCommon
           
 
Constructor Summary
Camera.Optics()
           
 
Method Summary
 List<Extra> getExtra()
          The extra element may appear any number of times.
 List<Technique> getTechnique()
          This element may contain any number of non-common profile techniques.
 Camera.Optics.TechniqueCommon getTechniqueCommon()
          Gets the value of the techniqueCommon property.
 void setTechniqueCommon(Camera.Optics.TechniqueCommon value)
          Sets the value of the techniqueCommon property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

techniqueCommon

protected Camera.Optics.TechniqueCommon techniqueCommon

technique

protected List<Technique> technique

extra

protected List<Extra> extra
Constructor Detail

Camera.Optics

public Camera.Optics()
Method Detail

getTechniqueCommon

public Camera.Optics.TechniqueCommon getTechniqueCommon()
Gets the value of the techniqueCommon property.

Returns:
possible object is Camera.Optics.TechniqueCommon

setTechniqueCommon

public void setTechniqueCommon(Camera.Optics.TechniqueCommon value)
Sets the value of the techniqueCommon property.

Parameters:
value - allowed object is Camera.Optics.TechniqueCommon

getTechnique

public List<Technique> getTechnique()
This element may contain any number of non-common profile techniques. Gets the value of the technique property.

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 technique property.

For example, to add a new item, do as follows:

    getTechnique().add(newItem);
 

Objects of the following type(s) are allowed in the list Technique


getExtra

public List<Extra> getExtra()
The extra element may appear any number of times. Gets the value of the extra property.

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


CroftSoft Javadoc

CroftSoft COLLADA JAXB Javadoc (2006-11-13 15:08:25)