Class MdsDescriptor.MetaData

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Enclosing class:
    MdsDescriptor

    public static class MdsDescriptor.MetaData
    extends Object
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
             <element name="Udi" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
                       <element name="DeviceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="HumanReadableForm" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="Issuer" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier"/>
                       <element name="Jurisdiction" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="LotNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="Manufacturer" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ManufactureDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="ModelName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ModelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MetaData

        public MetaData()
    • 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 is ExtensionType
      • getUdi

        public List<MdsDescriptor.MetaData.Udi> getUdi()
        Gets the value of the udi property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the udi property.

        For example, to add a new item, do as follows:

            getUdi().add(newItem);
         

        Objects of the following type(s) are allowed in the list MdsDescriptor.MetaData.Udi

      • getLotNumber

        public String getLotNumber()
        Gets the value of the lotNumber property.
        Returns:
        possible object is String
      • setLotNumber

        public void setLotNumber​(String value)
        Sets the value of the lotNumber property.
        Parameters:
        value - allowed object is String
      • getManufacturer

        public List<LocalizedText> getManufacturer()
        Gets the value of the manufacturer property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the manufacturer property.

        For example, to add a new item, do as follows:

            getManufacturer().add(newItem);
         

        Objects of the following type(s) are allowed in the list LocalizedText

      • getManufactureDate

        public AnyDateTime getManufactureDate()
        Gets the value of the manufactureDate property.
        Returns:
        possible object is String
      • setManufactureDate

        public void setManufactureDate​(AnyDateTime value)
        Sets the value of the manufactureDate property.
        Parameters:
        value - allowed object is String
      • getExpirationDate

        public AnyDateTime getExpirationDate()
        Gets the value of the expirationDate property.
        Returns:
        possible object is String
      • setExpirationDate

        public void setExpirationDate​(AnyDateTime value)
        Sets the value of the expirationDate property.
        Parameters:
        value - allowed object is String
      • getModelName

        public List<LocalizedText> getModelName()
        Gets the value of the modelName property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the modelName property.

        For example, to add a new item, do as follows:

            getModelName().add(newItem);
         

        Objects of the following type(s) are allowed in the list LocalizedText

      • getModelNumber

        public String getModelNumber()
        Gets the value of the modelNumber property.
        Returns:
        possible object is String
      • setModelNumber

        public void setModelNumber​(String value)
        Sets the value of the modelNumber property.
        Parameters:
        value - allowed object is String
      • getSerialNumber

        public List<String> getSerialNumber()
        Gets the value of the serialNumber property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serialNumber property.

        For example, to add a new item, do as follows:

            getSerialNumber().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • setSerialNumber

        public void setSerialNumber​(List<String> value)
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.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:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.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:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2