public class AssociateMultiple
extends java.lang.Object
Java class for associateMultiple complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="associateMultiple"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="session" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="associationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="associateIds" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
associateIds |
protected java.lang.String |
associationName |
protected java.lang.String |
entityName |
protected java.lang.Object |
id |
protected java.lang.String |
session |
Constructor and Description |
---|
AssociateMultiple() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getAssociateIds()
Gets the value of the associateIds property.
|
java.lang.String |
getAssociationName()
Gets the value of the associationName property.
|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
java.lang.Object |
getId()
Gets the value of the id property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setAssociationName(java.lang.String value)
Sets the value of the associationName property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setId(java.lang.Object value)
Sets the value of the id property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected java.lang.String entityName
protected java.lang.Object id
protected java.lang.String associationName
protected java.util.List<java.lang.Object> associateIds
public java.lang.String getSession()
String
public void setSession(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityName()
String
public void setEntityName(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getId()
Object
public void setId(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getAssociationName()
String
public void setAssociationName(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.Object> getAssociateIds()
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 associateIds property.
For example, to add a new item, do as follows:
getAssociateIds().add(newItem);
Objects of the following type(s) are allowed in the list
Object