org.ow2.orchestra.ws_ht.api.xsd
Class AddAttachment

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.api.xsd.AddAttachment

public class AddAttachment
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="accessType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="attachment" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String accessType
           
protected  Object attachment
           
protected  String identifier
           
protected  String name
           
 
Constructor Summary
AddAttachment()
           
 
Method Summary
 String getAccessType()
          Gets the value of the accessType property.
 Object getAttachment()
          Gets the value of the attachment property.
 String getIdentifier()
          Gets the value of the identifier property.
 String getName()
          Gets the value of the name property.
 void setAccessType(String value)
          Sets the value of the accessType property.
 void setAttachment(Object value)
          Sets the value of the attachment property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

protected String identifier

name

protected String name

accessType

protected String accessType

attachment

protected Object attachment
Constructor Detail

AddAttachment

public AddAttachment()
Method Detail

getIdentifier

public String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAccessType

public String getAccessType()
Gets the value of the accessType property.

Returns:
possible object is String

setAccessType

public void setAccessType(String value)
Sets the value of the accessType property.

Parameters:
value - allowed object is String

getAttachment

public Object getAttachment()
Gets the value of the attachment property.

Returns:
possible object is Object

setAttachment

public void setAttachment(Object value)
Sets the value of the attachment property.

Parameters:
value - allowed object is Object


Copyright © 2012 OW2 Consortium. All Rights Reserved.