org.ow2.orchestra.ws_ht.api
Class TAttachment

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.api.TAttachment

public class TAttachment
extends Object

Java class for tAttachment complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tAttachment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.example.org/WS-HT/api}attachmentInfo"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TAttachmentInfo attachmentInfo
           
protected  Object value
           
 
Constructor Summary
TAttachment()
           
 
Method Summary
 TAttachmentInfo getAttachmentInfo()
          Gets the value of the attachmentInfo property.
 Object getValue()
          Gets the value of the value property.
 void setAttachmentInfo(TAttachmentInfo value)
          Sets the value of the attachmentInfo property.
 void setValue(Object value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attachmentInfo

protected TAttachmentInfo attachmentInfo

value

protected Object value
Constructor Detail

TAttachment

public TAttachment()
Method Detail

getAttachmentInfo

public TAttachmentInfo getAttachmentInfo()
Gets the value of the attachmentInfo property.

Returns:
possible object is TAttachmentInfo

setAttachmentInfo

public void setAttachmentInfo(TAttachmentInfo value)
Sets the value of the attachmentInfo property.

Parameters:
value - allowed object is TAttachmentInfo

getValue

public Object getValue()
Gets the value of the value property.

Returns:
possible object is Object

setValue

public void setValue(Object value)
Sets the value of the value property.

Parameters:
value - allowed object is Object


Copyright © 2012 OW2 Consortium. All Rights Reserved.