Class ReferenceImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.ReferenceImpl
- All Implemented Interfaces:
Reference,Serializable
The type Reference.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetArea()Gets the area.getBbox()Gets the bbox.intgetEnd()Gets the end.intgetId()Gets the id.intGets the id string.intgetStart()Gets the start.getType()Gets the type.doublegetX()Gets the x.doublegetY()Gets the y.voidSets the area.voidSets the bbox.voidsetEnd(int end) Sets the end.voidsetId(int id) Sets the id.voidsetIdString(int idString) Sets the id string.voidsetStart(int start) Sets the start.voidsetType(ReferenceType type) Sets the type.voidsetX(double x) Sets the x.voidsetY(double y) Sets the y.
-
Constructor Details
-
ReferenceImpl
public ReferenceImpl()
-
-
Method Details
-
getType
Description copied from interface:ReferenceGets the type. -
setType
Description copied from interface:ReferenceSets the type. -
getId
public int getId()Description copied from interface:ReferenceGets the id. -
setId
public void setId(int id) Description copied from interface:ReferenceSets the id. -
getIdString
public int getIdString()Description copied from interface:ReferenceGets the id string.- Specified by:
getIdStringin interfaceReference- Returns:
- the id string
-
setIdString
public void setIdString(int idString) Description copied from interface:ReferenceSets the id string.- Specified by:
setIdStringin interfaceReference- Parameters:
idString- the new id string
-
getX
public double getX()Description copied from interface:ReferenceGets the x. -
setX
public void setX(double x) Description copied from interface:ReferenceSets the x. -
getY
public double getY()Description copied from interface:ReferenceGets the y. -
setY
public void setY(double y) Description copied from interface:ReferenceSets the y. -
getStart
public int getStart()Description copied from interface:ReferenceGets the start. -
setStart
public void setStart(int start) Description copied from interface:ReferenceSets the start. -
getEnd
public int getEnd()Description copied from interface:ReferenceGets the end. -
setEnd
public void setEnd(int end) Description copied from interface:ReferenceSets the end. -
getBbox
Description copied from interface:ReferenceGets the bbox. -
setBbox
Description copied from interface:ReferenceSets the bbox. -
getArea
Description copied from interface:ReferenceGets the area. -
setArea
Description copied from interface:ReferenceSets the area.
-