Class CapabilityMappingCT.ParameterValueRestriction.ParameterValues

  • Enclosing class:
    CapabilityMappingCT.ParameterValueRestriction

    public static class CapabilityMappingCT.ParameterValueRestriction.ParameterValues
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>token">
           <attribute name="constrain" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="IS_ONE_OF"/>
                 <enumeration value="IS_NOT_ANY"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • constrain

        protected String constrain
    • Constructor Detail

      • ParameterValues

        public ParameterValues()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getConstrain

        public String getConstrain()
        Gets the value of the constrain property.
        Returns:
        possible object is String
      • setConstrain

        public void setConstrain​(String value)
        Sets the value of the constrain property.
        Parameters:
        value - allowed object is String