public class AttachedData
extends java.lang.Object
Java class for attachedData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attachedData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.nortel.com/soa/oi/cct/types}attachmentType"/> <element name="binaryData" type="{http://www.nortel.com/soa/oi/cct/types}byteArray" minOccurs="0"/> <element name="keyValueData" type="{http://www.nortel.com/soa/oi/cct/types}keyValuePairArray" minOccurs="0"/> <element name="stringData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AttachedData() |
Modifier and Type | Method and Description |
---|---|
ByteArray |
getBinaryData()
Gets the value of the binaryData property.
|
KeyValuePairArray |
getKeyValueData()
Gets the value of the keyValueData property.
|
java.lang.String |
getStringData()
Gets the value of the stringData property.
|
AttachmentType |
getType()
Gets the value of the type property.
|
void |
setBinaryData(ByteArray value)
Sets the value of the binaryData property.
|
void |
setKeyValueData(KeyValuePairArray value)
Sets the value of the keyValueData property.
|
void |
setStringData(java.lang.String value)
Sets the value of the stringData property.
|
void |
setType(AttachmentType value)
Sets the value of the type property.
|
public AttachmentType getType()
AttachmentType
public void setType(AttachmentType value)
value
- allowed object is
AttachmentType
public ByteArray getBinaryData()
ByteArray
public void setBinaryData(ByteArray value)
value
- allowed object is
ByteArray
public KeyValuePairArray getKeyValueData()
KeyValuePairArray
public void setKeyValueData(KeyValuePairArray value)
value
- allowed object is
KeyValuePairArray
public java.lang.String getStringData()
String
public void setStringData(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.