net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.wsrm
Interface Expires

All Known Implementing Classes:
ExpiresImpl

public interface Expires

Java class for anonymous complex type.

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

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


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

Method Detail

getValue

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

Returns:
possible object is Duration

setValue

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

Parameters:
value - allowed object is Duration

getOtherAttributes

Map<QName,String> getOtherAttributes()


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