Package org.apache.type_test.types2
Class ComplexTypeWithAttributeGroup
java.lang.Object
org.apache.type_test.types2.ComplexTypeWithAttributeGroup
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
public class ComplexTypeWithAttributeGroup
extends Object
Java class for ComplexTypeWithAttributeGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexTypeWithAttributeGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attGroup ref="{http://apache.org/type_test/types2}AttrGrp"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attrInt property.Gets the value of the attrString property.voidsetAttrInt(BigInteger value) Sets the value of the attrInt property.voidsetAttrString(String value) Sets the value of the attrString property.
-
Field Details
-
attrInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected BigInteger attrInt -
attrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected String attrString
-
-
Constructor Details
-
ComplexTypeWithAttributeGroup
public ComplexTypeWithAttributeGroup()
-
-
Method Details
-
getAttrInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public BigInteger getAttrInt()Gets the value of the attrInt property.- Returns:
- possible object is
BigInteger
-
setAttrInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setAttrInt(BigInteger value) Sets the value of the attrInt property.- Parameters:
value- allowed object isBigInteger
-
getAttrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public String getAttrString()Gets the value of the attrString property.- Returns:
- possible object is
String
-
setAttrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setAttrString(String value) Sets the value of the attrString property.- Parameters:
value- allowed object isString
-