com.sun.identity.liberty.ws.soapbinding
Class ServiceInstanceUpdateHeader.Credential

java.lang.Object
  extended bycom.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
Enclosing class:
ServiceInstanceUpdateHeader

public static class ServiceInstanceUpdateHeader.Credential
extends java.lang.Object

The ServiceInstanceUpdateHeader.Credential class represents 'Credential' element in ServiceInstanceUpdate element defined in SOAP binding schema.


Constructor Summary
ServiceInstanceUpdateHeader.Credential(org.w3c.dom.Element child, java.util.Date notOnOrAfter)
          Constructs a credential object.
 
Method Summary
 org.w3c.dom.Element getChild()
          Returns the child element.
 java.util.Date getNotOnOrAfter()
          Returns value of notOnOrAfter attribute.
 void setChild(org.w3c.dom.Element child)
          Sets the child element.
 void setNotOnOrAfter(java.util.Date notOnOrAfter)
          Sets value of notOnOrAfter attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInstanceUpdateHeader.Credential

public ServiceInstanceUpdateHeader.Credential(org.w3c.dom.Element child,
                                              java.util.Date notOnOrAfter)
Constructs a credential object.

Parameters:
child - Child element
notOnOrAfter - a Date for notOnOrAfter attribute.
Method Detail

getNotOnOrAfter

public java.util.Date getNotOnOrAfter()
Returns value of notOnOrAfter attribute.

Returns:
value of notOnOrAfter attribute

getChild

public org.w3c.dom.Element getChild()
Returns the child element.

Returns:
the child element

setNotOnOrAfter

public void setNotOnOrAfter(java.util.Date notOnOrAfter)
Sets value of notOnOrAfter attribute.

Parameters:
notOnOrAfter - value of notOnOrAfter attribute

setChild

public void setChild(org.w3c.dom.Element child)
Sets the child element.

Parameters:
child - the child element


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.