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

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

public static class Camera.Optics.TechniqueCommon
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">
       <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>
 


Nested Class Summary
static class Camera.Optics.TechniqueCommon.Orthographic
          Java class for anonymous complex type.
static class Camera.Optics.TechniqueCommon.Perspective
          Java class for anonymous complex type.
 
Field Summary
protected  Camera.Optics.TechniqueCommon.Orthographic orthographic
           
protected  Camera.Optics.TechniqueCommon.Perspective perspective
           
 
Constructor Summary
Camera.Optics.TechniqueCommon()
           
 
Method Summary
 Camera.Optics.TechniqueCommon.Orthographic getOrthographic()
          Gets the value of the orthographic property.
 Camera.Optics.TechniqueCommon.Perspective getPerspective()
          Gets the value of the perspective property.
 void setOrthographic(Camera.Optics.TechniqueCommon.Orthographic value)
          Sets the value of the orthographic property.
 void setPerspective(Camera.Optics.TechniqueCommon.Perspective value)
          Sets the value of the perspective property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orthographic

protected Camera.Optics.TechniqueCommon.Orthographic orthographic

perspective

protected Camera.Optics.TechniqueCommon.Perspective perspective
Constructor Detail

Camera.Optics.TechniqueCommon

public Camera.Optics.TechniqueCommon()
Method Detail

getOrthographic

public Camera.Optics.TechniqueCommon.Orthographic getOrthographic()
Gets the value of the orthographic property.

Returns:
possible object is Camera.Optics.TechniqueCommon.Orthographic

setOrthographic

public void setOrthographic(Camera.Optics.TechniqueCommon.Orthographic value)
Sets the value of the orthographic property.

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

getPerspective

public Camera.Optics.TechniqueCommon.Perspective getPerspective()
Gets the value of the perspective property.

Returns:
possible object is Camera.Optics.TechniqueCommon.Perspective

setPerspective

public void setPerspective(Camera.Optics.TechniqueCommon.Perspective value)
Sets the value of the perspective property.

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

CroftSoft Javadoc

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