Package uk.org.ifopt.siri14
Class AdministratorVersionedRefStructure
- java.lang.Object
-
- uk.org.ifopt.siri14.AdministratorVersionedRefStructure
-
- All Implemented Interfaces:
Serializable
public class AdministratorVersionedRefStructure extends Object implements Serializable
Type for aA versioned reference to an Administrator.Java class for AdministratorVersionedRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdministratorVersionedRefStructure"> <simpleContent> <extension base="<http://www.ifopt.org.uk/ifopt>AdministratorCodeType"> <attGroup ref="{http://www.ifopt.org.uk/ifopt}ModificationDetailsGroup"/> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimecreatedprotected ZonedDateTimelastUpdatedprotected ModificationEnumerationmodificationprotected StatusEnumerationstatusprotected Stringvalueprotected BigIntegerversion
-
Constructor Summary
Constructors Constructor Description AdministratorVersionedRefStructure()
-
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.StringgetValue()Type for aUnique Identifier of Administrator of Fixed object DataBigIntegergetVersion()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.voidsetValue(String value)Sets the value of the value property.voidsetVersion(BigInteger value)Sets the value of the version property.
-
-
-
Field Detail
-
value
protected String value
-
created
protected ZonedDateTime created
-
lastUpdated
protected ZonedDateTime lastUpdated
-
modification
protected ModificationEnumeration modification
-
version
protected BigInteger version
-
status
protected StatusEnumeration status
-
-
Method Detail
-
getValue
public String getValue()
Type for aUnique Identifier of Administrator of Fixed object Data- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
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
-
-