Searched defs:_IDValue (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DAltIDTypeImpl.java18 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _IDValue; field in class:AltIDTypeImpl
59 return _IDValue;
63 _IDValue = value;
73 if (_IDValue instanceof javax.xml.bind.Element) {
74 context.childAsBody(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
77 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
79 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
81 context.childAsBody(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
133 if (_IDValue instanceof javax.xml.bind.Element) {
134 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValu
[all...]
H A DVATTypeImpl.java18 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _IDValue; field in class:VATTypeImpl
59 return _IDValue;
63 _IDValue = value;
73 if (_IDValue instanceof javax.xml.bind.Element) {
74 context.childAsBody(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
77 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
79 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
81 context.childAsBody(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
133 if (_IDValue instanceof javax.xml.bind.Element) {
134 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValu
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/idpp/jaxb/impl/
H A DAltIDTypeImpl.java18 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _IDValue; field in class:AltIDTypeImpl
59 return _IDValue;
63 _IDValue = value;
73 if (_IDValue instanceof javax.xml.bind.Element) {
74 context.childAsBody(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
77 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
79 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
81 context.childAsBody(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
133 if (_IDValue instanceof javax.xml.bind.Element) {
134 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValu
[all...]
H A DVATTypeImpl.java18 protected com.sun.identity.liberty.ws.idpp.jaxb.DSTString _IDValue; field in class:VATTypeImpl
59 return _IDValue;
63 _IDValue = value;
73 if (_IDValue instanceof javax.xml.bind.Element) {
74 context.childAsBody(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
77 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
79 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
81 context.childAsBody(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValue");
133 if (_IDValue instanceof javax.xml.bind.Element) {
134 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _IDValue), "IDValu
[all...]

Completed in 46 milliseconds