Package org.unece.cefact.namespaces.sbdh
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 Summary
ConstructorsConstructorDescriptionDefault constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender -
Method Summary
Modifier and TypeMethodDescriptionclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(ManifestItem ret) This method clones all values fromthisto the passed object.booleanCreated by ph-jaxb-plugin -Xph-equalshashcode@Nullable StringGets the value of the description property.@Nullable StringGets the value of the languageCode property.@Nullable StringGets the value of the mimeTypeQualifierCode property.@Nullable StringGets the value of the uniformResourceIdentifier property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetDescription(@Nullable String value) Sets the value of the description property.voidsetLanguageCode(@Nullable String value) Sets the value of the languageCode property.voidsetMimeTypeQualifierCode(@Nullable String value) Sets the value of the mimeTypeQualifierCode property.voidsetUniformResourceIdentifier(@Nullable String value) Sets the value of the uniformResourceIdentifier property.toString()Created by ph-jaxb-plugin -Xph-tostring
-
Constructor Details
-
ManifestItem
public ManifestItem()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
-
Method Details
-
getMimeTypeQualifierCode
Gets the value of the mimeTypeQualifierCode property.- Returns:
- possible object is
String
-
setMimeTypeQualifierCode
Sets the value of the mimeTypeQualifierCode property.- Parameters:
value- allowed object isString
-
getUniformResourceIdentifier
Gets the value of the uniformResourceIdentifier property.- Returns:
- possible object is
String
-
setUniformResourceIdentifier
Sets the value of the uniformResourceIdentifier property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getLanguageCode
Gets the value of the languageCode property.- Returns:
- possible object is
String
-
setLanguageCode
Sets the value of the languageCode property.- Parameters:
value- allowed object isString
-
equals
Created by ph-jaxb-plugin -Xph-equalshashcode -
hashCode
public int hashCode()Created by ph-jaxb-plugin -Xph-equalshashcode -
toString
Created by ph-jaxb-plugin -Xph-tostring -
cloneTo
This method clones all values fromthisto 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 benull.
-
clone
Created by ph-jaxb-plugin -Xph-cloneable2
-