fr.etai.xat2v2.obj
Class Attachment

java.lang.Object
  extended by fr.etai.xat2v2.obj.Attachment
All Implemented Interfaces:
Serializable

public class Attachment
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Attachment

public Attachment()
Method Detail

getAttachedFileList

public List<AttachedFile> getAttachedFileList()
Gets the value of the attachedFileList property.

Returns:
possible object is AttachedFileListType

setAttachedFileList

public void setAttachedFileList(List<AttachedFile> value)
Sets the value of the attachedFileList property.

Parameters:
value - allowed object is AttachedFileListType

addAttachedFile

public void addAttachedFile(AttachedFile file)

getUriList

public List<AttributedURI> getUriList()
Gets the value of the uriList property.

Returns:
possible object is UriServiceListType

setUriList

public void setUriList(List<AttributedURI> value)
Sets the value of the uriList property.

Parameters:
value - allowed object is UriServiceListType

addUri

public void addUri(AttributedURI uri)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.