Searched refs:_PhysicalVerification (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DIdentificationTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.ac.PhysicalVerificationType _PhysicalVerification; field in class:IdentificationTypeImpl
37 return _PhysicalVerification;
41 _PhysicalVerification = value;
69 if (_PhysicalVerification!= null) {
70 if (_PhysicalVerification instanceof javax.xml.bind.Element) {
71 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PhysicalVerification), "PhysicalVerification");
74 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PhysicalVerification), "PhysicalVerification");
76 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PhysicalVerification), "PhysicalVerification");
78 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PhysicalVerification), "PhysicalVerification");
126 if (_PhysicalVerification!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DIdentificationTypeImpl.java15 protected com.sun.identity.liberty.ws.common.jaxb.ac.PhysicalVerificationType _PhysicalVerification; field in class:IdentificationTypeImpl
37 return _PhysicalVerification;
41 _PhysicalVerification = value;
69 if (_PhysicalVerification!= null) {
70 if (_PhysicalVerification instanceof javax.xml.bind.Element) {
71 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PhysicalVerification), "PhysicalVerification");
74 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PhysicalVerification), "PhysicalVerification");
76 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PhysicalVerification), "PhysicalVerification");
78 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PhysicalVerification), "PhysicalVerification");
126 if (_PhysicalVerification!
[all...]

Completed in 28 milliseconds