Searched refs:_PostalAddress (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 DAddressTypeImpl.java20 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _PostalAddress; field in class:AddressTypeImpl
84 return _PostalAddress;
88 _PostalAddress = value;
142 if (_PostalAddress!= null) {
143 if (_PostalAddress instanceof javax.xml.bind.Element) {
144 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PostalAddress), "PostalAddress");
147 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PostalAddress), "PostalAddress");
149 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PostalAddress), "PostalAddress");
151 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PostalAddress), "PostalAddress");
294 if (_PostalAddress!
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DAddressTypeImpl.java20 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _PostalAddress; field in class:AddressTypeImpl
84 return _PostalAddress;
88 _PostalAddress = value;
142 if (_PostalAddress!= null) {
143 if (_PostalAddress instanceof javax.xml.bind.Element) {
144 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PostalAddress), "PostalAddress");
147 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PostalAddress), "PostalAddress");
149 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PostalAddress), "PostalAddress");
151 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PostalAddress), "PostalAddress");
294 if (_PostalAddress!
[all...]

Completed in 30 milliseconds