Class CapabilityMappingCT.ParameterValueRestriction

  • Enclosing class:
    CapabilityMappingCT

    public static class CapabilityMappingCT.ParameterValueRestriction
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ParameterValues" maxOccurs="unbounded">
               <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>
             </element>
           </sequence>
           <attribute name="idRef" type="{http://www.w3.org/2001/XMLSchema}NCName" />
           <attribute name="gidRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ParameterValueRestriction

        public ParameterValueRestriction()
    • Method Detail

      • getIdRef

        public String getIdRef()
        Gets the value of the idRef property.
        Returns:
        possible object is String
      • setIdRef

        public void setIdRef​(String value)
        Sets the value of the idRef property.
        Parameters:
        value - allowed object is String
      • getGidRef

        public String getGidRef()
        Gets the value of the gidRef property.
        Returns:
        possible object is String
      • setGidRef

        public void setGidRef​(String value)
        Sets the value of the gidRef property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

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