Class SwordServiceDocument

java.lang.Object
eu.dnetlib.app.directindex.sword.model.SwordServiceDocument

public class SwordServiceDocument extends Object
  • Field Details

  • Constructor Details

    • SwordServiceDocument

      public SwordServiceDocument()
  • Method Details

    • newInstance

      public static SwordServiceDocument newInstance(String serviceDocId, String title, String desc)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getRoot

      public String getRoot()
    • setRoot

      public void setRoot(String root)
    • getContext

      public String getContext()
    • getType

      public String getType()
    • isAcceptDeposits

      public boolean isAcceptDeposits()
    • getVersion

      public String getVersion()
    • getMaxUploadSize

      public long getMaxUploadSize()
    • getMaxByReferenceSize

      public long getMaxByReferenceSize()
    • getMaxSegmentSize

      public long getMaxSegmentSize()
    • getMinSegmentSize

      public long getMinSegmentSize()
    • getMaxAssembledSize

      public long getMaxAssembledSize()
    • getMaxSegments

      public long getMaxSegments()
    • getAccept

      public List<String> getAccept()
    • getAcceptArchiveFormat

      public List<String> getAcceptArchiveFormat()
    • getAcceptPackaging

      public List<String> getAcceptPackaging()
    • getAcceptMetadata

      public List<String> getAcceptMetadata()
    • getCollectionPolicy

      public SwordIdDescProperty getCollectionPolicy()
    • getTreatment

      public SwordIdDescProperty getTreatment()
    • getStaging

      public String getStaging()
    • getStagingMaxIdle

      public long getStagingMaxIdle()
    • isByReferenceDeposit

      public boolean isByReferenceDeposit()
    • isOnBehalfOf

      public boolean isOnBehalfOf()
    • getDigest

      public List<String> getDigest()
    • getAuthentication

      public List<String> getAuthentication()
    • getServices

      public List<SwordService> getServices()