|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.api.xsd.AddAttachment
public class AddAttachment
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 |
|---|
protected String identifier
protected String name
protected String accessType
protected Object attachment
| Constructor Detail |
|---|
public AddAttachment()
| Method Detail |
|---|
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()
Objectpublic void setAttachment(Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||