|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.AdditionalTimeInfo
@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:40:51+02:00", comments="JAXB RI v2.3.6") public class AdditionalTimeInfo
Java class for AdditionalTimeInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalTimeInfoType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>dateTime"> <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Ref" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Constructor Summary | |
---|---|
AdditionalTimeInfo()
|
Method Summary | |
---|---|
String |
getRef()
Gets the value of the ref property. |
String |
getType()
Gets the value of the type property. |
org.joda.time.DateTime |
getValue()
Gets the value of the value property. |
void |
setRef(String value)
Sets the value of the ref property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setValue(org.joda.time.DateTime value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdditionalTimeInfo()
Method Detail |
---|
public org.joda.time.DateTime getValue()
String
public void setValue(org.joda.time.DateTime value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getRef()
String
public void setRef(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |