Searched refs:_GivenName (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/
H A DContactTypeImpl.java16 protected java.lang.String _GivenName; field in class:ContactTypeImpl
46 return _GivenName;
50 _GivenName = value;
121 if (_GivenName!= null) {
126 context.text(((java.lang.String) _GivenName), "GivenName");
836 _GivenName = value;
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DContactTypeImpl.java16 protected java.lang.String _GivenName; field in class:ContactTypeImpl
45 return _GivenName;
49 _GivenName = value;
125 if (_GivenName!= null) {
130 context.text(((java.lang.String) _GivenName), "GivenName");
728 _GivenName = value;
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/meta/jaxb/impl/
H A DContactTypeImpl.java16 protected java.lang.String _GivenName; field in class:ContactTypeImpl
46 return _GivenName;
50 _GivenName = value;
121 if (_GivenName!= null) {
126 context.text(((java.lang.String) _GivenName), "GivenName");
836 _GivenName = value;
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DContactTypeImpl.java16 protected java.lang.String _GivenName; field in class:ContactTypeImpl
45 return _GivenName;
49 _GivenName = value;
125 if (_GivenName!= null) {
130 context.text(((java.lang.String) _GivenName), "GivenName");
728 _GivenName = value;

Completed in 38 milliseconds