Class AdditionalTimeInfoType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.AdditionalTimeInfoType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()Gets the value of the ref property.getType()Gets the value of the type property.getValue()Gets the value of the value property.voidSets the value of the ref property.voidSets the value of the type property.voidsetValue(XMLGregorianCalendar value) Sets the value of the value property.
-
Field Details
-
value
-
type
-
ref
-
-
Constructor Details
-
AdditionalTimeInfoType
public AdditionalTimeInfoType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isString
-