public class ComponentForm extends Obj
Java class for componentForm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentForm">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<sequence>
<element name="componentForm" type="{http://www.intertrust.ru}componentForm" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.intertrust.ru}component.type" />
<attribute name="slotType" use="required" type="{http://www.intertrust.ru}slot.type" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ComponentForm> |
componentForm |
protected SlotType |
slotType |
protected ComponentType |
type |
| Constructor and Description |
|---|
ComponentForm() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentForm> |
getComponentForm()
Gets the value of the componentForm property.
|
SlotType |
getSlotType()
Gets the value of the slotType property.
|
ComponentType |
getType()
Gets the value of the type property.
|
void |
setSlotType(SlotType value)
Sets the value of the slotType property.
|
void |
setType(ComponentType value)
Sets the value of the type property.
|
testGeneratedMethodprotected List<ComponentForm> componentForm
protected ComponentType type
protected SlotType slotType
public List<ComponentForm> getComponentForm()
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 componentForm property.
For example, to add a new item, do as follows:
getComponentForm().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentForm
public ComponentType getType()
ComponentTypepublic void setType(ComponentType value)
value - allowed object is
ComponentTypepublic SlotType getSlotType()
SlotTypeCopyright © 2012–2014 RedSoft. All rights reserved.