org.w3._2003._05.soap_envelope
Class Subcode

java.lang.Object
  extended by org.w3._2003._05.soap_envelope.Subcode

public class Subcode
extends Object

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.
 Subcode withSubcode(Subcode value)
           
 Subcode withValue(QName value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected QName value

subcode

protected Subcode subcode
Constructor Detail

Subcode

public Subcode()
Method Detail

getValue

public QName getValue()
Gets the value of the value property.

Returns:
possible object is QName

setValue

public void setValue(QName value)
Sets the value of the value property.

Parameters:
value - allowed object is QName

getSubcode

public Subcode getSubcode()
Gets the value of the subcode property.

Returns:
possible object is Subcode

setSubcode

public void setSubcode(Subcode value)
Sets the value of the subcode property.

Parameters:
value - allowed object is Subcode

withValue

public Subcode withValue(QName value)

withSubcode

public Subcode withSubcode(Subcode value)


Apache Camel