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

/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DAttributeConsumingServiceTypeImpl.java16 protected int _Index; field in class:AttributeConsumingServiceTypeImpl
40 return _Index;
44 _Index = value;
156 context.text(javax.xml.bind.DatatypeConverter.printInt(((int) _Index)), "Index");
494 _Index = javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
H A DIndexedEndpointTypeImpl.java17 protected int _Index; field in class:IndexedEndpointTypeImpl
28 return _Index;
32 _Index = value;
66 context.text(javax.xml.bind.DatatypeConverter.printInt(((int) _Index)), "Index");
257 _Index = javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/metadata/impl/
H A DAttributeConsumingServiceTypeImpl.java16 protected int _Index; field in class:AttributeConsumingServiceTypeImpl
40 return _Index;
44 _Index = value;
156 context.text(javax.xml.bind.DatatypeConverter.printInt(((int) _Index)), "Index");
494 _Index = javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
H A DIndexedEndpointTypeImpl.java17 protected int _Index; field in class:IndexedEndpointTypeImpl
28 return _Index;
32 _Index = value;
66 context.text(javax.xml.bind.DatatypeConverter.printInt(((int) _Index)), "Index");
257 _Index = javax.xml.bind.DatatypeConverter.parseInt(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));

Completed in 27 milliseconds