org.infoml.jaxb
Interface ComplexPointType

All Known Implementing Classes:
ComplexPointTypeImpl

public interface ComplexPointType

Describes a point (e.g., a location within a container) as an ordered list of unit/value pairs Java content class for complexPointType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/gw/tech/ecl-wkspaces-infoml/InfOrg-101105-stable-v1_0/InfocardOrganizer-v1_0/infomlFile.xsd line 367)

 <complexType name="complexPointType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="axis" type="{http://infoml.org/infomlFile}pointType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getAxis()
          Gets the value of the Axis property.
 

Method Detail

getAxis

java.util.List getAxis()
Gets the value of the Axis 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 Axis property.

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

    getAxis().add(newItem);
 

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