|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectes.indra.www.portafirmasws.cws.DocumentAttributes
public class DocumentAttributes
| Constructor Summary | |
|---|---|
DocumentAttributes()
|
|
DocumentAttributes(StateEnum state,
java.lang.String title,
java.lang.Integer type,
java.lang.String subject,
java.lang.String description,
java.lang.String extension,
Sender sender,
java.lang.String url,
ImportanceEnum importance,
java.util.Calendar dateEntry,
java.util.Calendar dateLimit,
java.util.Calendar dateLastUpdate,
java.util.Calendar dateNotice,
java.lang.Integer numberAnnexes,
java.lang.Boolean signAnnexes,
java.lang.String externalData,
java.lang.Integer typeSign,
java.lang.Boolean isFileSign,
java.lang.Boolean generateVisuals,
ExternalIDs externalIds)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Calendar |
getDateEntry()
Gets the dateEntry value for this DocumentAttributes. |
java.util.Calendar |
getDateLastUpdate()
Gets the dateLastUpdate value for this DocumentAttributes. |
java.util.Calendar |
getDateLimit()
Gets the dateLimit value for this DocumentAttributes. |
java.util.Calendar |
getDateNotice()
Gets the dateNotice value for this DocumentAttributes. |
java.lang.String |
getDescription()
Gets the description value for this DocumentAttributes. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getExtension()
Gets the extension value for this DocumentAttributes. |
java.lang.String |
getExternalData()
Gets the externalData value for this DocumentAttributes. |
ExternalIDs |
getExternalIds()
Gets the externalIds value for this DocumentAttributes. |
java.lang.Boolean |
getGenerateVisuals()
Gets the generateVisuals value for this DocumentAttributes. |
ImportanceEnum |
getImportance()
Gets the importance value for this DocumentAttributes. |
java.lang.Boolean |
getIsFileSign()
Gets the isFileSign value for this DocumentAttributes. |
java.lang.Integer |
getNumberAnnexes()
Gets the numberAnnexes value for this DocumentAttributes. |
Sender |
getSender()
Gets the sender value for this DocumentAttributes. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.Boolean |
getSignAnnexes()
Gets the signAnnexes value for this DocumentAttributes. |
StateEnum |
getState()
Gets the state value for this DocumentAttributes. |
java.lang.String |
getSubject()
Gets the subject value for this DocumentAttributes. |
java.lang.String |
getTitle()
Gets the title value for this DocumentAttributes. |
java.lang.Integer |
getType()
Gets the type value for this DocumentAttributes. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.Integer |
getTypeSign()
Gets the typeSign value for this DocumentAttributes. |
java.lang.String |
getUrl()
Gets the url value for this DocumentAttributes. |
int |
hashCode()
|
void |
setDateEntry(java.util.Calendar dateEntry)
Sets the dateEntry value for this DocumentAttributes. |
void |
setDateLastUpdate(java.util.Calendar dateLastUpdate)
Sets the dateLastUpdate value for this DocumentAttributes. |
void |
setDateLimit(java.util.Calendar dateLimit)
Sets the dateLimit value for this DocumentAttributes. |
void |
setDateNotice(java.util.Calendar dateNotice)
Sets the dateNotice value for this DocumentAttributes. |
void |
setDescription(java.lang.String description)
Sets the description value for this DocumentAttributes. |
void |
setExtension(java.lang.String extension)
Sets the extension value for this DocumentAttributes. |
void |
setExternalData(java.lang.String externalData)
Sets the externalData value for this DocumentAttributes. |
void |
setExternalIds(ExternalIDs externalIds)
Sets the externalIds value for this DocumentAttributes. |
void |
setGenerateVisuals(java.lang.Boolean generateVisuals)
Sets the generateVisuals value for this DocumentAttributes. |
void |
setImportance(ImportanceEnum importance)
Sets the importance value for this DocumentAttributes. |
void |
setIsFileSign(java.lang.Boolean isFileSign)
Sets the isFileSign value for this DocumentAttributes. |
void |
setNumberAnnexes(java.lang.Integer numberAnnexes)
Sets the numberAnnexes value for this DocumentAttributes. |
void |
setSender(Sender sender)
Sets the sender value for this DocumentAttributes. |
void |
setSignAnnexes(java.lang.Boolean signAnnexes)
Sets the signAnnexes value for this DocumentAttributes. |
void |
setState(StateEnum state)
Sets the state value for this DocumentAttributes. |
void |
setSubject(java.lang.String subject)
Sets the subject value for this DocumentAttributes. |
void |
setTitle(java.lang.String title)
Sets the title value for this DocumentAttributes. |
void |
setType(java.lang.Integer type)
Sets the type value for this DocumentAttributes. |
void |
setTypeSign(java.lang.Integer typeSign)
Sets the typeSign value for this DocumentAttributes. |
void |
setUrl(java.lang.String url)
Sets the url value for this DocumentAttributes. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentAttributes()
public DocumentAttributes(StateEnum state,
java.lang.String title,
java.lang.Integer type,
java.lang.String subject,
java.lang.String description,
java.lang.String extension,
Sender sender,
java.lang.String url,
ImportanceEnum importance,
java.util.Calendar dateEntry,
java.util.Calendar dateLimit,
java.util.Calendar dateLastUpdate,
java.util.Calendar dateNotice,
java.lang.Integer numberAnnexes,
java.lang.Boolean signAnnexes,
java.lang.String externalData,
java.lang.Integer typeSign,
java.lang.Boolean isFileSign,
java.lang.Boolean generateVisuals,
ExternalIDs externalIds)
| Method Detail |
|---|
public StateEnum getState()
public void setState(StateEnum state)
state - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public java.lang.Integer getType()
public void setType(java.lang.Integer type)
type - public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getExtension()
public void setExtension(java.lang.String extension)
extension - public Sender getSender()
public void setSender(Sender sender)
sender - public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - public ImportanceEnum getImportance()
public void setImportance(ImportanceEnum importance)
importance - public java.util.Calendar getDateEntry()
public void setDateEntry(java.util.Calendar dateEntry)
dateEntry - public java.util.Calendar getDateLimit()
public void setDateLimit(java.util.Calendar dateLimit)
dateLimit - public java.util.Calendar getDateLastUpdate()
public void setDateLastUpdate(java.util.Calendar dateLastUpdate)
dateLastUpdate - public java.util.Calendar getDateNotice()
public void setDateNotice(java.util.Calendar dateNotice)
dateNotice - public java.lang.Integer getNumberAnnexes()
public void setNumberAnnexes(java.lang.Integer numberAnnexes)
numberAnnexes - public java.lang.Boolean getSignAnnexes()
public void setSignAnnexes(java.lang.Boolean signAnnexes)
signAnnexes - public java.lang.String getExternalData()
public void setExternalData(java.lang.String externalData)
externalData - public java.lang.Integer getTypeSign()
public void setTypeSign(java.lang.Integer typeSign)
typeSign - public java.lang.Boolean getIsFileSign()
public void setIsFileSign(java.lang.Boolean isFileSign)
isFileSign - public java.lang.Boolean getGenerateVisuals()
public void setGenerateVisuals(java.lang.Boolean generateVisuals)
generateVisuals - public ExternalIDs getExternalIds()
public void setExternalIds(ExternalIDs externalIds)
externalIds - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||