Class ConstructorType


  • public class ConstructorType
    extends Object

    Classe Java pour constructorType complex type.

    Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

     <complexType name="constructorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="parameter" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}parameterType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="cross-parameter" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}crossParameterType" minOccurs="0"/>
             <element name="return-value" type="{http://xmlns.jcp.org/xml/ns/validation/mapping}returnValueType" minOccurs="0"/>
           </sequence>
           <attribute name="ignore-annotations" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ConstructorType

        public ConstructorType()
    • Method Detail

      • getParameter

        public List<ParameterType> getParameter()
        Gets the value of the parameter property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parameter property.

        For example, to add a new item, do as follows:

            getParameter().add(newItem);
         

        Objects of the following type(s) are allowed in the list ParameterType

      • setCrossParameter

        public void setCrossParameter​(CrossParameterType value)
        Définit la valeur de la propriété crossParameter.
        Parameters:
        value - allowed object is CrossParameterType
      • getReturnValue

        public ReturnValueType getReturnValue()
        Obtient la valeur de la propriété returnValue.
        Returns:
        possible object is ReturnValueType
      • setReturnValue

        public void setReturnValue​(ReturnValueType value)
        Définit la valeur de la propriété returnValue.
        Parameters:
        value - allowed object is ReturnValueType
      • getIgnoreAnnotations

        public Boolean getIgnoreAnnotations()
        Obtient la valeur de la propriété ignoreAnnotations.
        Returns:
        possible object is Boolean
      • setIgnoreAnnotations

        public void setIgnoreAnnotations​(Boolean value)
        Définit la valeur de la propriété ignoreAnnotations.
        Parameters:
        value - allowed object is Boolean