public class ShipmentItemType extends AbstractDocumentType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Class and Description |
|---|---|
static class |
ShipmentItemType.ImportIDs
Clase Java para anonymous complex type.
|
static class |
ShipmentItemType.InformationItems
Clase Java para anonymous complex type.
|
static class |
ShipmentItemType.PackagingTypes
Clase Java para anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ShipmentItemType.ImportIDs |
importIDs |
protected ShipmentItemType.InformationItems |
informationItems |
protected int |
itemNumber |
protected ShipmentItemType.PackagingTypes |
packagingTypes |
protected ProductTypeType |
productType |
protected Integer |
quantity |
id| Constructor and Description |
|---|
ShipmentItemType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
ShipmentItemType.ImportIDs |
getImportIDs()
Obtiene el valor de la propiedad importIDs.
|
ShipmentItemType.InformationItems |
getInformationItems()
Obtiene el valor de la propiedad informationItems.
|
int |
getItemNumber()
Obtiene el valor de la propiedad itemNumber.
|
ShipmentItemType.PackagingTypes |
getPackagingTypes()
Obtiene el valor de la propiedad packagingTypes.
|
ProductTypeType |
getProductType()
Obtiene el valor de la propiedad productType.
|
Integer |
getQuantity()
Obtiene el valor de la propiedad quantity.
|
boolean |
isSetImportIDs() |
boolean |
isSetInformationItems() |
boolean |
isSetItemNumber() |
boolean |
isSetPackagingTypes() |
boolean |
isSetProductType() |
boolean |
isSetQuantity() |
void |
setImportIDs(ShipmentItemType.ImportIDs value)
Define el valor de la propiedad importIDs.
|
void |
setInformationItems(ShipmentItemType.InformationItems value)
Define el valor de la propiedad informationItems.
|
void |
setItemNumber(int value)
Define el valor de la propiedad itemNumber.
|
void |
setPackagingTypes(ShipmentItemType.PackagingTypes value)
Define el valor de la propiedad packagingTypes.
|
void |
setProductType(ProductTypeType value)
Define el valor de la propiedad productType.
|
void |
setQuantity(Integer value)
Define el valor de la propiedad quantity.
|
String |
toString() |
ShipmentItemType |
withId(String value) |
ShipmentItemType |
withImportIDs(ShipmentItemType.ImportIDs value) |
ShipmentItemType |
withInformationItems(ShipmentItemType.InformationItems value) |
ShipmentItemType |
withItemNumber(int value) |
ShipmentItemType |
withPackagingTypes(ShipmentItemType.PackagingTypes value) |
ShipmentItemType |
withProductType(ProductTypeType value) |
ShipmentItemType |
withQuantity(Integer value) |
getId, isSetId, setIdprotected int itemNumber
protected ShipmentItemType.ImportIDs importIDs
protected ProductTypeType productType
protected ShipmentItemType.PackagingTypes packagingTypes
protected Integer quantity
protected ShipmentItemType.InformationItems informationItems
public int getItemNumber()
public void setItemNumber(int value)
public boolean isSetItemNumber()
public ShipmentItemType.ImportIDs getImportIDs()
ShipmentItemType.ImportIDspublic void setImportIDs(ShipmentItemType.ImportIDs value)
value - allowed object is
ShipmentItemType.ImportIDspublic boolean isSetImportIDs()
public ProductTypeType getProductType()
ProductTypeTypepublic void setProductType(ProductTypeType value)
value - allowed object is
ProductTypeTypepublic boolean isSetProductType()
public ShipmentItemType.PackagingTypes getPackagingTypes()
ShipmentItemType.PackagingTypespublic void setPackagingTypes(ShipmentItemType.PackagingTypes value)
value - allowed object is
ShipmentItemType.PackagingTypespublic boolean isSetPackagingTypes()
public Integer getQuantity()
Integerpublic void setQuantity(Integer value)
value - allowed object is
Integerpublic boolean isSetQuantity()
public ShipmentItemType.InformationItems getInformationItems()
ShipmentItemType.InformationItemspublic void setInformationItems(ShipmentItemType.InformationItems value)
value - allowed object is
ShipmentItemType.InformationItemspublic boolean isSetInformationItems()
public String toString()
toString in class AbstractDocumentTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractDocumentTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractDocumentTypepublic ShipmentItemType withItemNumber(int value)
public ShipmentItemType withImportIDs(ShipmentItemType.ImportIDs value)
public ShipmentItemType withProductType(ProductTypeType value)
public ShipmentItemType withPackagingTypes(ShipmentItemType.PackagingTypes value)
public ShipmentItemType withQuantity(Integer value)
public ShipmentItemType withInformationItems(ShipmentItemType.InformationItems value)
public ShipmentItemType withId(String value)
withId in class AbstractDocumentTypeCopyright © 2015. All Rights Reserved.