public class

PointType

extends DataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.svc.DataObject
       ↳ com.oracle.xmlns.apps.ar.hz.service.party.PointType

Class Overview

Point Type object

Java class for PointType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PointType">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="X" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Y" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Z" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal x
protected BigDecimal y
protected BigDecimal z
Public Constructors
PointType()
Public Methods
BigDecimal getX()
Gets the value of the x property.
BigDecimal getY()
Gets the value of the y property.
BigDecimal getZ()
Gets the value of the z property.
void setX(BigDecimal value)
Sets the value of the x property.
void setY(BigDecimal value)
Sets the value of the y property.
void setZ(BigDecimal value)
Sets the value of the z property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal x

protected BigDecimal y

protected BigDecimal z

Public Constructors

public PointType ()

Public Methods

public BigDecimal getX ()

Gets the value of the x property.

Returns
  • possible object is BigDecimal

public BigDecimal getY ()

Gets the value of the y property.

Returns
  • possible object is BigDecimal

public BigDecimal getZ ()

Gets the value of the z property.

Returns
  • possible object is BigDecimal

public void setX (BigDecimal value)

Sets the value of the x property.

Parameters
value Allowed object is BigDecimal

public void setY (BigDecimal value)

Sets the value of the y property.

Parameters
value Allowed object is BigDecimal

public void setZ (BigDecimal value)

Sets the value of the z property.

Parameters
value Allowed object is BigDecimal