public class SetIntrinsicsRequest
extends java.lang.Object
Java class for SetIntrinsicsRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetIntrinsicsRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/>
<element name="contact" type="{http://www.nortel.com/soa/oi/cct/types}contact"/>
<element name="intrinsics" type="{http://www.nortel.com/soa/oi/cct/types}intrinsic" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SetIntrinsicsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Contact |
getContact()
Gets the value of the contact property.
|
java.util.List<Intrinsic> |
getIntrinsics()
Gets the value of the intrinsics property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
public SsoToken getSsoToken()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic Contact getContact()
Contactpublic void setContact(Contact value)
value - allowed object is
Contactpublic java.util.List<Intrinsic> getIntrinsics()
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 intrinsics property.
For example, to add a new item, do as follows:
getIntrinsics().add(newItem);
Objects of the following type(s) are allowed in the list
Intrinsic
Copyright © 2010 All Rights Reserved.