public class EngagementTransactionType
extends java.lang.Object
Java class for EngagementTransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EngagementTransactionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deleteFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="engagement" type="{urn:riv:itintegration:engagementindex:1}EngagementType"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
any |
protected boolean |
deleteFlag |
protected EngagementType |
engagement |
| Constructor and Description |
|---|
EngagementTransactionType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
EngagementType |
getEngagement()
Gets the value of the engagement property.
|
boolean |
isDeleteFlag()
Gets the value of the deleteFlag property.
|
void |
setDeleteFlag(boolean value)
Sets the value of the deleteFlag property.
|
void |
setEngagement(EngagementType value)
Sets the value of the engagement property.
|
protected boolean deleteFlag
protected EngagementType engagement
protected java.util.List<java.lang.Object> any
public boolean isDeleteFlag()
public void setDeleteFlag(boolean value)
public EngagementType getEngagement()
EngagementTypepublic void setEngagement(EngagementType value)
value - allowed object is
EngagementTypepublic java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
Copyright © 2017. All Rights Reserved.