net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.wsaddr
Interface AttributedUnsignedLongType

All Known Implementing Classes:
AttributedUnsignedLongTypeImpl

public interface AttributedUnsignedLongType

Java class for AttributedUnsignedLongType complex type.

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

 <complexType name="AttributedUnsignedLongType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>unsignedLong">
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 Map<QName,String> getOtherAttributes()
           
 BigInteger getValue()
          Gets the value of the value property.
 void setValue(BigInteger value)
          Sets the value of the value property.
 

Method Detail

getValue

BigInteger getValue()
Gets the value of the value property.

Returns:
possible object is BigInteger

setValue

void setValue(BigInteger value)
Sets the value of the value property.

Parameters:
value - allowed object is BigInteger

getOtherAttributes

Map<QName,String> getOtherAttributes()


Copyright © 2009 The CC-XJC Community. All Rights Reserved.