com.sun.identity.liberty.ws.soapbinding
Class  ServiceInstanceUpdateHeader.Credential
java.lang.Object
  |
  +--com.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.
 
| Method Summary | 
|  org.w3c.dom.Element | getChild()Returns the child element.
 | 
|  java.util.Date | getNotOnOrAfter()Returns value of
 notOnOrAfterattribute. | 
|  void | setChild(org.w3c.dom.Element child)Sets the child element.
 | 
|  void | setNotOnOrAfter(java.util.Date notOnOrAfter)Sets value of
 notOnOrAfterattribute. | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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- notOnOrAfterattribute.
 
getNotOnOrAfter
public java.util.Date getNotOnOrAfter()
- Returns value of notOnOrAfterattribute.
- 
- Returns:
- value of notOnOrAfterattribute
 
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 notOnOrAfterattribute.
- 
- Parameters:
- notOnOrAfter- value of- notOnOrAfterattribute
 
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.