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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessType |
protected Object |
attachment |
protected String |
identifier |
protected String |
name |
| Constructor and Description |
|---|
AddAttachment() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String identifier
protected String name
protected String accessType
protected Object attachment
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAccessType()
Stringpublic void setAccessType(String value)
value - allowed object is
Stringpublic Object getAttachment()
ObjectCopyright © 2012 OW2 Consortium. All Rights Reserved.