Class RetrievabilityInfo
- java.lang.Object
-
- org.somda.sdc.biceps.model.message.RetrievabilityInfo
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class RetrievabilityInfo extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
Retrievability provides information on how it is possible to access a state.Java class for RetrievabilityInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrievabilityInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <sequence> <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/> </sequence> </sequence> <attribute name="Method" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}RetrievabilityMethod" /> <attribute name="UpdatePeriod" type="{http://www.w3.org/2001/XMLSchema}duration" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypeextensionprotected RetrievabilityMethodmethodprotected DurationupdatePeriod
-
Constructor Summary
Constructors Constructor Description RetrievabilityInfo()
-
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)ExtensionTypegetExtension()Gets the value of the extension property.RetrievabilityMethodgetMethod()Gets the value of the method property.DurationgetUpdatePeriod()Gets the value of the updatePeriod property.inthashCode()voidsetExtension(ExtensionType value)Sets the value of the extension property.voidsetMethod(RetrievabilityMethod value)Sets the value of the method property.voidsetUpdatePeriod(Duration value)Sets the value of the updatePeriod property.StringtoString()
-
-
-
Field Detail
-
extension
protected ExtensionType extension
-
method
protected RetrievabilityMethod method
-
updatePeriod
protected Duration updatePeriod
-
-
Method Detail
-
getExtension
public ExtensionType getExtension()
Gets the value of the extension property.- Returns:
- possible object is
ExtensionType
-
setExtension
public void setExtension(ExtensionType value)
Sets the value of the extension property.- Parameters:
value- allowed object isExtensionType
-
getMethod
public RetrievabilityMethod getMethod()
Gets the value of the method property.- Returns:
- possible object is
RetrievabilityMethod
-
setMethod
public void setMethod(RetrievabilityMethod value)
Sets the value of the method property.- Parameters:
value- allowed object isRetrievabilityMethod
-
getUpdatePeriod
public Duration getUpdatePeriod()
Gets the value of the updatePeriod property.- Returns:
- possible object is
String
-
setUpdatePeriod
public void setUpdatePeriod(Duration value)
Sets the value of the updatePeriod 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
-
-