Package org.cxml
Class ProductionFacility
java.lang.Object
org.cxml.ProductionFacility
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IdReferenceprotected Stringprotected ProductionFacilityRole -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReference property.getName()Gets the value of the name property.Gets the value of the productionFacilityRole property.voidsetIdReference(IdReference value) Sets the value of the idReference property.voidSets the value of the name property.voidSets the value of the productionFacilityRole property.
-
Field Details
-
name
-
idReference
-
productionFacilityRole
-
-
Constructor Details
-
ProductionFacility
public ProductionFacility()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getIdReference
Gets the value of the idReference property.- Returns:
- possible object is
IdReference
-
setIdReference
Sets the value of the idReference property.- Parameters:
value- allowed object isIdReference
-
getProductionFacilityRole
Gets the value of the productionFacilityRole property.- Returns:
- possible object is
ProductionFacilityRole
-
setProductionFacilityRole
Sets the value of the productionFacilityRole property.- Parameters:
value- allowed object isProductionFacilityRole
-