Constructor and Description |
---|
Time() |
Modifier and Type | Method and Description |
---|---|
TString |
getPeriod()
Get the period of usage..
|
MEMO |
getUsageDescription()
Get a description of the total amount of time a system/equipment is
expected to be in operation..
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetPeriod()
Determine if the Period is configured.
|
boolean |
isSetUsageDescription()
Determine if the UsageDescription is configured.
|
void |
setPeriod(TString value)
Set the period of usage..
|
void |
setUsageDescription(MEMO value)
Set a description of the total amount of time a system/equipment is
expected to be in operation..
|
String |
toString()
Get a string representation of this Time instance configuration.
|
Time |
withPeriod(ListCTI value)
Set the period of usage.
|
Time |
withUsageDescription(String value)
Set a description of the total amount of time a system/equipment is
expected to be in operation.
|
public TString getPeriod()
TString
data typepublic void setPeriod(TString value)
value
- the Period value in a TString
data typepublic boolean isSetPeriod()
If configured this method also inspects the TString
wrapped value.
public MEMO getUsageDescription()
MEMO
instancepublic void setUsageDescription(MEMO value)
value
- a MEMO
instancepublic boolean isSetUsageDescription()
public Time withPeriod(ListCTI value)
value
- An instances of type ListCTI
.public Time withUsageDescription(String value)
value
- An instances of type String
.public String toString()
public boolean isSet()
Time
has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.