org.apache.type_test.types1
Class SimpleContent1

java.lang.Object
  extended by org.apache.type_test.types1.SimpleContent1
Direct Known Subclasses:
SimpleContent2

public class SimpleContent1
extends Object

Java class for SimpleContent1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SimpleContent1">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="attrib1a" type="{http://www.w3.org/2001/XMLSchema}byte" />
       <attribute name="attrib1b" type="{http://www.w3.org/2001/XMLSchema}short" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  Byte attrib1A
           
protected  Short attrib1B
           
protected  String value
           
 
Constructor Summary
SimpleContent1()
           
 
Method Summary
 Byte getAttrib1A()
          Gets the value of the attrib1A property.
 Short getAttrib1B()
          Gets the value of the attrib1B property.
 String getValue()
          Gets the value of the value property.
 void setAttrib1A(Byte value)
          Sets the value of the attrib1A property.
 void setAttrib1B(Short value)
          Sets the value of the attrib1B property.
 void setValue(String 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

value

protected String value

attrib1A

protected Byte attrib1A

attrib1B

protected Short attrib1B
Constructor Detail

SimpleContent1

public SimpleContent1()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getAttrib1A

public Byte getAttrib1A()
Gets the value of the attrib1A property.

Returns:
possible object is Byte

setAttrib1A

public void setAttrib1A(Byte value)
Sets the value of the attrib1A property.

Parameters:
value - allowed object is Byte

getAttrib1B

public Short getAttrib1B()
Gets the value of the attrib1B property.

Returns:
possible object is Short

setAttrib1B

public void setAttrib1B(Short value)
Sets the value of the attrib1B property.

Parameters:
value - allowed object is Short


Apache CXF