Class ManifestItem

java.lang.Object
org.unece.cefact.namespaces.sbdh.ManifestItem
All Implemented Interfaces:
com.helger.base.lang.IExplicitlyCloneable, Serializable, Cloneable

@CodingStyleguideUnaware public class ManifestItem extends Object implements Serializable, com.helger.base.lang.IExplicitlyCloneable

Java class for ManifestItem complex type

.

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


 <complexType name="ManifestItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MimeTypeQualifierCode" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}MimeTypeQualifier"/>
         <element name="UniformResourceIdentifier" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LanguageCode" type="{http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader}Language" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

This class was annotated by ph-jaxb-plugin -Xph-annotate

This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode

This class contains methods created by ph-jaxb-plugin -Xph-tostring

This class contains methods created by ph-jaxb-plugin -Xph-cloneable2

This class contains methods created by ph-jaxb-plugin -Xph-value-extender

See Also:
  • Constructor Details

    • ManifestItem

      public ManifestItem()
      Default constructor
      Note: automatically created by ph-jaxb-plugin -Xph-value-extender
  • Method Details

    • getMimeTypeQualifierCode

      public @Nullable String getMimeTypeQualifierCode()
      Gets the value of the mimeTypeQualifierCode property.
      Returns:
      possible object is String
    • setMimeTypeQualifierCode

      public void setMimeTypeQualifierCode(@Nullable String value)
      Sets the value of the mimeTypeQualifierCode property.
      Parameters:
      value - allowed object is String
    • getUniformResourceIdentifier

      public @Nullable String getUniformResourceIdentifier()
      Gets the value of the uniformResourceIdentifier property.
      Returns:
      possible object is String
    • setUniformResourceIdentifier

      public void setUniformResourceIdentifier(@Nullable String value)
      Sets the value of the uniformResourceIdentifier property.
      Parameters:
      value - allowed object is String
    • getDescription

      public @Nullable String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(@Nullable String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getLanguageCode

      public @Nullable String getLanguageCode()
      Gets the value of the languageCode property.
      Returns:
      possible object is String
    • setLanguageCode

      public void setLanguageCode(@Nullable String value)
      Sets the value of the languageCode property.
      Parameters:
      value - allowed object is String
    • equals

      public boolean equals(Object o)
      Created by ph-jaxb-plugin -Xph-equalshashcode
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Created by ph-jaxb-plugin -Xph-equalshashcode
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Created by ph-jaxb-plugin -Xph-tostring
      Overrides:
      toString in class Object
    • cloneTo

      public void cloneTo(ManifestItem ret)
      This method clones all values from this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2
      Parameters:
      ret - The target object to clone to. May not be null.
    • clone

      @ReturnsMutableCopy public ManifestItem clone()
      Created by ph-jaxb-plugin -Xph-cloneable2
      Specified by:
      clone in interface com.helger.base.lang.IExplicitlyCloneable
      Overrides:
      clone in class Object
      Returns:
      The cloned object. Never null.