public class InsertingIntent extends IntentType implements Serializable
Java class for InsertingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsertingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}InsertList" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="GlueType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Method" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
glueType |
protected List<InsertList> |
insertLists |
protected String |
method |
| Constructor and Description |
|---|
InsertingIntent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGlueType()
Gets the value of the glueType property.
|
List<InsertList> |
getInsertLists()
Gets the value of the insertLists property.
|
String |
getMethod()
Gets the value of the method property.
|
void |
setGlueType(String value)
Sets the value of the glueType property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
protected List<InsertList> insertLists
protected String glueType
protected String method
public List<InsertList> getInsertLists()
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 insertLists property.
For example, to add a new item, do as follows:
getInsertLists().add(newItem);
Objects of the following type(s) are allowed in the list
InsertList
public String getGlueType()
Stringpublic void setGlueType(String value)
value - allowed object is
Stringpublic String getMethod()
StringCopyright © 2012. All Rights Reserved.