Package uk.org.ifopt.siri14
Class VersionedObjectStructure
- java.lang.Object
-
- uk.org.ifopt.siri14.VersionedObjectStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataManagedObjectStructure
public abstract class VersionedObjectStructure extends Object implements Serializable
Abstract Type for a versioned object.Java class for VersionedObjectStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionedObjectStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{http://www.ifopt.org.uk/ifopt}RequiredModificationDetailsGroup"/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimecreatedprotected ZonedDateTimelastUpdatedprotected ModificationEnumerationmodificationprotected StatusEnumerationstatusprotected BigIntegerversion
-
Constructor Summary
Constructors Constructor Description VersionedObjectStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetCreated()Gets the value of the created property.ZonedDateTimegetLastUpdated()Gets the value of the lastUpdated property.ModificationEnumerationgetModification()Gets the value of the modification property.StatusEnumerationgetStatus()Gets the value of the status property.BigIntegergetVersion()Gets the value of the version property.voidsetCreated(ZonedDateTime value)Sets the value of the created property.voidsetLastUpdated(ZonedDateTime value)Sets the value of the lastUpdated property.voidsetModification(ModificationEnumeration value)Sets the value of the modification property.voidsetStatus(StatusEnumeration value)Sets the value of the status property.voidsetVersion(BigInteger value)Sets the value of the version property.
-
-
-
Field Detail
-
created
protected ZonedDateTime created
-
lastUpdated
protected ZonedDateTime lastUpdated
-
modification
protected ModificationEnumeration modification
-
version
protected BigInteger version
-
status
protected StatusEnumeration status
-
-
Method Detail
-
getCreated
public ZonedDateTime getCreated()
Gets the value of the created property.- Returns:
- possible object is
String
-
setCreated
public void setCreated(ZonedDateTime value)
Sets the value of the created property.- Parameters:
value- allowed object isString
-
getLastUpdated
public ZonedDateTime getLastUpdated()
Gets the value of the lastUpdated property.- Returns:
- possible object is
String
-
setLastUpdated
public void setLastUpdated(ZonedDateTime value)
Sets the value of the lastUpdated property.- Parameters:
value- allowed object isString
-
getModification
public ModificationEnumeration getModification()
Gets the value of the modification property.- Returns:
- possible object is
ModificationEnumeration
-
setModification
public void setModification(ModificationEnumeration value)
Sets the value of the modification property.- Parameters:
value- allowed object isModificationEnumeration
-
getVersion
public BigInteger getVersion()
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
public void setVersion(BigInteger value)
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger
-
getStatus
public StatusEnumeration getStatus()
Gets the value of the status property.- Returns:
- possible object is
StatusEnumeration
-
setStatus
public void setStatus(StatusEnumeration value)
Sets the value of the status property.- Parameters:
value- allowed object isStatusEnumeration
-
-