Class ServiceInstanceUpdateHeader.Credential
java.lang.Object
com.sun.identity.liberty.ws.soapbinding.ServiceInstanceUpdateHeader.Credential
- Enclosing class:
- ServiceInstanceUpdateHeader
The
ServiceInstanceUpdateHeader.Credential
class represents
Credential
element in ServiceInstanceUpdate
element defined in SOAP binding schema.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChild()
Returns the child element.Returns value ofnotOnOrAfter
attribute.void
Sets the child element.void
setNotOnOrAfter
(Date notOnOrAfter) Sets value ofnotOnOrAfter
attribute.
-
Constructor Details
-
Credential
Constructor.- Parameters:
child
- the Child elementnotOnOrAfter
- a Date fornotOnOrAfter
attribute.
-
-
Method Details
-
getNotOnOrAfter
Returns value ofnotOnOrAfter
attribute.- Returns:
- value of
notOnOrAfter
attribute.
-
getChild
Returns the child element.- Returns:
- the child element.
-
setNotOnOrAfter
Sets value ofnotOnOrAfter
attribute.- Parameters:
notOnOrAfter
- value ofnotOnOrAfter
attribute.
-
setChild
Sets the child element.- Parameters:
child
- the child element.
-