|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3.soap.Subcode
public class Subcode
Java class for subcode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subcode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="Subcode" type="{http://www.w3.org/2003/05/soap-envelope}subcode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Subcode |
subcode
|
protected QName |
value
|
| Constructor Summary | |
|---|---|
Subcode()
Default no-arg constructor |
|
Subcode(QName value,
Subcode subcode)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Subcode |
getSubcode()
Gets the value of the subcode property. |
QName |
getValue()
Gets the value of the value property. |
void |
setSubcode(Subcode value)
Sets the value of the subcode property. |
void |
setValue(QName value)
Sets the value of the value property. |
String |
toString()
|
Subcode |
withSubcode(Subcode value)
|
Subcode |
withValue(QName value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected QName value
protected Subcode subcode
| Constructor Detail |
|---|
public Subcode()
public Subcode(QName value,
Subcode subcode)
| Method Detail |
|---|
public QName getValue()
QNamepublic void setValue(QName value)
value - allowed object is
QNamepublic Subcode getSubcode()
Subcodepublic void setSubcode(Subcode value)
value - allowed object is
Subcodepublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic Subcode withValue(QName value)
public Subcode withSubcode(Subcode value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||