Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.sdo.helper
Class SDOTypesGenerator.GlobalRef

java.lang.Object
  extended by org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef

Enclosing class:
SDOTypesGenerator

public class SDOTypesGenerator.GlobalRef
extends java.lang.Object

Field Summary
private  boolean isElement
           
private  java.lang.String localName
           
private  SDOType owningType
           
private  Property property
           
private  java.lang.String uri
           

 

Constructor Summary
SDOTypesGenerator.GlobalRef()
           

 

Method Summary
 java.lang.String getLocalName()
           
 SDOType getOwningType()
           
 Property getProperty()
           
 java.lang.String getUri()
           
 boolean isElement()
           
 void setIsElement(boolean isElem)
           
 void setLocalName(java.lang.String theLocalName)
           
 void setOwningType(SDOType owningType)
           
 void setProperty(Property theProperty)
           
 void setUri(java.lang.String theUri)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

owningType

private SDOType owningType

isElement

private boolean isElement

uri

private java.lang.String uri

localName

private java.lang.String localName

property

private Property property

Constructor Detail

SDOTypesGenerator.GlobalRef

public SDOTypesGenerator.GlobalRef()

Method Detail

setOwningType

public void setOwningType(SDOType owningType)

getOwningType

public SDOType getOwningType()

getUri

public java.lang.String getUri()

setUri

public void setUri(java.lang.String theUri)

getProperty

public Property getProperty()

setProperty

public void setProperty(Property theProperty)

getLocalName

public java.lang.String getLocalName()

setLocalName

public void setLocalName(java.lang.String theLocalName)

isElement

public boolean isElement()

setIsElement

public void setIsElement(boolean isElem)

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.