Class DecoderType

java.lang.Object
org.bidib.jbidibc.decoder.schema.decoder.DecoderType

public class DecoderType extends Object

Java class for DecoderType complex type.

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

 <complexType name="DecoderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.decoderdb.de/schema/decoder/1.3}DescriptionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="specifications" type="{http://www.decoderdb.de/schema/decoder/1.3}SpecificationsType" minOccurs="0"/>
         <element ref="{http://www.decoderdb.de/schema/commonTypes/1.2}images" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
       <attribute name="type" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}DecoderTypeType" />
       <attribute name="manufacturerId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" />
       <attribute name="manufacturerExtendedId" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
       <attribute name="typeIds" type="{http://www.decoderdb.de/schema/commonTypes/1.2}SemicolonNumberList" />
       <attribute name="articleNumbers" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
       <attribute name="producedFrom" type="{http://www.w3.org/2001/XMLSchema}gYear" />
       <attribute name="producedTill" type="{http://www.w3.org/2001/XMLSchema}gYear" />
       <attribute name="decoderDBLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="manufacturerName" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
       <attribute name="manufacturerShortName" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
       <attribute name="manufacturerUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DecoderType

      public DecoderType()
  • Method Details

    • getDescription

      public List<DescriptionType> getDescription()
      Gets the value of the description 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 description property.

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

          getDescription().add(newItem);
       

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

    • getSpecifications

      public SpecificationsType getSpecifications()
      Gets the value of the specifications property.
      Returns:
      possible object is SpecificationsType
    • setSpecifications

      public void setSpecifications(SpecificationsType value)
      Sets the value of the specifications property.
      Parameters:
      value - allowed object is SpecificationsType
    • getImages

      public ImagesType getImages()
      Gets the value of the images property.
      Returns:
      possible object is ImagesType
    • setImages

      public void setImages(ImagesType value)
      Sets the value of the images property.
      Parameters:
      value - allowed object is ImagesType
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getType

      public DecoderTypeType getType()
      Gets the value of the type property.
      Returns:
      possible object is DecoderTypeType
    • setType

      public void setType(DecoderTypeType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is DecoderTypeType
    • getManufacturerId

      public short getManufacturerId()
      Gets the value of the manufacturerId property.
    • setManufacturerId

      public void setManufacturerId(short value)
      Sets the value of the manufacturerId property.
    • getManufacturerExtendedId

      public Integer getManufacturerExtendedId()
      Gets the value of the manufacturerExtendedId property.
      Returns:
      possible object is Integer
    • setManufacturerExtendedId

      public void setManufacturerExtendedId(Integer value)
      Sets the value of the manufacturerExtendedId property.
      Parameters:
      value - allowed object is Integer
    • getTypeIds

      public String getTypeIds()
      Gets the value of the typeIds property.
      Returns:
      possible object is String
    • setTypeIds

      public void setTypeIds(String value)
      Sets the value of the typeIds property.
      Parameters:
      value - allowed object is String
    • getArticleNumbers

      public String getArticleNumbers()
      Gets the value of the articleNumbers property.
      Returns:
      possible object is String
    • setArticleNumbers

      public void setArticleNumbers(String value)
      Sets the value of the articleNumbers property.
      Parameters:
      value - allowed object is String
    • getProducedFrom

      public XMLGregorianCalendar getProducedFrom()
      Gets the value of the producedFrom property.
      Returns:
      possible object is XMLGregorianCalendar
    • setProducedFrom

      public void setProducedFrom(XMLGregorianCalendar value)
      Sets the value of the producedFrom property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getProducedTill

      public XMLGregorianCalendar getProducedTill()
      Gets the value of the producedTill property.
      Returns:
      possible object is XMLGregorianCalendar
    • setProducedTill

      public void setProducedTill(XMLGregorianCalendar value)
      Sets the value of the producedTill property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getDecoderDBLink

      public String getDecoderDBLink()
      Gets the value of the decoderDBLink property.
      Returns:
      possible object is String
    • setDecoderDBLink

      public void setDecoderDBLink(String value)
      Sets the value of the decoderDBLink property.
      Parameters:
      value - allowed object is String
    • getManufacturerName

      public String getManufacturerName()
      Gets the value of the manufacturerName property.
      Returns:
      possible object is String
    • setManufacturerName

      public void setManufacturerName(String value)
      Sets the value of the manufacturerName property.
      Parameters:
      value - allowed object is String
    • getManufacturerShortName

      public String getManufacturerShortName()
      Gets the value of the manufacturerShortName property.
      Returns:
      possible object is String
    • setManufacturerShortName

      public void setManufacturerShortName(String value)
      Sets the value of the manufacturerShortName property.
      Parameters:
      value - allowed object is String
    • getManufacturerUrl

      public String getManufacturerUrl()
      Gets the value of the manufacturerUrl property.
      Returns:
      possible object is String
    • setManufacturerUrl

      public void setManufacturerUrl(String value)
      Sets the value of the manufacturerUrl property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

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

      public DecoderType withDescription(DescriptionType... values)
    • withDescription

      public DecoderType withDescription(Collection<DescriptionType> values)
    • withSpecifications

      public DecoderType withSpecifications(SpecificationsType value)
    • withImages

      public DecoderType withImages(ImagesType value)
    • withName

      public DecoderType withName(String value)
    • withType

      public DecoderType withType(DecoderTypeType value)
    • withManufacturerId

      public DecoderType withManufacturerId(short value)
    • withManufacturerExtendedId

      public DecoderType withManufacturerExtendedId(Integer value)
    • withTypeIds

      public DecoderType withTypeIds(String value)
    • withArticleNumbers

      public DecoderType withArticleNumbers(String value)
    • withProducedFrom

      public DecoderType withProducedFrom(XMLGregorianCalendar value)
    • withProducedTill

      public DecoderType withProducedTill(XMLGregorianCalendar value)
    • withDecoderDBLink

      public DecoderType withDecoderDBLink(String value)
    • withManufacturerName

      public DecoderType withManufacturerName(String value)
    • withManufacturerShortName

      public DecoderType withManufacturerShortName(String value)
    • withManufacturerUrl

      public DecoderType withManufacturerUrl(String value)