Class ServiceInstanceUpdateHeader.Credential
- java.lang.Object
 - 
- com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
 
 
- 
- Enclosing class:
 - ServiceInstanceUpdateHeader
 
public static class ServiceInstanceUpdateHeader.Credential extends Object
TheServiceInstanceUpdateHeader.Credentialclass representsCredentialelement inServiceInstanceUpdateelement defined in SOAP binding schema. 
- 
- 
Constructor Summary
Constructors Constructor Description Credential(Element child, Date notOnOrAfter)Constructor. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementgetChild()Returns the child element.DategetNotOnOrAfter()Returns value ofnotOnOrAfterattribute.voidsetChild(Element child)Sets the child element.voidsetNotOnOrAfter(Date notOnOrAfter)Sets value ofnotOnOrAfterattribute. 
 - 
 
- 
- 
Method Detail
- 
getNotOnOrAfter
public Date getNotOnOrAfter()
Returns value ofnotOnOrAfterattribute.- Returns:
 - value of 
notOnOrAfterattribute. 
 
- 
getChild
public Element getChild()
Returns the child element.- Returns:
 - the child element.
 
 
- 
setNotOnOrAfter
public void setNotOnOrAfter(Date notOnOrAfter)
Sets value ofnotOnOrAfterattribute.- Parameters:
 notOnOrAfter- value ofnotOnOrAfterattribute.
 
- 
setChild
public void setChild(Element child)
Sets the child element.- Parameters:
 child- the child element.
 
 - 
 
 -