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

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DPPTypeImpl.java21 protected com.sun.identity.liberty.ws.idpp.jaxb.DemographicsType _Demographics; field in class:PPTypeImpl
100 return _Demographics;
104 _Demographics = value;
302 if (_Demographics!= null) {
303 if (_Demographics instanceof javax.xml.bind.Element) {
304 context.childAsBody(((com.sun.xml.bind.JAXBObject) _Demographics), "Demographics");
307 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Demographics), "Demographics");
309 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Demographics), "Demographics");
311 context.childAsBody(((com.sun.xml.bind.JAXBObject) _Demographics), "Demographics");
459 if (_Demographics!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DPPTypeImpl.java21 protected com.sun.identity.liberty.ws.idpp.jaxb.DemographicsType _Demographics; field in class:PPTypeImpl
100 return _Demographics;
104 _Demographics = value;
302 if (_Demographics!= null) {
303 if (_Demographics instanceof javax.xml.bind.Element) {
304 context.childAsBody(((com.sun.xml.bind.JAXBObject) _Demographics), "Demographics");
307 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _Demographics), "Demographics");
309 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _Demographics), "Demographics");
311 context.childAsBody(((com.sun.xml.bind.JAXBObject) _Demographics), "Demographics");
459 if (_Demographics!
[all...]

Completed in 48 milliseconds