Class FramesImpl

java.lang.Object
com.priint.pubserver.metadata.xml.group.FramesImpl
All Implemented Interfaces:
Frames, Serializable

public class FramesImpl extends Object implements Serializable, Frames
The type Frames.
See Also:
  • Constructor Details

    • FramesImpl

      public FramesImpl()
  • Method Details

    • getBbox

      public BBox getBbox()
      Description copied from interface: Frames
      Gets the bbox.
      Specified by:
      getBbox in interface Frames
      Returns:
      the bbox
      See Also:
    • setBbox

      public void setBbox(BBox bbox)
      Description copied from interface: Frames
      Sets the bbox.
      Specified by:
      setBbox in interface Frames
      Parameters:
      bbox - the new bbox
      See Also:
    • getFrame

      public List<Frame> getFrame()
      Description copied from interface: Frames
      Gets the frame.
      Specified by:
      getFrame in interface Frames
      Returns:
      the frame
      See Also:
    • setFrame

      public void setFrame(List<Frame> frame)
      Description copied from interface: Frames
      Sets the frame.
      Specified by:
      setFrame in interface Frames
      Parameters:
      frame - the new frame
      See Also: