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 and Description |
|---|
BusinessObjectDefinitionXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getType()
public void setType(int value)
public QName getTypeName()
QNamepublic void setTypeName(QName value)
value - allowed object is
QNamepublic boolean isKey()
public void setKey(boolean value)
public boolean isPrimaryKey()
public void setPrimaryKey(boolean value)
public List<BusinessObjectDefinitionsXto> getItems()
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
public boolean isIsList()
public void setIsList(boolean value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.