|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Attachment
public class Attachment
Java class for AttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attached-file-list" type="{http://xat2.etai.fr}AttachedFileListType" minOccurs="0"/>
<element name="uri-list" type="{http://xat2.etai.fr}UriServiceListType" minOccurs="0"/>
</sequence>
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Attachment()
|
|
| Method Summary | |
|---|---|
void |
addAttachedFile(AttachedFile file)
|
void |
addUri(AttributedURI uri)
|
List<AttachedFile> |
getAttachedFileList()
Gets the value of the attachedFileList property. |
String |
getSource()
Gets the value of the source property. |
List<AttributedURI> |
getUriList()
Gets the value of the uriList property. |
void |
setAttachedFileList(List<AttachedFile> value)
Sets the value of the attachedFileList property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setUriList(List<AttributedURI> value)
Sets the value of the uriList property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Attachment()
| Method Detail |
|---|
public List<AttachedFile> getAttachedFileList()
AttachedFileListType public void setAttachedFileList(List<AttachedFile> value)
value - allowed object is
AttachedFileListType public void addAttachedFile(AttachedFile file)
public List<AttributedURI> getUriList()
UriServiceListType public void setUriList(List<AttributedURI> value)
value - allowed object is
UriServiceListType public void addUri(AttributedURI uri)
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||