public class ManifestItem
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.String |
languageCode |
protected java.lang.String |
mimeTypeQualifierCode |
protected java.lang.String |
uniformResourceIdentifier |
| Constructor and Description |
|---|
ManifestItem()
Default no-arg constructor
|
ManifestItem(java.lang.String mimeTypeQualifierCode,
java.lang.String uniformResourceIdentifier,
java.lang.String description,
java.lang.String languageCode)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getLanguageCode()
Gets the value of the languageCode property.
|
java.lang.String |
getMimeTypeQualifierCode()
Gets the value of the mimeTypeQualifierCode property.
|
java.lang.String |
getUniformResourceIdentifier()
Gets the value of the uniformResourceIdentifier property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setLanguageCode(java.lang.String value)
Sets the value of the languageCode property.
|
void |
setMimeTypeQualifierCode(java.lang.String value)
Sets the value of the mimeTypeQualifierCode property.
|
void |
setUniformResourceIdentifier(java.lang.String value)
Sets the value of the uniformResourceIdentifier property.
|
java.lang.String |
toString() |
ManifestItem |
withDescription(java.lang.String value) |
ManifestItem |
withLanguageCode(java.lang.String value) |
ManifestItem |
withMimeTypeQualifierCode(java.lang.String value) |
ManifestItem |
withUniformResourceIdentifier(java.lang.String value) |
protected java.lang.String mimeTypeQualifierCode
protected java.lang.String uniformResourceIdentifier
protected java.lang.String description
protected java.lang.String languageCode
public ManifestItem()
public ManifestItem(java.lang.String mimeTypeQualifierCode,
java.lang.String uniformResourceIdentifier,
java.lang.String description,
java.lang.String languageCode)
public java.lang.String getMimeTypeQualifierCode()
Stringpublic void setMimeTypeQualifierCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniformResourceIdentifier()
Stringpublic void setUniformResourceIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLanguageCode()
Stringpublic void setLanguageCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic ManifestItem withMimeTypeQualifierCode(java.lang.String value)
public ManifestItem withUniformResourceIdentifier(java.lang.String value)
public ManifestItem withDescription(java.lang.String value)
public ManifestItem withLanguageCode(java.lang.String value)
Copyright © 2015 Digipost Open Source. All Rights Reserved.