public class InsertingIntent extends IntentType implements java.io.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 java.lang.String |
glueType |
protected java.util.List<InsertList> |
insertLists |
protected java.lang.String |
method |
| Constructor and Description |
|---|
InsertingIntent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGlueType()
Gets the value of the glueType property.
|
java.util.List<InsertList> |
getInsertLists()
Gets the value of the insertLists property.
|
java.lang.String |
getMethod()
Gets the value of the method property.
|
void |
setGlueType(java.lang.String value)
Sets the value of the glueType property.
|
void |
setMethod(java.lang.String value)
Sets the value of the method property.
|
protected java.util.List<InsertList> insertLists
protected java.lang.String glueType
protected java.lang.String method
public java.util.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 java.lang.String getGlueType()
Stringpublic void setGlueType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMethod()
Stringpublic void setMethod(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.