Class PolicyValue

java.lang.Object
com.onenetwork.platform.common.Model
com.onenetwork.platform.common.Attribute
com.onenetwork.platform.common.PolicyValue
All Implemented Interfaces:
Model, java.io.Serializable

public class PolicyValue
extends Attribute
implements java.io.Serializable
Model to hold the policies defined in MPT

Java class for PolicyValue complex type.

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

 <complexType name="PolicyValue">
   <complexContent>
     <extension base="{http://www.onenetwork.com/Platform}Attribute">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

    • MODEL_TYPE

      public static final com.onenetwork.platform.data.model.impl.ModelType MODEL_TYPE
      Constant reference to the ModelType for this JAXB.
    • MODEL_LEVEL_TYPE

      public static final com.onenetwork.platform.data.model.impl.ModelLevelType MODEL_LEVEL_TYPE
      Constant reference to the ModelLevelType for this JAXB.
    • STANDARD_MODEL_NAME

      public static final java.lang.String STANDARD_MODEL_NAME
      Constant reference to the standard model name for this JAXB.
  • Constructor Details

  • Method Details