Class ReferenceImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.ReferenceImpl
All Implemented Interfaces:
Reference, Serializable

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

    • ReferenceImpl

      public ReferenceImpl()
  • Method Details

    • getType

      public ReferenceType getType()
      Description copied from interface: Reference
      Gets the type.
      Specified by:
      getType in interface Reference
      Returns:
      the type
      See Also:
    • setType

      public void setType(ReferenceType type)
      Description copied from interface: Reference
      Sets the type.
      Specified by:
      setType in interface Reference
      Parameters:
      type - the new type
      See Also:
    • getId

      public int getId()
      Description copied from interface: Reference
      Gets the id.
      Specified by:
      getId in interface Reference
      Returns:
      the id
    • setId

      public void setId(int id)
      Description copied from interface: Reference
      Sets the id.
      Specified by:
      setId in interface Reference
      Parameters:
      id - the new id
    • getIdString

      public int getIdString()
      Description copied from interface: Reference
      Gets the id string.
      Specified by:
      getIdString in interface Reference
      Returns:
      the id string
    • setIdString

      public void setIdString(int idString)
      Description copied from interface: Reference
      Sets the id string.
      Specified by:
      setIdString in interface Reference
      Parameters:
      idString - the new id string
    • getX

      public double getX()
      Description copied from interface: Reference
      Gets the x.
      Specified by:
      getX in interface Reference
      Returns:
      the x
    • setX

      public void setX(double x)
      Description copied from interface: Reference
      Sets the x.
      Specified by:
      setX in interface Reference
      Parameters:
      x - the new x
    • getY

      public double getY()
      Description copied from interface: Reference
      Gets the y.
      Specified by:
      getY in interface Reference
      Returns:
      the y
    • setY

      public void setY(double y)
      Description copied from interface: Reference
      Sets the y.
      Specified by:
      setY in interface Reference
      Parameters:
      y - the new y
    • getStart

      public int getStart()
      Description copied from interface: Reference
      Gets the start.
      Specified by:
      getStart in interface Reference
      Returns:
      the start
    • setStart

      public void setStart(int start)
      Description copied from interface: Reference
      Sets the start.
      Specified by:
      setStart in interface Reference
      Parameters:
      start - the new start
    • getEnd

      public int getEnd()
      Description copied from interface: Reference
      Gets the end.
      Specified by:
      getEnd in interface Reference
      Returns:
      the end
    • setEnd

      public void setEnd(int end)
      Description copied from interface: Reference
      Sets the end.
      Specified by:
      setEnd in interface Reference
      Parameters:
      end - the new end
    • getBbox

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

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

      public Area getArea()
      Description copied from interface: Reference
      Gets the area.
      Specified by:
      getArea in interface Reference
      Returns:
      the area
      See Also:
    • setArea

      public void setArea(Area area)
      Description copied from interface: Reference
      Sets the area.
      Specified by:
      setArea in interface Reference
      Parameters:
      area - the new area
      See Also: