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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChild()Returns the child element.Returns value ofnotOnOrAfterattribute.voidSets the child element.voidsetNotOnOrAfter(Date notOnOrAfter) Sets value ofnotOnOrAfterattribute.
-
Constructor Details
-
Credential
Constructor.- Parameters:
child- the Child elementnotOnOrAfter- a Date fornotOnOrAfterattribute.
-
-
Method Details
-
getNotOnOrAfter
Returns value ofnotOnOrAfterattribute.- Returns:
- value of
notOnOrAfterattribute.
-
getChild
Returns the child element.- Returns:
- the child element.
-
setNotOnOrAfter
Sets value ofnotOnOrAfterattribute.- Parameters:
notOnOrAfter- value ofnotOnOrAfterattribute.
-
setChild
Sets the child element.- Parameters:
child- the child element.
-