Enum Class PenaltyTypeCodeContentType

java.lang.Object
java.lang.Enum<PenaltyTypeCodeContentType>
de.hybris.platform.oneorderfacades.oneorder.osin.PenaltyTypeCodeContentType
All Implemented Interfaces:
Serializable, Comparable<PenaltyTypeCodeContentType>, Constable

public enum PenaltyTypeCodeContentType extends Enum<PenaltyTypeCodeContentType>

Java class for PenaltyTypeCodeContentType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="PenaltyTypeCodeContentType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Cancellation"/>
     <enumeration value="Change"/>
     <enumeration value="NoShow"/>
     <enumeration value="Other"/>
     <enumeration value="Upgrade"/>
   </restriction>
 </simpleType>