|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types1.OccuringAll
public class OccuringAll
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 Summary | |
|---|---|
protected String |
varAttrString
|
protected Integer |
varInt
|
| Constructor Summary | |
|---|---|
OccuringAll()
|
|
| Method Summary | |
|---|---|
String |
getVarAttrString()
Gets the value of the varAttrString property. |
Integer |
getVarInt()
Gets the value of the varInt property. |
void |
setVarAttrString(String value)
Sets the value of the varAttrString property. |
void |
setVarInt(Integer value)
Sets the value of the varInt property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Integer varInt
protected String varAttrString
| Constructor Detail |
|---|
public OccuringAll()
| Method Detail |
|---|
public Integer getVarInt()
Integerpublic void setVarInt(Integer value)
value - allowed object is
Integerpublic String getVarAttrString()
Stringpublic void setVarAttrString(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||