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.Credential
class representsCredential
element inServiceInstanceUpdate
element 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 Element
getChild()
Returns the child element.Date
getNotOnOrAfter()
Returns value ofnotOnOrAfter
attribute.void
setChild(Element child)
Sets the child element.void
setNotOnOrAfter(Date notOnOrAfter)
Sets value ofnotOnOrAfter
attribute.
-
-
-
Method Detail
-
getNotOnOrAfter
public Date getNotOnOrAfter()
Returns value ofnotOnOrAfter
attribute.- Returns:
- value of
notOnOrAfter
attribute.
-
getChild
public Element getChild()
Returns the child element.- Returns:
- the child element.
-
setNotOnOrAfter
public void setNotOnOrAfter(Date notOnOrAfter)
Sets value ofnotOnOrAfter
attribute.- Parameters:
notOnOrAfter
- value ofnotOnOrAfter
attribute.
-
setChild
public void setChild(Element child)
Sets the child element.- Parameters:
child
- the child element.
-
-