Class OpaqueDataType


  • public class OpaqueDataType
    extends Object

    Java class for opaqueDataType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="opaqueDataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="dataDescriptor" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="dataValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="dataKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="expirationTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • OpaqueDataType

        public OpaqueDataType()
    • Method Detail

      • getDataDescriptor

        public String getDataDescriptor()
        Gets the value of the dataDescriptor property.
        Returns:
        possible object is String
      • setDataDescriptor

        public void setDataDescriptor​(String value)
        Sets the value of the dataDescriptor property.
        Parameters:
        value - allowed object is String
      • getDataValue

        public String getDataValue()
        Gets the value of the dataValue property.
        Returns:
        possible object is String
      • setDataValue

        public void setDataValue​(String value)
        Sets the value of the dataValue property.
        Parameters:
        value - allowed object is String
      • getDataKey

        public String getDataKey()
        Gets the value of the dataKey property.
        Returns:
        possible object is String
      • setDataKey

        public void setDataKey​(String value)
        Sets the value of the dataKey property.
        Parameters:
        value - allowed object is String
      • setExpirationTimeStamp

        public void setExpirationTimeStamp​(XMLGregorianCalendar value)
        Sets the value of the expirationTimeStamp property.
        Parameters:
        value - allowed object is XMLGregorianCalendar