|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.AttachedFile
public class AttachedFile
AttachedFile decribes an accompanying document. It provides some informations such as size,name,... and the informations to retrieve it.
Java class for AttachedFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachedFileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/>
<element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="digest" type="{http://xat2.etai.fr}DigestType" minOccurs="0"/>
<element name="uri-list" type="{http://xat2.etai.fr}UriServiceListType" minOccurs="0"/>
<element name="comment-list" type="{http://xat2.etai.fr}CommentListType" minOccurs="0"/>
</sequence>
<attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AttachedFile()
|
|
| Method Summary | |
|---|---|
void |
addClassification(Classification c)
|
void |
addDate(ExplicitDate date)
|
void |
addUri(AttributedURI uri)
|
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
CommentList |
getCommentList()
Gets the value of the commentList property. |
List<ExplicitDate> |
getDateList()
Gets the value of the dateList property. |
Digest |
getDigest()
Gets the value of the digest property. |
String |
getIdentifier()
Gets the value of the identifier property. |
String |
getInternalId()
Gets the value of the internalId property. |
Label |
getLabel()
Gets the value of the label property. |
Long |
getSize()
Gets the value of the size property. |
String |
getSource()
Gets the value of the source property. |
List<AttributedURI> |
getUriList()
Gets the value of the uriList property. |
void |
setClassificationList(List<Classification> value)
Sets the value of the classificationList property. |
void |
setCommentList(CommentList value)
Sets the value of the commentList property. |
void |
setDateList(List<ExplicitDate> value)
Sets the value of the dateList property. |
void |
setDigest(Digest value)
Sets the value of the digest property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setInternalId(String value)
Sets the value of the internalId property. |
void |
setLabel(Label value)
Sets the value of the label property. |
void |
setSize(Long value)
Sets the value of the size 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 AttachedFile()
| Method Detail |
|---|
public String getIdentifier()
Stringpublic void setIdentifier(String value)
value - allowed object is
Stringpublic Label getLabel()
Labelpublic void setLabel(Label value)
value - allowed object is
Labelpublic Long getSize()
public void setSize(Long value)
value - public List<ExplicitDate> getDateList()
DateListType public void setDateList(List<ExplicitDate> value)
value - allowed object is
DateListType public void addDate(ExplicitDate date)
public List<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClassification(Classification c)
public Digest getDigest()
Digestpublic void setDigest(Digest value)
value - allowed object is
Digestpublic List<AttributedURI> getUriList()
UriServiceListType public void setUriList(List<AttributedURI> value)
value - allowed object is
UriServiceListType public void addUri(AttributedURI uri)
public CommentList getCommentList()
CommentListpublic void setCommentList(CommentList value)
value - allowed object is
CommentListpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getInternalId()
Stringpublic void setInternalId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||