org.eclipse.stardust.engine.api.ws
Class BusinessObjectDefinitionXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.BusinessObjectDefinitionXto

public class BusinessObjectDefinitionXto
extends Object

Java class for BusinessObjectDefinition complex type.

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

 <complexType name="BusinessObjectDefinition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="typeName" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="primaryKey" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="items" type="{http://eclipse.org/stardust/ws/v2012a/api}BusinessObjectDefinitions" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isList" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
BusinessObjectDefinitionXto()
           
 
Method Summary
 List<BusinessObjectDefinitionsXto> getItems()
          Gets the value of the items property.
 String getName()
          Gets the value of the name property.
 int getType()
          Gets the value of the type property.
 QName getTypeName()
          Gets the value of the typeName property.
 boolean isIsList()
          Gets the value of the isList property.
 boolean isKey()
          Gets the value of the key property.
 boolean isPrimaryKey()
          Gets the value of the primaryKey property.
 void setIsList(boolean value)
          Sets the value of the isList property.
 void setKey(boolean value)
          Sets the value of the key property.
 void setName(String value)
          Sets the value of the name property.
 void setPrimaryKey(boolean value)
          Sets the value of the primaryKey property.
 void setType(int value)
          Sets the value of the type property.
 void setTypeName(QName value)
          Sets the value of the typeName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessObjectDefinitionXto

public BusinessObjectDefinitionXto()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public int getType()
Gets the value of the type property.


setType

public void setType(int value)
Sets the value of the type property.


getTypeName

public QName getTypeName()
Gets the value of the typeName property.

Returns:
possible object is QName

setTypeName

public void setTypeName(QName value)
Sets the value of the typeName property.

Parameters:
value - allowed object is QName

isKey

public boolean isKey()
Gets the value of the key property.


setKey

public void setKey(boolean value)
Sets the value of the key property.


isPrimaryKey

public boolean isPrimaryKey()
Gets the value of the primaryKey property.


setPrimaryKey

public void setPrimaryKey(boolean value)
Sets the value of the primaryKey property.


getItems

public List<BusinessObjectDefinitionsXto> getItems()
Gets the value of the items 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 items property.

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

    getItems().add(newItem);
 

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


isIsList

public boolean isIsList()
Gets the value of the isList property.


setIsList

public void setIsList(boolean value)
Sets the value of the isList property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.