es.indra.www.portafirmasws.cws
Class ArchiveLocator

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

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

See Also:
Serialized Form

Constructor Summary
ArchiveLocator()
           
ArchiveLocator(java.lang.String repositoryId, java.lang.String archiveUri, java.lang.String archiveVersion, java.lang.String repositoryBase, java.lang.String folderName, java.lang.String filePathName, java.lang.String signatureFilesPathPattern, java.lang.String visualFilePathName, java.lang.String retentionPolicy, java.lang.Boolean signatureCustody)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getArchiveUri()
          Gets the archiveUri value for this ArchiveLocator.
 java.lang.String getArchiveVersion()
          Gets the archiveVersion value for this ArchiveLocator.
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 getFilePathName()
          Gets the filePathName value for this ArchiveLocator.
 java.lang.String getFolderName()
          Gets the folderName value for this ArchiveLocator.
 java.lang.String getRepositoryBase()
          Gets the repositoryBase value for this ArchiveLocator.
 java.lang.String getRepositoryId()
          Gets the repositoryId value for this ArchiveLocator.
 java.lang.String getRetentionPolicy()
          Gets the retentionPolicy value for this ArchiveLocator.
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 getSignatureCustody()
          Gets the signatureCustody value for this ArchiveLocator.
 java.lang.String getSignatureFilesPathPattern()
          Gets the signatureFilesPathPattern value for this ArchiveLocator.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVisualFilePathName()
          Gets the visualFilePathName value for this ArchiveLocator.
 int hashCode()
           
 void setArchiveUri(java.lang.String archiveUri)
          Sets the archiveUri value for this ArchiveLocator.
 void setArchiveVersion(java.lang.String archiveVersion)
          Sets the archiveVersion value for this ArchiveLocator.
 void setFilePathName(java.lang.String filePathName)
          Sets the filePathName value for this ArchiveLocator.
 void setFolderName(java.lang.String folderName)
          Sets the folderName value for this ArchiveLocator.
 void setRepositoryBase(java.lang.String repositoryBase)
          Sets the repositoryBase value for this ArchiveLocator.
 void setRepositoryId(java.lang.String repositoryId)
          Sets the repositoryId value for this ArchiveLocator.
 void setRetentionPolicy(java.lang.String retentionPolicy)
          Sets the retentionPolicy value for this ArchiveLocator.
 void setSignatureCustody(java.lang.Boolean signatureCustody)
          Sets the signatureCustody value for this ArchiveLocator.
 void setSignatureFilesPathPattern(java.lang.String signatureFilesPathPattern)
          Sets the signatureFilesPathPattern value for this ArchiveLocator.
 void setVisualFilePathName(java.lang.String visualFilePathName)
          Sets the visualFilePathName value for this ArchiveLocator.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveLocator

public ArchiveLocator()

ArchiveLocator

public ArchiveLocator(java.lang.String repositoryId,
                      java.lang.String archiveUri,
                      java.lang.String archiveVersion,
                      java.lang.String repositoryBase,
                      java.lang.String folderName,
                      java.lang.String filePathName,
                      java.lang.String signatureFilesPathPattern,
                      java.lang.String visualFilePathName,
                      java.lang.String retentionPolicy,
                      java.lang.Boolean signatureCustody)
Method Detail

getRepositoryId

public java.lang.String getRepositoryId()
Gets the repositoryId value for this ArchiveLocator.

Returns:
repositoryId

setRepositoryId

public void setRepositoryId(java.lang.String repositoryId)
Sets the repositoryId value for this ArchiveLocator.

Parameters:
repositoryId -

getArchiveUri

public java.lang.String getArchiveUri()
Gets the archiveUri value for this ArchiveLocator.

Returns:
archiveUri

setArchiveUri

public void setArchiveUri(java.lang.String archiveUri)
Sets the archiveUri value for this ArchiveLocator.

Parameters:
archiveUri -

getArchiveVersion

public java.lang.String getArchiveVersion()
Gets the archiveVersion value for this ArchiveLocator.

Returns:
archiveVersion

setArchiveVersion

public void setArchiveVersion(java.lang.String archiveVersion)
Sets the archiveVersion value for this ArchiveLocator.

Parameters:
archiveVersion -

getRepositoryBase

public java.lang.String getRepositoryBase()
Gets the repositoryBase value for this ArchiveLocator.

Returns:
repositoryBase

setRepositoryBase

public void setRepositoryBase(java.lang.String repositoryBase)
Sets the repositoryBase value for this ArchiveLocator.

Parameters:
repositoryBase -

getFolderName

public java.lang.String getFolderName()
Gets the folderName value for this ArchiveLocator.

Returns:
folderName

setFolderName

public void setFolderName(java.lang.String folderName)
Sets the folderName value for this ArchiveLocator.

Parameters:
folderName -

getFilePathName

public java.lang.String getFilePathName()
Gets the filePathName value for this ArchiveLocator.

Returns:
filePathName

setFilePathName

public void setFilePathName(java.lang.String filePathName)
Sets the filePathName value for this ArchiveLocator.

Parameters:
filePathName -

getSignatureFilesPathPattern

public java.lang.String getSignatureFilesPathPattern()
Gets the signatureFilesPathPattern value for this ArchiveLocator.

Returns:
signatureFilesPathPattern

setSignatureFilesPathPattern

public void setSignatureFilesPathPattern(java.lang.String signatureFilesPathPattern)
Sets the signatureFilesPathPattern value for this ArchiveLocator.

Parameters:
signatureFilesPathPattern -

getVisualFilePathName

public java.lang.String getVisualFilePathName()
Gets the visualFilePathName value for this ArchiveLocator.

Returns:
visualFilePathName

setVisualFilePathName

public void setVisualFilePathName(java.lang.String visualFilePathName)
Sets the visualFilePathName value for this ArchiveLocator.

Parameters:
visualFilePathName -

getRetentionPolicy

public java.lang.String getRetentionPolicy()
Gets the retentionPolicy value for this ArchiveLocator.

Returns:
retentionPolicy

setRetentionPolicy

public void setRetentionPolicy(java.lang.String retentionPolicy)
Sets the retentionPolicy value for this ArchiveLocator.

Parameters:
retentionPolicy -

getSignatureCustody

public java.lang.Boolean getSignatureCustody()
Gets the signatureCustody value for this ArchiveLocator.

Returns:
signatureCustody

setSignatureCustody

public void setSignatureCustody(java.lang.Boolean signatureCustody)
Sets the signatureCustody value for this ArchiveLocator.

Parameters:
signatureCustody -

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.