Package org.cxml
Class ProductionFacilityAssociation
java.lang.Object
org.cxml.ProductionFacilityAssociation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected OrganizationalUnitprotected ProductionFacilityprotected ShipTo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the operation property.Gets the value of the organizationalUnit property.Gets the value of the productionFacility property.Gets the value of the shipTo property.voidsetOperation(String value) Sets the value of the operation property.voidSets the value of the organizationalUnit property.voidSets the value of the productionFacility property.voidSets the value of the shipTo property.
-
Field Details
-
operation
-
productionFacility
-
organizationalUnit
-
shipTo
-
-
Constructor Details
-
ProductionFacilityAssociation
public ProductionFacilityAssociation()
-
-
Method Details
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value- allowed object isString
-
getProductionFacility
Gets the value of the productionFacility property.- Returns:
- possible object is
ProductionFacility
-
setProductionFacility
Sets the value of the productionFacility property.- Parameters:
value- allowed object isProductionFacility
-
getOrganizationalUnit
Gets the value of the organizationalUnit property.- Returns:
- possible object is
OrganizationalUnit
-
setOrganizationalUnit
Sets the value of the organizationalUnit property.- Parameters:
value- allowed object isOrganizationalUnit
-
getShipTo
Gets the value of the shipTo property.- Returns:
- possible object is
ShipTo
-
setShipTo
Sets the value of the shipTo property.- Parameters:
value- allowed object isShipTo
-