es.indra.www.portafirmasws.cws
Class DocumentAttributes

java.lang.Object
  extended by es.indra.www.portafirmasws.cws.DocumentAttributes
All Implemented Interfaces:
java.io.Serializable

public class DocumentAttributes
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

DocumentAttributes

public DocumentAttributes()

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

getState

public StateEnum getState()
Gets the state value for this DocumentAttributes.

Returns:
state

setState

public void setState(StateEnum state)
Sets the state value for this DocumentAttributes.

Parameters:
state -

getTitle

public java.lang.String getTitle()
Gets the title value for this DocumentAttributes.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this DocumentAttributes.

Parameters:
title -

getType

public java.lang.Integer getType()
Gets the type value for this DocumentAttributes.

Returns:
type

setType

public void setType(java.lang.Integer type)
Sets the type value for this DocumentAttributes.

Parameters:
type -

getSubject

public java.lang.String getSubject()
Gets the subject value for this DocumentAttributes.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this DocumentAttributes.

Parameters:
subject -

getDescription

public java.lang.String getDescription()
Gets the description value for this DocumentAttributes.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this DocumentAttributes.

Parameters:
description -

getExtension

public java.lang.String getExtension()
Gets the extension value for this DocumentAttributes.

Returns:
extension

setExtension

public void setExtension(java.lang.String extension)
Sets the extension value for this DocumentAttributes.

Parameters:
extension -

getSender

public Sender getSender()
Gets the sender value for this DocumentAttributes.

Returns:
sender

setSender

public void setSender(Sender sender)
Sets the sender value for this DocumentAttributes.

Parameters:
sender -

getUrl

public java.lang.String getUrl()
Gets the url value for this DocumentAttributes.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this DocumentAttributes.

Parameters:
url -

getImportance

public ImportanceEnum getImportance()
Gets the importance value for this DocumentAttributes.

Returns:
importance

setImportance

public void setImportance(ImportanceEnum importance)
Sets the importance value for this DocumentAttributes.

Parameters:
importance -

getDateEntry

public java.util.Calendar getDateEntry()
Gets the dateEntry value for this DocumentAttributes.

Returns:
dateEntry

setDateEntry

public void setDateEntry(java.util.Calendar dateEntry)
Sets the dateEntry value for this DocumentAttributes.

Parameters:
dateEntry -

getDateLimit

public java.util.Calendar getDateLimit()
Gets the dateLimit value for this DocumentAttributes.

Returns:
dateLimit

setDateLimit

public void setDateLimit(java.util.Calendar dateLimit)
Sets the dateLimit value for this DocumentAttributes.

Parameters:
dateLimit -

getDateLastUpdate

public java.util.Calendar getDateLastUpdate()
Gets the dateLastUpdate value for this DocumentAttributes.

Returns:
dateLastUpdate

setDateLastUpdate

public void setDateLastUpdate(java.util.Calendar dateLastUpdate)
Sets the dateLastUpdate value for this DocumentAttributes.

Parameters:
dateLastUpdate -

getDateNotice

public java.util.Calendar getDateNotice()
Gets the dateNotice value for this DocumentAttributes.

Returns:
dateNotice

setDateNotice

public void setDateNotice(java.util.Calendar dateNotice)
Sets the dateNotice value for this DocumentAttributes.

Parameters:
dateNotice -

getNumberAnnexes

public java.lang.Integer getNumberAnnexes()
Gets the numberAnnexes value for this DocumentAttributes.

Returns:
numberAnnexes

setNumberAnnexes

public void setNumberAnnexes(java.lang.Integer numberAnnexes)
Sets the numberAnnexes value for this DocumentAttributes.

Parameters:
numberAnnexes -

getSignAnnexes

public java.lang.Boolean getSignAnnexes()
Gets the signAnnexes value for this DocumentAttributes.

Returns:
signAnnexes

setSignAnnexes

public void setSignAnnexes(java.lang.Boolean signAnnexes)
Sets the signAnnexes value for this DocumentAttributes.

Parameters:
signAnnexes -

getExternalData

public java.lang.String getExternalData()
Gets the externalData value for this DocumentAttributes.

Returns:
externalData

setExternalData

public void setExternalData(java.lang.String externalData)
Sets the externalData value for this DocumentAttributes.

Parameters:
externalData -

getTypeSign

public java.lang.Integer getTypeSign()
Gets the typeSign value for this DocumentAttributes.

Returns:
typeSign

setTypeSign

public void setTypeSign(java.lang.Integer typeSign)
Sets the typeSign value for this DocumentAttributes.

Parameters:
typeSign -

getIsFileSign

public java.lang.Boolean getIsFileSign()
Gets the isFileSign value for this DocumentAttributes.

Returns:
isFileSign

setIsFileSign

public void setIsFileSign(java.lang.Boolean isFileSign)
Sets the isFileSign value for this DocumentAttributes.

Parameters:
isFileSign -

getGenerateVisuals

public java.lang.Boolean getGenerateVisuals()
Gets the generateVisuals value for this DocumentAttributes.

Returns:
generateVisuals

setGenerateVisuals

public void setGenerateVisuals(java.lang.Boolean generateVisuals)
Sets the generateVisuals value for this DocumentAttributes.

Parameters:
generateVisuals -

getExternalIds

public ExternalIDs getExternalIds()
Gets the externalIds value for this DocumentAttributes.

Returns:
externalIds

setExternalIds

public void setExternalIds(ExternalIDs externalIds)
Sets the externalIds value for this DocumentAttributes.

Parameters:
externalIds -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2012 Direcció General de Tecnologia i Comunicacions. Govern de les Illes Balears. All Rights Reserved.