|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.AttachedData
public class AttachedData
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 Summary | |
---|---|
AttachedData()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttachedData()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |