FileDocCategorySizeDatePackage
Expires.javaAPI DocExample3547Tue May 29 16:56:44 BST 2007com.sun.xml.ws.rm.protocol

Expires

public class Expires extends Object

Fields Summary
protected Duration
value
private Map
otherAttributes
Constructors Summary
Methods Summary
public java.util.MapgetOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

return
always non-null

        return otherAttributes;
    
public javax.xml.datatype.DurationgetValue()
Gets the value of the value property.

return
possible object is {@link Duration }


                                     
       
        return value;
    
public voidsetValue(javax.xml.datatype.Duration value)
Sets the value of the value property.

param
value allowed object is {@link Duration }

        this.value = value;