|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.security.soap12.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()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QName value
protected Subcode subcode
| Constructor Detail |
|---|
public 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
Subcode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||