Class StructureListWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="1811",
                forRemoval=true)
    public class StructureListWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated, for removal: This API element is subject to removal in a future version.
    no longer needed
    The list of structures for a type code.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StructureListWsDTO()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<StructureWsDTO> getStructures()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setStructures​(java.util.List<StructureWsDTO> structures)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StructureListWsDTO

        public StructureListWsDTO()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • setStructures

        public void setStructures​(java.util.List<StructureWsDTO> structures)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getStructures

        public java.util.List<StructureWsDTO> getStructures()
        Deprecated, for removal: This API element is subject to removal in a future version.