public class

Geometry

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

Class Overview

Geometry object

Java class for Geometry complex type.

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

 <complexType name="Geometry">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="SdoGtype" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="SdoSrid" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="SdoElemInfo" type="{http://www.w3.org/2001/XMLSchema}decimal" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SdoOrdinates" type="{http://www.w3.org/2001/XMLSchema}decimal" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SdoPoint" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}PointType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<BigDecimal> sdoElemInfo
protected BigDecimal sdoGtype
protected List<BigDecimal> sdoOrdinates
protected PointType sdoPoint
protected BigDecimal sdoSrid
Public Constructors
Geometry()
Public Methods
List<BigDecimal> getSdoElemInfo()
Gets the value of the sdoElemInfo property.
BigDecimal getSdoGtype()
Gets the value of the sdoGtype property.
List<BigDecimal> getSdoOrdinates()
Gets the value of the sdoOrdinates property.
PointType getSdoPoint()
Gets the value of the sdoPoint property.
BigDecimal getSdoSrid()
Gets the value of the sdoSrid property.
void setSdoElemInfo(List<BigDecimal> sdoElemInfo)
Sets the value of the sdoElemInfo property.
void setSdoGtype(BigDecimal value)
Sets the value of the sdoGtype property.
void setSdoOrdinates(List<BigDecimal> sdoOrdinates)
Sets the value of the sdoOrdinates property.
void setSdoPoint(PointType value)
Sets the value of the sdoPoint property.
void setSdoSrid(BigDecimal value)
Sets the value of the sdoSrid property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected List<BigDecimal> sdoElemInfo

protected BigDecimal sdoGtype

protected List<BigDecimal> sdoOrdinates

protected PointType sdoPoint

protected BigDecimal sdoSrid

Public Constructors

public Geometry ()

Public Methods

public List<BigDecimal> getSdoElemInfo ()

Gets the value of the sdoElemInfo 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 sdoElemInfo property.

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

    getSdoElemInfo().add(newItem);
 

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

public BigDecimal getSdoGtype ()

Gets the value of the sdoGtype property.

Returns
  • possible object is BigDecimal

public List<BigDecimal> getSdoOrdinates ()

Gets the value of the sdoOrdinates 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 sdoOrdinates property.

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

    getSdoOrdinates().add(newItem);
 

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

public PointType getSdoPoint ()

Gets the value of the sdoPoint property.

Returns

public BigDecimal getSdoSrid ()

Gets the value of the sdoSrid property.

Returns
  • possible object is BigDecimal

public void setSdoElemInfo (List<BigDecimal> sdoElemInfo)

Sets the value of the sdoElemInfo property.

Parameters
sdoElemInfo Allowed object is BigDecimal

public void setSdoGtype (BigDecimal value)

Sets the value of the sdoGtype property.

Parameters
value Allowed object is BigDecimal

public void setSdoOrdinates (List<BigDecimal> sdoOrdinates)

Sets the value of the sdoOrdinates property.

Parameters
sdoOrdinates Allowed object is BigDecimal

public void setSdoPoint (PointType value)

Sets the value of the sdoPoint property.

Parameters
value Allowed object is PointType

public void setSdoSrid (BigDecimal value)

Sets the value of the sdoSrid property.

Parameters
value Allowed object is BigDecimal