Class OccuringAll

java.lang.Object
org.apache.type_test.types1.OccuringAll

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public class OccuringAll extends Object

Java class for OccuringAll complex type.

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

 <complexType name="OccuringAll">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all minOccurs="0">
         <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </all>
       <attribute name="varAttrString" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • varInt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected Integer varInt
    • varAttrString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected String varAttrString
  • Constructor Details

    • OccuringAll

      public OccuringAll()
  • Method Details

    • getVarInt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public Integer getVarInt()
      Gets the value of the varInt property.
      Returns:
      possible object is Integer
    • setVarInt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public void setVarInt(Integer value)
      Sets the value of the varInt property.
      Parameters:
      value - allowed object is Integer
    • getVarAttrString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public String getVarAttrString()
      Gets the value of the varAttrString property.
      Returns:
      possible object is String
    • setVarAttrString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") public void setVarAttrString(String value)
      Sets the value of the varAttrString property.
      Parameters:
      value - allowed object is String