Class TimeFrame
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.TimeFrame
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class TimeFrame extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
TimeFrame constitutes a time frame by defining ./@Start and ./@End, whereby ./@Start is REQUIRED to be lesser than ./@End.Java class for TimeFrame complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeFrame"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Start" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" /> <attribute name="End" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TimeFrame()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)InstantgetEnd()Gets the value of the end property.InstantgetStart()Gets the value of the start property.inthashCode()voidsetEnd(Instant value)Sets the value of the end property.voidsetStart(Instant value)Sets the value of the start property.StringtoString()
-
-
-
Method Detail
-
getStart
public Instant getStart()
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
public void setStart(Instant value)
Sets the value of the start property.- Parameters:
value- allowed object isString
-
getEnd
public Instant getEnd()
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
public void setEnd(Instant value)
Sets the value of the end property.- Parameters:
value- allowed object isString
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-